otto-de/gitactionboard

Replace custom Frontend with Vuetify

Closed this issue · 2 comments

The current frontend is custom built and every feature - like the sidebar toggle - has to be created. This can easily lead to errors regarding different screen sizes, browser window ratios, etc... It also slows down the implementation of new features.

I'd like to switch to a frontend framework like vuetify. Using a framework like that comes with quite a few benefits:

  • many pre-built components that can just be used
  • consistent design
  • easy adoption of screen sizes
    Vuetify would be my choice as it implements the material design and it comes with a lot of easy to use components and helpers that make it really easy to implement different features.

I already started working on this. Here is a little glimpse on how it could look in the future (still WIP, that's why all cards are red right now ;) )
Bildschirmfoto 2022-12-08 um 11 52 58
Bildschirmfoto 2022-12-08 um 11 52 50
Bildschirmfoto 2022-12-08 um 11 49 34

Hi @svenfinke, It's a nice idea. Please go ahead and create PR once you are done with the required changes :)