Persist UI settings, add missing localizations for German
Showing
- app/assets/javascripts/components/actions/notifications.jsx 0 additions, 10 deletionsapp/assets/javascripts/components/actions/notifications.jsx
- app/assets/javascripts/components/actions/settings.jsx 17 additions, 0 deletionsapp/assets/javascripts/components/actions/settings.jsx
- app/assets/javascripts/components/features/notifications/containers/column_settings_container.jsx 3 additions, 3 deletions...es/notifications/containers/column_settings_container.jsx
- app/assets/javascripts/components/features/notifications/index.jsx 1 addition, 1 deletion...s/javascripts/components/features/notifications/index.jsx
- app/assets/javascripts/components/locales/de.jsx 17 additions, 1 deletionapp/assets/javascripts/components/locales/de.jsx
- app/assets/javascripts/components/locales/en.jsx 1 addition, 1 deletionapp/assets/javascripts/components/locales/en.jsx
- app/assets/javascripts/components/reducers/index.jsx 3 additions, 1 deletionapp/assets/javascripts/components/reducers/index.jsx
- app/assets/javascripts/components/reducers/notifications.jsx 11 additions, 30 deletionsapp/assets/javascripts/components/reducers/notifications.jsx
- app/assets/javascripts/components/reducers/settings.jsx 32 additions, 0 deletionsapp/assets/javascripts/components/reducers/settings.jsx
- app/controllers/api/web/settings_controller.rb 15 additions, 0 deletionsapp/controllers/api/web/settings_controller.rb
- app/controllers/home_controller.rb 1 addition, 0 deletionsapp/controllers/home_controller.rb
- app/models/account.rb 2 additions, 2 deletionsapp/models/account.rb
- app/models/web.rb 5 additions, 0 deletionsapp/models/web.rb
- app/models/web/setting.rb 7 additions, 0 deletionsapp/models/web/setting.rb
- app/views/home/index.html.haml 1 addition, 16 deletionsapp/views/home/index.html.haml
- app/views/home/initial_state.json.rabl 24 additions, 0 deletionsapp/views/home/initial_state.json.rabl
- config/locales/de.yml 33 additions, 0 deletionsconfig/locales/de.yml
- config/locales/simple_form.de.yml 5 additions, 0 deletionsconfig/locales/simple_form.de.yml
- config/routes.rb 4 additions, 0 deletionsconfig/routes.rb
- db/migrate/20170109120109_create_web_settings.rb 12 additions, 0 deletionsdb/migrate/20170109120109_create_web_settings.rb
app/models/web.rb
0 → 100644
app/models/web/setting.rb
0 → 100644
app/views/home/initial_state.json.rabl
0 → 100644
Please register or sign in to comment