-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add frontend refresh features #2844
base: master
Are you sure you want to change the base?
Commits on Oct 30, 2024
-
fix: counter not always synced with backend
* read newestItemId when possible from api responses and fetch feed data when it differs * fetch feed data if the fetched item ids are higher then newestItemId * optimize FETCH and SET functions so that it can be used for future features like manual or timed refresh Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 139ad72 - Browse repository at this point
Copy the full SHA 139ad72View commit details -
fix: clear allItemsLoaded counter when getting new items from backend
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8344bd - Browse repository at this point
Copy the full SHA a8344bdView commit details -
fix: fetchKey watcher not work when select static routes (unread, all…
…, ...) Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93a10f4 - Browse repository at this point
Copy the full SHA 93a10f4View commit details -
fix: add 'r' shortkey to refresh feed and item list
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c89f06 - Browse repository at this point
Copy the full SHA 5c89f06View commit details -
fix: reachedEnd never becomes true
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0080a20 - Browse repository at this point
Copy the full SHA 0080a20View commit details
Commits on Nov 1, 2024
-
fix: add an automatic refresh with 60 seconds interval. Can be deacti…
…vated in the user settings. Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1bbac31 - Browse repository at this point
Copy the full SHA 1bbac31View commit details -
fix: state feed ordering not set properly
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddd8d8e - Browse repository at this point
Copy the full SHA ddd8d8eView commit details -
fix: set newestItemId only when syncing feeds, use newestItemId chang…
…e from fetch items to trigger syncing feeds Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02d401a - Browse repository at this point
Copy the full SHA 02d401aView commit details -
fix: only skip load-more when all items are loaded
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc7a8ed - Browse repository at this point
Copy the full SHA dc7a8edView commit details -
fix: problems with item list when changing settings or change feeds
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ff30a4 - Browse repository at this point
Copy the full SHA 6ff30a4View commit details -
fix: reset the list for items be marked as read when changing feeds
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5df0a9e - Browse repository at this point
Copy the full SHA 5df0a9eView commit details -
fix: refresh not work on initial empty unread list
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e19905 - Browse repository at this point
Copy the full SHA 9e19905View commit details -
fix: use the currently known newestItemId to prevent marking not seen…
… items as read Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1e745a - Browse repository at this point
Copy the full SHA b1e745aView commit details -
add changelog entry for automatic refresh feature
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b544025 - Browse repository at this point
Copy the full SHA b544025View commit details
Commits on Nov 2, 2024
-
fix: add missing defines for the disable refresh setting
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53771ca - Browse repository at this point
Copy the full SHA 53771caView commit details -
fix: add new setting disableRefresh to the unit-test
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1f3811 - Browse repository at this point
Copy the full SHA a1f3811View commit details
Commits on Nov 5, 2024
-
fix: use v-show to hide folders/feeds instead of rebuilding topLevelN…
…av array, also don't hide the actual active feed/folder Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8a148e - Browse repository at this point
Copy the full SHA d8a148eView commit details -
fix: show when feeds and folder have errors
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e596b2 - Browse repository at this point
Copy the full SHA 5e596b2View commit details -
fix: add keyboard shortcuts 'd', 'f', 'c' and 'v' to switch between f…
…eeds and folders Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3af112a - Browse repository at this point
Copy the full SHA 3af112aView commit details -
fix: clear states not necessary any more
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fda6dcc - Browse repository at this point
Copy the full SHA fda6dccView commit details -
fix: folder order is not really based on folderId
Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3bfb76 - Browse repository at this point
Copy the full SHA f3bfb76View commit details -
fix: creating new folder messes up the sidebar list since the current…
… changes, also it uses the wrong icon after creating Signed-off-by: Wolfgang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7a3341 - Browse repository at this point
Copy the full SHA b7a3341View commit details