aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui
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
* Redirect to /unread when getting a 404 for an unread expired entryGravatar Vincent Bernat2020-01-24
| | | | | | | | Hosted miniflux don't keep read entries for long. If I leave my PC at home on an unread entry, read everything pending at work and get back to home later, when I click "next", I get a bare 404 error. I have to go back to /unread myself. I think it would be more user friendly (but maybe a bit suprising) to go directly to /unread in this case.
* Do not advance to the next item when using the 'v' shortcut on the list of ↵Gravatar Richard Schneider2020-01-14
| | | | starred items
* Wrap around when navigating with keyboard shortcuts on a list viewGravatar Richard Schneider2020-01-10
|
* Add comments link keyboard shortcutGravatar Richard Schneider2020-01-06
|
* Use white background for faviconGravatar Frédéric Guillot2019-12-30
| | | | Improve legibility when using a dark theme.
* 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
|
* Display list of feeds per categoryGravatar Frédéric Guillot2019-11-17
|
* Remove fixed table-layout for entry contentGravatar Frédéric Guillot2019-11-17
|
* Do not lighten blockquote font colorGravatar Vincent Bernat2019-11-15
| | | | | | | | | | | 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.
* Make "v" open link in the current tab on entry pageGravatar Maxim Baz2019-10-30
|
* 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.
* call preventDefault() when the user is trying to enter a keyboard shortcutGravatar Adam Hess2019-10-06
| | | Keyboard shortcuts might conflict with Firefox’s "Find as you type" feature.
* Add CSS tweak and fix typo in variable nameGravatar Frédéric Guillot2019-09-25
|
* Log image proxy URL in debug modeGravatar Frédéric Guillot2019-09-22
|
* Add few CSS teaksGravatar Frédéric Guillot2019-09-22
|
* Add theme variantsGravatar Frédéric Guillot2019-09-21
| | | | | | | | | - Use CSS variables instead of inherence - Rename default theme to "Light - Serif" - Rename Black theme to "Dark - Serif" - Rename "Sans-Serif" theme to "Light - Sans Serif" - Add "System" theme that use system preferences: Dark or Light - Add Serif and Sans-Serif variants for each color theme
* Do not buffer responses in the image proxyGravatar Peter De Wachter2019-09-10
| | | | | | The image proxy buffered the whole image before sending it to the browser. If the image is large and/or hosted on a slow server, this caused a long delay before the user's browser could display anything.
* Update dependenciesGravatar Frédéric Guillot2019-09-05
|
* Replace link border by outline to avoid slight content shiftGravatar Frédéric Guillot2019-09-05
|
* 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
|
* Fix regressions introduced in previous JS refactoringGravatar Jebbs2019-07-25
|
* 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
|
* Refactoring of Javascript codeGravatar Frédéric Guillot2019-07-17
|
* Require confirmation for marking pages as readGravatar Matías Lang2019-07-17
|
* Add .search margin-rightGravatar Frode Aannevik2019-07-13
|
* Refactor config packageGravatar Frédéric Guillot2019-06-02
| | | | | - Parse configuration only once during startup time - Store configuration values in a global variable
* 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
|
* 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
* Add double tap detection for next/previous page navigationGravatar 3ddysan2019-03-11
|
* Fix typo in stylesheetGravatar Frédéric Guillot2019-02-19
|
* Sort search results by relevanceGravatar Jebbs2019-02-11
|
* Rename session cookiesGravatar Frédéric Guillot2019-01-21
|
* Handle the case when application session is expired and not user sessionGravatar Frédéric Guillot2019-01-21
|
* Only attempt to change password if the confirmation field is filled inGravatar Peter De Wachter2019-01-07
| | | | | | | Firefox autocompletes the password field (but not the password confirmation field) for me. This makes it annoying to use the settings page, because miniflux thinks I'm trying to change my password and complains that the fields don't match.
* Move healthcheck endpoint from ui package to httpd serviceGravatar Frédéric Guillot2018-12-28
|
* Make sure that <strong> elements are boldGravatar Frédéric Guillot2018-12-19
|
* Show scrollbars only when necessary for <pre> elementsGravatar Frédéric Guillot2018-12-16
|
* 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
|
* Update dependenciesGravatar Frederic Guillot2018-12-09
|
* Refactor manual entry scraperGravatar Frédéric Guillot2018-12-02
|