1
0
Fork 0
Commit Graph

71 Commits

Author SHA1 Message Date
Kuba Orlik a0ab07fdb9 Make the "open" keyboard shortcut work faster
Previously when pressing the `O` key on article list, the handler for
that keypress first simulated a click on that event in order to mark
it as read, and only then opened the website that item links to in
another tab. When having a lot of items on screen this caused a huge
delay between pressing `O` and opening the linked article in a new
tab. The delay was sometimes 5, even 10 whole seconds. This simple fix
makes it so the article opens first, and then the click simulation
happens afterwards.

Signed-off-by: Kuba Orlik <kontakt@kuba-orlik.name>
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2023-01-29 19:14:30 +01:00
Rhys Tyers a50d0a427d Fix various keyboard navigation issues
Signed-off-by: Rhys Tyers <mail@rhy.si>
2022-10-23 12:48:39 +02:00
Artem Lavrukhin 9fb9a4c6da Mark latest post as read when clicking on right arrow shortcut
Signed-off-by: Artem Lavrukhin <lavryha4590@gmail.com>
2021-10-23 12:31:55 +02:00
John Molakvoæ (skjnldsv) 0524db5914
New layout fix, scrolling and keyboard shortcuts fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-03 16:25:16 +02:00
John Molakvoæ 79f49fa6f0 Stable13 fixes (#254)
* Fixed required class for main content

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>

* Fixed a external underline

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>

* proper scroll area

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>

* proper scroll area 2

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>

* Fixed transparent settings

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-01-25 10:02:32 +01:00
Daniel Schaal fd630242da Remove bower, install everything using npm (#197)
* Remove bower, install everything using npm

Remove js-url and use a simple function to get the query param.

* Bundle all js scripts in app.min.js

* Move jquery to devDependencies

* Remove es6-shim, most common browsers support es6 natively.
2017-06-18 12:19:38 +02:00
Bernhard Posselt 9bb2faa22f fix line length 2017-05-24 20:24:48 +02:00
Roman e1d27b5c9e Fix for #54 (#159)
I've noticed this behavior too, it really annoys.
2017-05-24 09:20:53 +02:00
wizdude 848a472f20 change OC references (#98)
* change OC reference

* change OC reference
2017-02-15 16:32:57 +01:00
Bernhard Posselt 7a3a22bd27 Adjust copyright header 2016-07-23 21:32:42 +02:00
Bernhard Posselt a557394c5c remove pull to refresh 2016-05-11 17:12:52 +02:00
Bernhard Posselt 9a3c1c7182 Fix window.opener vulnerability 2016-05-10 17:34:00 +02:00
Bernhard Posselt 7738071361 Do not expand in non expand mode 2016-05-04 17:48:00 +02:00
Bernhard Posselt 53ab5bf838 Remove log statement 2016-05-04 17:44:04 +02:00
Bernhard Posselt 208b90133c Remove log statement 2016-05-02 22:21:30 +02:00
Bernhard Posselt d538613b60 Fix #791 2016-04-18 21:18:13 +02:00
Bernhard Posselt f2b942f117 Revert "Fix #850"
This reverts commit cde0e08f07.
2016-04-08 21:12:27 +02:00
Bernhard Posselt cde0e08f07 Fix #850 2016-04-08 20:51:46 +02:00
Bernhard Posselt 13e6e80281 migrate js build system to gulp 2016-02-11 22:36:29 +01:00
Bernhard Posselt c191ea5276 upgrade code after js-url upgrade 2016-02-10 16:42:39 +01:00
Bernhard Posselt 978453d0fb also make go to previous article shortcuts fuzzier, #847 2015-09-12 23:12:51 +02:00
Bernhard Posselt e1f99b557d Revert "also make go to previous article shortcuts fuzzier, #847"
This reverts commit 12d0d0f4e6.
2015-09-12 23:12:14 +02:00
Bernhard Posselt 12d0d0f4e6 also make go to previous article shortcuts fuzzier, #847 2015-09-12 23:11:19 +02:00
Bernhard Posselt 6d2e6fb06a fix #847 2015-09-03 20:50:31 +02:00
Bernhard Posselt 8e0fa779a2 fix comments 2015-06-05 11:52:44 +02:00
Bernhard Posselt d60492f726 version bump 2015-06-05 11:46:51 +02:00
Bernhard Posselt 5e1005f3e7 fix #786 2015-05-08 10:13:42 +02:00
Bernhard Posselt 2e54780c14 fix #635 2015-04-30 18:25:49 +02:00
Bernhard Posselt 5848d67cc1 fix #770 2015-04-29 11:28:21 +02:00
Bernhard Posselt 80d779aef6 add keyboard shortcut for focussing the search input field 2015-03-21 13:36:50 +01:00
Bernhard Posselt 3bcea62e8d fix feed ordering and fix #744 2015-03-09 12:09:38 +01:00
Bernhard Posselt 8c31b8d25d remove log statements 2015-02-28 15:44:09 +01:00
Bernhard Posselt c73c924f53 boop 2015-02-28 15:43:02 +01:00
Bernhard Posselt bd787a8875 boop 2015-02-28 15:39:51 +01:00
Bernhard Posselt 690d174323 small fixes 2015-02-28 15:38:50 +01:00
Bernhard Posselt 843e260be9 small fixes 2015-02-28 15:35:58 +01:00
Bernhard Posselt b6e2211c24 automatically register content handler for feeds in firefox 2015-02-28 15:29:18 +01:00
Bernhard Posselt d85b56d5c9 prefill add feed if url parameter given 2015-02-28 14:17:07 +01:00
Bernhard Posselt 67451f43bd try to fix pull to refresh 2015-01-26 22:34:27 +01:00
Bernhard Posselt 5adeba1a56 fix #715 2015-01-23 11:53:03 +01:00
Bernhard Posselt 8e74fa253d Make expand entries in compact view after jumping to next/previous feed optional with a setting 2014-12-03 10:40:41 +01:00
Bernhard Posselt 0a9b0cc990 fix #671 2014-12-02 09:28:08 +01:00
Bernhard Posselt 15d92b2787 fix keyboard shortcuts for explore 2014-11-20 12:50:30 +01:00
Bernhard Posselt 49cb50a66b fix keyboard shortcuts for explore 2014-11-20 12:48:39 +01:00
Bernhard Posselt 29df1ec667 only scroll to active navigation entry when it is not in view, if debug mode is defined, dont included minified scripts 2014-11-18 10:47:51 +01:00
Bernhard Posselt eaace8424b fix #300 2014-11-17 21:44:18 +01:00
Bernhard Posselt 7a2aad5501 add keyboard shortcuts 2014-10-20 17:24:42 +02:00
Bernhard Posselt 569406f2d3 add shortcut for jumping to next/previous folder 2014-10-20 13:23:13 +02:00
Bernhard Posselt 7683efc12d version bump 2014-10-20 10:54:57 +02:00
Bernhard Posselt e63fd2677e Fix text overflow for subscriptions and starred feed 2014-10-04 20:24:56 +02:00