Bartozzz / offchan.org

WIP: Offchan is a modern, real-time, anonymous cyberpunk image board. The main themes are programming, technology, science, psychology and philosophy.
https://offchan.org
GNU General Public License v3.0
21 stars 1 forks source link

create typed vuex store and use it where possible #24

Closed Florian3k closed 5 years ago

Florian3k commented 5 years ago

Closes #17, #18, #1

Bartozzz commented 5 years ago

Categories should be hardcoded in a config file, not in the store (it's not directly related to the app state and it would cause problems if we use a persistent store and user will wipe-out his local storage).