You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently JSON reload has to be triggered manually by pressing 2 buttons in settings: "Reload" and "Save". This is cumbersome on the long run.
store datetime of last reload in storage
in Settings add
radiobuttons to select auto-reload: (-) Never or on page loads (-) always, (-) every minute, (-) every hour, (-) every day
on all (modified) pages: when loading the page, before modifying the page, compare current datetime with stored reload time and evaluate if reload should be triggered. If so update storage, then modify page
probably display a green "successful Category reload" banner on the page
The text was updated successfully, but these errors were encountered:
Currently JSON reload has to be triggered manually by pressing 2 buttons in settings: "Reload" and "Save". This is cumbersome on the long run.
The text was updated successfully, but these errors were encountered: