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
(Some) settings that aren't saved in Local Storage are ignored by ActivityWatch. For example, the landing page setting — even if it is changed to Activity (unknown) (/activity/unknown/view/), the default homepage will be loaded:
Another example is using the default categorization even if a custom one is in the database and also loaded in the web UI by a request (/api/0/settings).
The text was updated successfully, but these errors were encountered:
The issue of landing page settings I "fixed", but had to revert due to it not being initialized on time: 6bffa65#comments
I'm not really sure how to fix that one, except try to keep a value around in localStorage that gets refreshed on every settings fetch (which might not be happening right now).
Another example is using the default categorization even if a custom one is in the database and also loaded in the web UI by a request
Yes, I remember something being weird there. Will have a look along with #567.
(Some) settings that aren't saved in Local Storage are ignored by ActivityWatch. For example, the landing page setting — even if it is changed to Activity (unknown) (
/activity/unknown/view/
), the default homepage will be loaded:Another example is using the default categorization even if a custom one is in the database and also loaded in the web UI by a request (
/api/0/settings
).The text was updated successfully, but these errors were encountered: