Athou
|
b0890df2f3
|
add a css class for view mode (#1232)
|
2024-02-09 10:31:27 +01:00 |
|
Athou
|
8b86617f18
|
marking an entry as read/unread now requires to swipe to the left since swiping to the right now opens the mobile menu
|
2024-01-10 19:57:56 +01:00 |
|
Athou
|
f845f225cf
|
add a "insertedBefore" field to mark as read requests to make sure the user does not mark entries that were fetched but never seen before (fixes a regression from #1007)
|
2023-12-29 13:40:30 +01:00 |
|
Athou
|
0ea0db48db
|
split thunks from slices to avoid circular dependencies
|
2023-12-28 22:11:03 +01:00 |
|
Athou
|
97781d5551
|
eslint update
|
2023-12-28 21:49:18 +01:00 |
|
Athou
|
c6d613d81a
|
add "s" keyboard shortcut to star/unstar entries (#1142)
|
2023-08-27 11:43:30 +02:00 |
|
Athou
|
366294ab46
|
show loader only while loading (#1131)
|
2023-08-11 12:53:27 +02:00 |
|
Athou
|
466846d268
|
add option to disable custom context menu (#1128)
|
2023-08-04 08:53:34 +02:00 |
|
Athou
|
f1896d34e2
|
disable context menu on shift + right click (#1052)
|
2023-07-21 09:58:08 +02:00 |
|
Athou
|
3edb8a3ee2
|
don't scroll to entry if it's already selected (#1108)
|
2023-07-04 08:37:56 +02:00 |
|
Athou
|
3e903fc6bc
|
use a single call to useContextMenu as recommended in the docs
|
2023-06-26 20:06:46 +02:00 |
|
Athou
|
bdcfbc22bf
|
remove ScrollArea as it causes performance issues on chrome (#1087)
|
2023-06-24 23:00:25 +02:00 |
|
Athou
|
6a5052787d
|
clicking on the body of an entry in expanded mode selects it and marks it as read (#1089)
|
2023-06-21 20:30:08 +02:00 |
|
Athou
|
877fc33180
|
move swipe callback next to other callbacks
|
2023-06-21 20:30:08 +02:00 |
|
Athou
|
a5aba6f7ae
|
content is no longer limited to 650px when sidebar is hidden (same as commafeed v2) (#1084)
|
2023-06-18 12:46:42 +02:00 |
|
Athou
|
fa06d321d5
|
restore F shortcut to hide sidebar (#1084)
|
2023-06-16 21:49:08 +02:00 |
|
Athou
|
18f68aab31
|
fallback to ctrl+click simulation if extension is not installed (#1074 #1075)
|
2023-06-14 01:03:59 +02:00 |
|
Athou
|
22e0f1f382
|
use browser extension to open tab in background (#1074)
|
2023-06-11 17:59:46 +02:00 |
|
Athou
|
3a5dc5d0ed
|
open link on click in expanded mode since we don't need to collapse entry (#1073)
|
2023-06-07 08:58:50 +02:00 |
|
Athou
|
412fc52f1c
|
add css classes to help with custom css rules (#1061)
|
2023-05-28 12:57:28 +02:00 |
|
Athou
|
eceaf3a98d
|
remove lodash to reduce bundle size by 100kb
|
2023-05-17 16:11:32 +02:00 |
|
Athou
|
8b5735f521
|
use Trans as much as possible to ease lingui upgrade to 4.0
|
2023-05-08 12:51:51 +02:00 |
|
Athou
|
01102ae973
|
use absolute imports
|
2023-05-05 14:55:03 +02:00 |
|
Athou
|
d095e4b35a
|
restore custom css setting (#1024)
|
2023-05-05 14:12:31 +02:00 |
|
Athou
|
cac05dee0b
|
store view mode in localStorage (#1051)
|
2023-04-27 14:42:55 +02:00 |
|
Athou
|
69fb11eee0
|
add context menu item to open link in new tab
|
2023-02-27 07:41:13 +01:00 |
|
Athou
|
d7c6f8eb52
|
select and mark entry as read when scrolling in expanded view
|
2022-10-13 13:20:14 +02:00 |
|
Athou
|
a151646850
|
update all dependencies
|
2022-10-12 08:34:52 +02:00 |
|
Athou
|
97d290de9d
|
add support for "n" and "p" keyboard shortcuts
|
2022-10-12 08:08:16 +02:00 |
|
Athou
|
438b255708
|
give responsibility of marking as read and expanding to caller
|
2022-10-11 15:11:13 +02:00 |
|
Athou
|
90d2ad6b19
|
fix scrolling for "j" and "k" keyboard shortcuts
|
2022-09-13 18:10:30 +02:00 |
|
Athou
|
a1fb5871d1
|
add initial support for expanded mode
|
2022-08-24 08:36:13 +02:00 |
|
Athou
|
051fa37949
|
scroll only if the entry doesn't entirely fit on screen (same as commafeed v1)
|
2022-08-19 14:58:47 +02:00 |
|
Athou
|
e2340c2e98
|
add about page
|
2022-08-15 15:19:11 +02:00 |
|
Athou
|
04894f118b
|
replace old client with new client from commafeed-ui repository
|
2022-08-13 17:41:41 +02:00 |
|