Ghost/ghost/admin/app/controllers/settings
Kevin Ansfield c3b49b45cf 🎨 synchronous settings service
no issue
- adds `settings` service that acts as a proxy to the singular settings model with methods to fetch and reload, also prevents accidentally loading only some settings types which has caused problems in the past
- updates app boot, signin, and signup processes to fetch settings ensuring that any part of the app can grab settings synchronously if needed
- removes `timeZone` service, it's no longer needed as we can grab `settings.activeTimezone` directly
- replaces all store queries for the settings model with appropriate `settings` methods
- refactors `apps/*` routes/controllers, they had become a little convoluted with the way they were dealing with settings and the new service helped to clean that up
2017-03-20 07:43:49 -05:00
..
apps 🎨 synchronous settings service 2017-03-20 07:43:49 -05:00
tags 🐛 ensure tag property exists before trying to trim it (#578) 2017-03-14 10:05:59 +00:00
code-injection.js 🎨 refactor settings screens to use ember-concurrency & gh-task-button 2017-03-08 10:00:03 -07:00
design.js show theme warnings/errors when activating a theme (#576) 2017-03-14 08:54:58 -05:00
general.js 🎨 refactor settings screens to use ember-concurrency & gh-task-button 2017-03-08 10:00:03 -07:00
labs.js 🎨 refactor settings screens to use ember-concurrency & gh-task-button 2017-03-08 10:00:03 -07:00
tags.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00