aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/views.go
Commit message (Collapse)AuthorAge
* Require confirmation for marking pages as readGravatar Matías Lang2019-07-17
|
* 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
|
* 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
|
* Add remove button in feed edit pageGravatar Frédéric Guillot2018-08-25
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* 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
* Add alt attribute for feed iconsGravatar Frédéric Guillot2018-07-10
|
* Change feed password field type to text to avoid autocomplete with FirefoxGravatar Frédéric Guillot2018-07-08
| | | | | | | - Using autocomplete="off" or autocomplete="new-password" doesn't change anything - Changing the input ID doesn't change anything - Using a different input name doesn't change anything - Only Chrome supports autocomplete="new-password"
* Remove timestamp from generated filesGravatar Frédéric Guillot2018-07-05
|
* Add search formGravatar Frédéric Guillot2018-07-04
|
* Avoid Chrome to autocomplete no-login password fieldsGravatar Frédéric Guillot2018-06-30
| | | | | | Browsers always autocomplete saved passwords even with autocomplete="off". https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion
* Make sure we always get the pagination in unread modeGravatar Frédéric Guillot2018-06-29
|
* Add new fields for feed username/passwordGravatar Frédéric Guillot2018-06-19
|
* Offer the possibility to set Pocket Consumer Key as environment variableGravatar Frédéric Guillot2018-05-21
|
* 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
|
* Fix typo in edit user templateGravatar Frédéric Guillot2018-03-01
|
* Add Nunux Keeper integrationGravatar Nicolas Carlier2018-02-25
|
* Remove parentheses around feed error messagesGravatar Frédéric Guillot2018-02-23
|
* Take timezone into consideration when calculating relative timeGravatar Frédéric Guillot2018-02-04
|
* Add support for base URLs with subfoldersGravatar Frédéric Guillot2018-02-03
|
* Add missing about menu in settingsGravatar Frédéric Guillot2018-01-31
|
* 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
|
* Do not display users links on sessions pageGravatar Frédéric Guillot2018-01-05
|
* Add content length check when refreshing feedsGravatar Frédéric Guillot2018-01-04
|
* Add link to mark everything as readGravatar Frédéric Guillot2018-01-04
|
* Refactor packages to have more idiomatic code baseGravatar Frédéric Guillot2018-01-02