aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html
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.
* Add the possibility to add rules during feed creationGravatar Frédéric Guillot2019-11-29
|
* Wrap attachments into <details> disclosure elementGravatar Frédéric Guillot2019-11-29
|
* Show attachment size on entry pageGravatar Frédéric Guillot2019-11-29
|
* Display list of feeds per categoryGravatar Frédéric Guillot2019-11-17
|
* Show the number of read and unread entries for each feedGravatar 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
|
* Show unread counters on feeds pageGravatar Maxim Baz2019-10-29
|
* Add toast message for some keyboard shortcutsGravatar Jebbs2019-10-06
| | | Add notification message when using keyboard shortcuts: f, s, and m.
* Add native lazy loading for images and iframesGravatar Frédéric Guillot2019-09-10
| | | | | | This feature is available only in Chrome >= 76 for now. See https://web.dev/native-lazy-loading
* Improve import formGravatar Frédéric Guillot2019-08-15
|
* Import OPML from URLGravatar Peter De Wachter2019-08-15
|
* Add option to disable feedsGravatar Frédéric Guillot2019-07-26
|
* Ask for confirmation before clicking on mark all as readGravatar Frédéric Guillot2019-07-17
|
* Ask for confirmation before flushing historyGravatar Frédéric Guillot2019-07-17
|
* Refactor confirmation handlerGravatar Frédéric Guillot2019-07-17
|
* Require confirmation for marking pages as readGravatar Matías Lang2019-07-17
|
* 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
|
* Add missing translationGravatar Frédéric Guillot2019-04-05
|
* Improve page reload when showing unread/all entriesGravatar Diego Agulló2019-04-04
| | | | - Show only unread entries = refresh current page - Show all entries = go to next page
* Always display feed entries even when there is a feed errorGravatar Frédéric Guillot2019-04-02
|
* Use loading label instead of saving when submitting login formGravatar Frédéric Guillot2019-03-26
|
* Use the appropriate message if there are no unread entriesGravatar Peter De Wachter2019-01-07
|
* Allow to switch between unread only and all entries on category/feed viewsGravatar Diego Agulló2018-12-16
|
* Preserve category selection when no feed is foundGravatar Frédéric Guillot2018-12-12
|
* Fix wrong translation key for category pagesGravatar Frédéric Guillot2018-10-27
|
* 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.
* Change link state when marking all entries as readGravatar Frédéric Guillot2018-10-08
|
* Add missing translations and few fixesGravatar Frédéric Guillot2018-09-22
|
* Translate application in RussianGravatar Savely Krasovsky2018-09-22
|
* Use disclosure widget <details> for advanced feed optionsGravatar Frédéric Guillot2018-09-21
|
* Use unique translation IDs instead of English text as keyGravatar Frédéric Guillot2018-09-21
|
* Add the possibility to override default user agent for each feedGravatar Patrick2018-09-19
|
* Avoid line break between emoji and (un)read/(un)star linksGravatar Diego Agulló2018-09-15
|
* Add "Mark this page as read" to the bottomGravatar Adam Vigneaux2018-09-08
| | | | | | This better matches the most common use case for the "Mark this page as read" link, which is to click it once you have reached the bottom of the page. Especially on mobile, it can be annoying to scroll to the top of the page to click the link.
* 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
* Add toggle status button to entry pageGravatar Dave Z2018-08-28
|
* 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).
* Add remove button in feed edit pageGravatar Frédéric Guillot2018-08-25
|
* 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
|