Blazored / Gitter

A Blazor Gitter Client
MIT License
37 stars 14 forks source link

Create a settings page #35

Open SQL-MisterMagoo opened 5 years ago

SQL-MisterMagoo commented 5 years ago

We are going to need settings before long, so we should decide how to handle it.

I'm going to suggest we keep it simple, with one page that has a few tick boxes and entry fields for now as I don't want to get bogged down in admin :)

What I would like to have control over:

For now we can just use local storage. Step 2 in the future we can provide download/upload of configuration (like a backup/restore) Step 3 Wayyyyy in the future we can provide access to cloud storage so settings roam?

chrissainty commented 5 years ago

That all sounds good to me. I'd also throw in the ability to choose between a light and dark mode.

chrissainty commented 5 years ago

Should we also think about notification preference as well? This would be once we have them of course.

MarkStega commented 5 years ago

In progress...

MarkStega commented 5 years ago

First trial balloon PR floated...