1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2024-10-17 08:42:48 +02:00
Commit Graph

51 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
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
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
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
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
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
Bernhard Posselt
0d4094334c fix keyboard shortcuts when folder active 2014-09-18 16:02:52 +02:00
Bernhard Posselt
df6487b2f8 add conditional style include for 7 2014-09-14 21:06:37 +02:00
Bernhard Posselt
3d04a9ae9c implement jump to next feed source, fix #414 2014-09-14 20:55:03 +02:00
Bernhard Posselt
8b8da49d79 bump version and depend on 7.0.3 because css will be backported 2014-09-14 20:33:40 +02:00
Bernhard Posselt
8668848e81 require folder class for parent folder keyboard 2014-09-14 20:18:55 +02:00
Bernhard Posselt
568f4f7b80 go through feeds and child feeds of folders 2014-09-14 20:18:00 +02:00
Bernhard Posselt
c3a0bf654c add keyboard shortcuts for reloading and jumping to the next/previous feed 2014-09-14 20:02:05 +02:00
Bernhard Posselt
31f812730e styling for expanded view 2014-09-13 19:47:29 +02:00
Bernhard Posselt
145912a4fe Compact view: Expand item when jumping to it with a keyboard shortcut, fix #437 2014-09-11 23:44:08 +02:00
Bernhard Posselt
ea9ebd4826 port to es5 and add es6 shims for object prototypes instead 2014-09-11 03:55:52 +02:00
Bernhard Posselt
bad22a2d3d fix ordering by oldest first 2014-09-10 01:44:20 +02:00
Bernhard Posselt
5fbcf7441c update traceur runtime 2014-09-10 01:26:12 +02:00
Bernhard Posselt
a17700800c add folder drop down 2014-08-29 16:55:32 +02:00
Bernhard Posselt
e9a2c6bac0 more stuff 2014-05-30 16:12:51 +02:00