nitrotasks / nitro

The beautiful way to get things done.
https://nitrotasks.com
GNU Affero General Public License v3.0
518 stars 66 forks source link

Settings #246

Open stayradiated opened 10 years ago

stayradiated commented 10 years ago

Since the header panel has been removed, there is currently no way to open the settings. Where should we put the button?

Also the settings code (scripts/views/settings.coffee) is really messy and needs a lot of cleaning up.

stayradiated commented 10 years ago

I've started to add a temporary settings button, just to get the modal working first.

stayradiated commented 10 years ago

Currently working on making a Tab class.

stayradiated commented 10 years ago

Ok, so the general tab works now. I don't think the settings actually do anything yet, but they are saved and restored after the page is refreshed.

stayradiated commented 10 years ago

Got languages panel working.

It’s similar to the old version where the app is just reloaded.

We could try and do and it without a reload, maybe using the ‘change:language’ event on Setting. We would have to re-check the DOM and update any text variables.

stayradiated commented 10 years ago

Most of the settings modal is implemented now.

Next thing to do is get import/export working.

stayradiated commented 10 years ago

So you can now import and export data now. Yay.

stayradiated commented 10 years ago

Jono is currently working on a crazy new settings menu.

We’ll leave this issue open until that is complete.

consindo commented 10 years ago

Almost done done. There’s just the languages tab, export / clear and the account page.