bildpunkt / surfbird

A Microblogging client built on Electron and Vue
MIT License
331 stars 56 forks source link

Preferences: Add component for user preferences #74

Open Fubinator opened 6 years ago

Fubinator commented 6 years ago

Description

Right now, there is no way for the user to manage/customize the app. My Idea would be to create a component where the user can manage different settings of the app.

Ideas for such preferences would be:

Additional Information

The setup for such a component should not be that hard. We need to discuss where a button for the preferences would be placed and if it would be a modal or a component in the content component. I think we should not begin implementing this before we have implemented a persisted store for vuex (#53), so the preferences do not get lost when restarting the application.

pixeldesu commented 6 years ago

I agree with the persisted store being a priority here! (basically this would have been my next step after implementing persistence anyway)

I think a modal component should be sufficient for this!