miniflux-v2/ui
Vincent Bernat 881c0f406b Do not lighten blockquote font color
It is confusing to have blockquote content displayed with a lighter
font color. Usually, quotes are important to the text while reducing
the contrast may hint a user it is not. In my case, I usually skip the
content of the blockquote as it was some additional note in the text.

Without the color change, the blockquote is still indented
differently, with the vertical bar. It should be enough for a user to
identify it as a quote.
2019-11-15 19:52:40 -08:00
..
form Add option to disable feeds 2019-07-26 21:24:15 -07:00
session Handle the case when application session is expired and not user session 2019-01-21 20:21:05 -08:00
static Do not lighten blockquote font color 2019-11-15 19:52:40 -08:00
view Add missing package descriptions for GoDoc 2018-10-08 17:32:17 -07:00
about.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
bookmark_entries.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
category_create.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
category_edit.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
category_entries.go Allow to switch between unread only and all entries on category/feed views 2018-12-16 16:58:48 -08:00
category_entries_all.go Allow to switch between unread only and all entries on category/feed views 2018-12-16 16:58:48 -08:00
category_list.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
category_remove.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
category_save.go Improve logging messages in ui package 2018-11-11 11:47:41 -08:00
category_update.go Improve logging messages in ui package 2018-11-11 11:47:41 -08:00
doc.go Fix typo in license header 2018-10-08 15:50:15 -07:00
entry_bookmark.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
entry_category.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
entry_feed.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
entry_read.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
entry_save.go Refactor config package 2019-06-02 06:30:08 -07:00
entry_scraper.go Refactor manual entry scraper 2018-12-02 20:51:06 -08:00
entry_search.go Improve logging messages in ui package 2018-11-11 11:47:41 -08:00
entry_toggle_bookmark.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
entry_unread.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
entry_update_status.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
feed_edit.go Add option to disable feeds 2019-07-26 21:24:15 -07:00
feed_entries.go Allow to switch between unread only and all entries on category/feed views 2018-12-16 16:58:48 -08:00
feed_entries_all.go Allow to switch between unread only and all entries on category/feed views 2018-12-16 16:58:48 -08:00
feed_icon.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
feed_list.go Show unread counters on feeds page 2019-10-29 21:44:35 -07:00
feed_refresh.go Improve logging messages in ui package 2018-11-11 11:47:41 -08:00
feed_remove.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
feed_update.go Improve logging messages in ui package 2018-11-11 11:47:41 -08:00
handler.go Refactor config package 2019-06-02 06:30:08 -07:00
history_entries.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
history_flush.go Ask for confirmation before flushing history 2019-07-17 21:40:03 -07:00
integration_pocket.go Refactor config package 2019-06-02 06:30:08 -07:00
integration_show.go Refactor config package 2019-06-02 06:30:08 -07:00
integration_update.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
login_check.go Refactor config package 2019-06-02 06:30:08 -07:00
login_show.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
logout.go Refactor config package 2019-06-02 06:30:08 -07:00
middleware.go Refactor config package 2019-06-02 06:30:08 -07:00
oauth2.go Refactor config package 2019-06-02 06:30:08 -07:00
oauth2_callback.go Refactor config package 2019-06-02 06:30:08 -07:00
oauth2_redirect.go Refactor config package 2019-06-02 06:30:08 -07:00
oauth2_unlink.go Refactor config package 2019-06-02 06:30:08 -07:00
opml_export.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
opml_import.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
opml_upload.go Import OPML from URL 2019-08-15 21:58:01 -07:00
pagination.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
payload.go Use canonical imports 2018-08-24 21:56:39 -07:00
proxy.go Log image proxy URL in debug mode 2019-09-22 11:38:45 -07:00
search_entries.go Sort search results by relevance 2019-02-11 22:20:07 -08:00
session_list.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
session_remove.go Improve logging messages in ui package 2018-11-11 11:47:41 -08:00
settings_show.go Add option to enable/disable keyboard shortcuts 2019-04-28 18:35:58 -07:00
settings_update.go Improve logging messages in ui package 2018-11-11 11:47:41 -08:00
static_app_icon.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
static_favicon.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
static_javascript.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
static_manifest.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
static_stylesheet.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
subscription_add.go Preserve category selection when no feed is found 2018-12-12 21:31:50 -08:00
subscription_bookmarklet.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
subscription_choose.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
subscription_submit.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
ui.go Import OPML from URL 2019-08-15 21:58:01 -07:00
unread_entries.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
unread_mark_all_read.go Ask for confirmation before clicking on mark all as read 2019-07-17 22:00:00 -07:00
user_create.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
user_edit.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
user_list.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
user_remove.go Move UI middlewares and routes to ui package 2018-11-11 11:29:12 -08:00
user_save.go Improve logging messages in ui package 2018-11-11 11:47:41 -08:00
user_update.go Improve logging messages in ui package 2018-11-11 11:47:41 -08:00