Alwin J. Schuster

Results 98 comments of Alwin J. Schuster

> @Alwinator It's not exactly what you're looking for, but it is a step in the right direction: [ActivityWatch/aw-webui#233](https://github.com/ActivityWatch/aw-webui/pull/233) It is cool for users, but it is also possible to...

> @Alwinator You can add your own visualizations by modifying https://github.com/ActivityWatch/aw-webui/blob/master/src/components/SelectableVisualization.vue, building the web UI, and copying the built files into the aw-server/static directory in your ActivityWatch installation. @ErikBjare Thank...

Thanks for the reply! Maybe I'll do it someday, but right now I'm pretty busy, unfortunately.

> Thanks for the reply! Maybe I'll do it someday, but right now I'm pretty busy, unfortunately. I found time to implement it. I will work on it in the...

I am done! It was a tough amount of work, but it works. I tried to implement it as best as I could, without my Vue knowledge. ![custom_visualization](https://user-images.githubusercontent.com/39517491/131724061-baf540dd-2895-46e0-afc4-9277f9b6bac8.gif) ## How...

@ErikBjare Before merging, please take a detailed look at my code. I tested it as well as I could, but I am still not 100% sure if I integrated everything...

> Wow, that's really cool! Impressed that you managed to make it extensible like that, kudos! Thanks! :) > Might take a while for me to get around to reviewing...

@ErikBjare I have moved the `manager.py` back to aw-qt and implemented a new way. Now the aw-qt passes the dict with the custom visualization watchers as an argument in JSON...