pixlmint / wiki

A frontend and editor for your brain (if your brain is written in markdown)
MIT License
0 stars 0 forks source link

[Kanban] Frontend-native data updating without having to reload entire board #83

Open pixlmint opened 7 months ago

pixlmint commented 7 months ago

Right now, for example when changing the labels a card has, the entire board needs to be reloaded when making that simple change. So there needs to be a way to interact with card/list meta data in the frontend using vue's reactivity without having to reload the entire board.