aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/common.go
Commit message (Collapse)AuthorAge
* Align Info and Actionable items separatelyGravatar somini2020-01-28
| | | | | | | Align the information to the left side, and the actionable buttons to the right. See https://github.com/miniflux/miniflux/pull/531#issuecomment-578547488
* Add comments link keyboard shortcutGravatar Richard Schneider2020-01-06
|
* Make menu consistent across feed pagesGravatar Frédéric Guillot2020-01-02
|
* Make sure external URLs are not encoded incorrectly by Go template engineGravatar Frédéric Guillot2020-01-02
|
* Use V to open original link in current tabGravatar Frédéric Guillot2019-11-29
| | | | | - To avoid a breaking change, keep v to open the original link in new tab. - People who prefers to open the link in the current tab should use V.
* Display list of feeds per categoryGravatar Frédéric Guillot2019-11-17
|
* Make sure settings menu is consistentGravatar Frédéric Guillot2019-11-17
|
* Add meta tag to disable Google TranslateGravatar Frédéric Guillot2019-10-29
|
* Add toast message for some keyboard shortcutsGravatar Jebbs2019-10-06
| | | Add notification message when using keyboard shortcuts: f, s, and m.
* Pass auth header to manifest requestGravatar Pierre Dubouilh2019-07-04
|
* Flip behavior of j and k keyboard shortcutsGravatar Ben Cohen2019-05-26
|
* Add option to enable/disable keyboard shortcutsGravatar Frédéric Guillot2019-04-28
|
* NavHandler: Make "g f" go to feed, or list of feedsGravatar Carl Helmertz2018-10-21
| | | | | | When you're reading an entry, you may want to go to the feed first, before quickly continuing to reading all of the feeds with another "g f".
* Unsubscribe from feed through link or "#"Gravatar Carl Helmertz2018-10-19
| | | | | | | | | | | | | | | | | | | | After importing old OPML files, you may discover that many feeds are obsolete or uninteresting. You list the feeds entries and determine that you want to unsubscribe. This needs three clicks (edit feed, delete, confirm) and requires moving the mouse to hit the different targets. This quickly becomes tiring, if you are up to possibly deleting hundreds of feeds. One mediation, introduced in this commit, is to add an unsubscribe link to each feed's entry listing view, and also adding a keyboard shortcut. The keyboard shortcut "#" is: * longer than one keystroke (requires shift) * hard to type by accident * used in Google products (thanks for the hint @fguillot) In an effort to try to reduce the number of accidental feed unsubscriptions.
* Use unique translation IDs instead of English text as keyGravatar Frédéric Guillot2018-09-21
|
* Avoid line break between emoji and (un)read/(un)star linksGravatar Diego Agulló2018-09-15
|
* Use regular text version of ✔︎ instead of emoji version on iOSGravatar Frédéric Guillot2018-08-28
| | | | See this workaround: https://stackoverflow.com/questions/32639694/ios-9-removed-the-possibility-to-change-certain-symbol-colors-using-css/38362138#38362138
* Show count of feeds with permanent errors in header menuGravatar Dave Z2018-08-26
| | | Only for feeds that reach `maxParsingError` are counted (so transient errors do not trigger counter).
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Avoid browser caching issues when assets changesGravatar Frédéric Guillot2018-07-22
|
* Improve themes handlingGravatar Frédéric Guillot2018-07-18
| | | | | | - Store user theme in session - Logged out users will keep their theme - Add theme background color to web manifest and meta tag
* Update application icon with different sizesGravatar Frédéric Guillot2018-07-18
|
* Add few tweaks to the layoutGravatar Frédéric Guillot2018-07-17
| | | | | | - Increase truncate length to 35 chars for feed titles - Add bottom margin for main menu in mobile view - Add tooltip to feed domain in feeds list
* Show feed title instead of domain in items listGravatar Dave Z2018-07-17
|
* Add service worker to cache feed iconsGravatar Frédéric Guillot2018-07-15
|
* Update default stylesheet name in HTML layoutGravatar Frédéric Guillot2018-07-07
|
* Remove timestamp from generated filesGravatar Frédéric Guillot2018-07-05
|
* Add search formGravatar Frédéric Guillot2018-07-04
|
* Corrected hard coded stringsGravatar stratmaster2018-06-22
|
* Add new fields for feed username/passwordGravatar Frédéric Guillot2018-06-19
|
* Fix unread count in menu not triggering clickGravatar Pascal Widdershoven2018-05-21
| | | | | | | | By moving unread count into anchor. Previously, clicking the unread count would not cause the anchor to be invoked. This was confusing. This change includes the unread count span in the anchor.
* Add Pocket authorization flow in the user interfaceGravatar Frédéric Guillot2018-05-20
|
* Add Pocket integrationGravatar Allan Reyes2018-05-20
|
* Do not show save link if no integration is configuredGravatar Frédéric Guillot2018-04-29
|
* Use vanilla HTTP handlers (refactoring)Gravatar Frédéric Guillot2018-04-29
|
* Add unit test for comments url and French translationGravatar Frédéric Guillot2018-04-07
|
* Add CommentsURL to entryGravatar Ben Brooks2018-04-07
|
* Add Nunux Keeper integrationGravatar Nicolas Carlier2018-02-25
|
* Take timezone into consideration when calculating relative timeGravatar Frédéric Guillot2018-02-04
|
* Show API URL endpoints in user interfaceGravatar Frédéric Guillot2018-01-31
|
* Add mark as read/unread link on list itemsGravatar Frédéric Guillot2018-01-20
|
* Refactor packages to have more idiomatic code baseGravatar Frédéric Guillot2018-01-02