aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/static
Commit message (Collapse)AuthorAge
* 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.
* Wrap attachments into <details> disclosure elementGravatar Frédéric Guillot2019-11-29
|
* 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
|
* 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
|
* 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
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* Update dependenciesGravatar Frederic Guillot2018-12-09
|
* Ignore hotkeys containing Control, Alt or Meta keysGravatar Diego Agulló2018-10-31
| | | | Fixes #260
* Revert "Call preventDefault() when a keyboard shortcut is executed"Gravatar Frédéric Guillot2018-10-22
| | | | This reverts commit 9440bf47a521a61c91073425bd613710cf7dd1cb.
* Call preventDefault() when a keyboard shortcut is executedGravatar Frédéric Guillot2018-10-21
|
* 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.
* Fix jshint error introduced in commit d4c1677Gravatar Frédéric Guillot2018-10-08
|
* Change link state when marking all entries as readGravatar Frédéric Guillot2018-10-08
|
* Add missing package descriptions for GoDocGravatar Frédéric Guillot2018-10-08
|
* Set focus on article link when pressing prev/next hotkeysGravatar Diego Agulló2018-10-01
| | | This enhancement offer the possibility to open articles in the background by using the browser hotkey Ctrl+Return or Cmd+Return.
* Use disclosure widget <details> for advanced feed optionsGravatar Frédéric Guillot2018-09-21
|
* 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.
* 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
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* 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
* Prevent vertical scrolling on swipeGravatar Dave Z2018-07-17
|
* Add service worker to cache feed iconsGravatar Frédéric Guillot2018-07-15
|
* Use passive event listeners for touch eventsGravatar Frédéric Guillot2018-07-10
| | | | Avoid this warning in Chrome console: https://www.chromestatus.com/feature/5745543795965952
* Pre-generate themes stylesheets at build timeGravatar Frédéric Guillot2018-07-07
|
* Refactor assets bundler and split Javascript filesGravatar Frédéric Guillot2018-07-05
|