aboutsummaryrefslogtreecommitdiffhomepage
path: root/generate.go
Commit message (Collapse)AuthorAge
* 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
* Refactor confirmation handlerGravatar Frédéric Guillot2019-07-17
|
* Refactoring of Javascript codeGravatar Frédéric Guillot2019-07-17
|
* Update dependenciesGravatar Frederic Guillot2018-12-09
|
* 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
|
* Translate application in RussianGravatar Savely Krasovsky2018-09-22
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Create database package (refactoring)Gravatar Frédéric Guillot2018-08-01
|
* Add service worker to cache feed iconsGravatar Frédéric Guillot2018-07-15
|
* 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
|
* Remove timestamp from generated filesGravatar Frédéric Guillot2018-07-05
|
* Refactor packages to have more idiomatic code baseGravatar Frédéric Guillot2018-01-02
|
* Make sure the package locale pass golintGravatar Frédéric Guillot2017-11-25
|
* First commitGravatar Frédéric Guillot2017-11-19