Richard Schneider
cc8eb89ce0
Add keyboard shortcut to scroll current item to the top
2020-10-16 15:44:03 -07:00
Richard Schneider
93f90dae68
Add keyboard shortcut to jump to an item's feed page
2020-10-06 18:06:12 -07:00
Frédéric Guillot
75b11d5744
Rename service worker script to avoid being blocked by uBlock
2020-09-23 20:40:06 -07:00
Pedro Lucas Porcellis
e1c9e6ccb4
Add link to mark a feed as read
2020-08-19 22:17:33 -07:00
Frédéric Guillot
943e7a7317
Align entry actions to the left
...
- Attempt to avoid awkward alignment on smartphone screens
- Keep the read/star actions aligned to the left
- Remove css flex to allow easier override with custom CSS
2020-07-28 22:26:32 -07:00
Maxime Bailleul
ee5a8a05c9
Add reading time for entries
2020-07-16 19:47:41 -07:00
Mohamad Safadieh
c70bebb2aa
Add support for RTL feed content
2020-06-24 21:46:37 -07:00
Frédéric Guillot
5e5615a2d1
Add icons to feeds and categories list
2020-06-14 19:22:31 -07:00
Vitor Pellegrino
7fb0bdc9a5
Adds keyboard shortcut for refreshing all feeds
...
- Binds the 'R' key to trigger a refresh in the background for all
feeds.
- Updates the locale, using the same description as the link in the
feeds page.
Co-authored-by: Vitor Pellegrino <pellegrino@linux.com>
2020-05-26 21:35:44 -07:00
Alex McGrath
7accdc4416
Add the ability to use custom css
2020-04-22 20:53:09 -07:00
Frédéric Guillot
9871e4f5d0
Add page to list and remove shared entries
2020-03-22 19:53:44 -07:00
Frédéric Guillot
84229f1af9
Add some CSS tweaks for mobile devices
2020-03-22 16:33:35 -07:00
Frédéric Guillot
3c3241f93c
Add SVG icons to entry actions
2020-03-22 15:37:13 -07:00
Frédéric Guillot
25cc0d2447
Add per-application API Keys
2020-03-01 18:22:45 -08:00
Vincent Bernat
d5adf8b9f6
Use rel=prev/next on pagination link
...
While this is widely documented for SEO reason, it also helps for
accessibility. Notably, if you are using tools like Vimium to browse
using only the keyboard, these hints help to select the links. It's
all the more useful when the text is not in English.
2020-02-23 13:14:12 -08:00
somini
078f886f39
Align Info and Actionable items separately
...
Align the information to the left side, and the actionable buttons to
the right.
See https://github.com/miniflux/miniflux/pull/531#issuecomment-578547488
2020-01-28 20:25:10 -08:00
Richard Schneider
6ebb29cd22
Add comments link keyboard shortcut
2020-01-06 22:02:02 -08:00
Frédéric Guillot
6ff617a733
Make menu consistent across feed pages
2020-01-02 13:16:29 -08:00
Frédéric Guillot
4d9956cf65
Make sure external URLs are not encoded incorrectly by Go template engine
2020-01-02 11:20:10 -08:00
Frédéric Guillot
6291b59849
Use V to open original link in current tab
...
- 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.
2019-11-29 13:58:47 -08:00
Frédéric Guillot
fad9ad2be4
Display list of feeds per category
2019-11-17 20:10:44 -08:00
Frédéric Guillot
789ad8257a
Make sure settings menu is consistent
2019-11-17 17:40:24 -08:00
Frédéric Guillot
03406c68d0
Add meta tag to disable Google Translate
2019-10-29 23:06:25 -07:00
Jebbs
bf357a0e2d
Add toast message for some keyboard shortcuts
...
Add notification message when using keyboard shortcuts: f, s, and m.
2019-10-06 20:55:15 -07:00
Pierre Dubouilh
f783b135c7
Pass auth header to manifest request
2019-07-04 23:13:25 -07:00
Ben Cohen
04d85b3c63
Flip behavior of j and k keyboard shortcuts
2019-05-26 20:02:52 +02:00
Frédéric Guillot
4295a86e55
Add option to enable/disable keyboard shortcuts
2019-04-28 18:35:58 -07:00
Carl Helmertz
8c65c78904
NavHandler: Make "g f" go to feed, or list of feeds
...
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".
2018-10-21 11:53:17 -07:00
Carl Helmertz
15a11c3da9
Unsubscribe from feed through link or "#"
...
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.
2018-10-19 20:05:26 -07:00
Frédéric Guillot
beb7a0cfcb
Use unique translation IDs instead of English text as key
2018-09-21 22:23:23 -07:00
Diego Agulló
359aea8308
Avoid line break between emoji and (un)read/(un)star links
2018-09-15 11:28:44 -07:00
Frédéric Guillot
9ba9858bea
Use regular text version of ✔︎ instead of emoji version on iOS
...
See this workaround: https://stackoverflow.com/questions/32639694/ios-9-removed-the-possibility-to-change-certain-symbol-colors-using-css/38362138#38362138
2018-08-28 20:46:15 -07:00
Dave Z
9169fbafb2
Show count of feeds with permanent errors in header menu
...
Only for feeds that reach `maxParsingError` are counted (so transient errors do not trigger counter).
2018-08-26 16:18:07 -07:00
Frédéric Guillot
cfc1f3eb69
Avoid browser caching issues when assets changes
2018-07-22 12:24:46 -07:00
Frédéric Guillot
a291d8a38b
Improve themes handling
...
- Store user theme in session
- Logged out users will keep their theme
- Add theme background color to web manifest and meta tag
2018-07-18 22:30:05 -07:00
Frédéric Guillot
c1ab27172c
Update application icon with different sizes
2018-07-18 21:30:54 -07:00
Frédéric Guillot
73a6e617bb
Add few tweaks to the layout
...
- 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
2018-07-17 19:01:28 -07:00
Dave Z
3b018bc6bf
Show feed title instead of domain in items list
2018-07-17 18:48:28 -07:00
Frédéric Guillot
6aa02680d8
Add service worker to cache feed icons
2018-07-15 21:51:09 -07:00
Frédéric Guillot
cda0efb731
Update default stylesheet name in HTML layout
2018-07-07 12:07:34 -07:00
Frédéric Guillot
6d0dc451e4
Add search form
2018-07-04 22:05:19 -07:00
stratmaster
cd77ebd742
Corrected hard coded strings
2018-06-22 18:41:19 -07:00
Pascal Widdershoven
44decae557
Fix unread count in menu not triggering click
...
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.
2018-05-21 12:51:43 +02:00
Frédéric Guillot
31da4db14f
Do not show save link if no integration is configured
2018-04-29 17:43:40 -07:00
Ben Brooks
538d08c16c
Add CommentsURL to entry
2018-04-07 13:50:45 -07:00
Frédéric Guillot
b5b1930599
Take timezone into consideration when calculating relative time
2018-02-04 14:37:42 -08:00
Frédéric Guillot
6302c3b219
Add mark as read/unread link on list items
2018-01-20 13:25:05 -08:00
stratmaster
68508ff800
Updated Strings for Keyboard Shortcuts & added missing strings
...
- added missing String for "Pages Navigation", "Logged as" and "Unread Items"
- fixed some other strings
2018-01-17 22:05:25 -08:00
Frédéric Guillot
320d1b0167
Refactor packages to have more idiomatic code base
2018-01-02 22:04:48 -08:00