On "Activity" view, when I select a day other than the current one, the Editor tabs still show the information of the current day (being the files and project I worked on today in VSCode).
Steps to reproduce the behavior:
I should see the Editor Activity for the selected day.
Thx for this useful piece of software :smiley:
Woops, looks like I missed this in testing!
I don't use any editor watcher right now, so would be nice if someone else could fix this.
The quick way is to just add a watch on the date prop that runs the query, the correct way is to move the query into the Vuex store.
Maybe @johan-bjareholt? Would be a good opportunity to better understand Vuex.
Solved in https://github.com/ActivityWatch/aw-webui/pull/160, will be fixed in the next release
Most helpful comment
Solved in https://github.com/ActivityWatch/aw-webui/pull/160, will be fixed in the next release