mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[GH-ISSUE #69] Hold last choosen time period in Task Processed block #365
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#365
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @koddr on GitHub (Apr 6, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/69
Now, if you go to any other section and return to the main screen, the time period will be reset to
LAST 7D.It would be nice if the choices were stored in browser's
localStorageor cookies, as an option.@hibiken commented on GitHub (Apr 6, 2021):
Good catch!
This should be something stored as user settings and should persist across page navigation/refresh.
Also, I noticed that the "page size" option in the task view also doesn't persist, so we need to fix that as well.
Should be a simple change.
I can probably get to it in a few days but if anyone wants to have a go at it, feel free :)