Commit Graph

14 Commits

Author SHA1 Message Date
Westly Wright 231c9b6f1f
remove maybe-t helpers because t has default (fallback) built in 2019-10-30 12:14:43 -07:00
Westly Wright b31279b8ca
start loading the intl lang sooner to ensure loaded b4 first render
because we did not delay the readiness of the application when loading
translations when a user hit `update-setting` route we'd render the page before
the language had finished loading. Moving the language to the before model and
in the finally of the detect phase ensures we have our language loaded before we
remove the loading state and render the main content.

rancher/rancher#23776
2019-10-30 12:14:28 -07:00
Westly Wright d145445d25
Upgrade ember-intl to latest version
remove prototype extension

Remove translations from engines

The motivation behind this change stems from this issue ember-intl issues/797
and the current implmentation of engine support in ember-intl. The translations
essentially get bundled twice. Until ember-intl removes the second bundle it
makes sense to keep the translations in the main ui file.
2019-10-02 13:46:37 -07:00
Vincent Fiduccia 691ffc38e5
Switch to @rancher/ember-api-store 2019-01-10 16:44:35 -07:00
Vincent Fiduccia 0686d4840d
Revert part of eslint fix 2018-07-16 17:50:16 -07:00
Westly Wright 877ed1f522
More lint files changes (see lib) 2018-07-11 14:06:27 -07:00
Vincent Fiduccia 9f85c9abdd
Put version in language query string 2018-04-25 15:44:10 -07:00
Vincent Fiduccia 53f0a07c97
Keyboard, user, nodepool fixes 2018-04-20 19:47:09 -07:00
Aaron e00d5b4d12 Set `access.principal` instead of overriding `access.me` 2018-03-22 09:14:21 +08:00
Vincent Fiduccia fde2bc32fe
Start supporting authProviders 2018-02-02 20:02:41 -07:00
Vincent Fiduccia a10d68c5db
jshint 2017-12-26 16:07:32 -07:00
Westly Wright 95c8989bb0
Move app config to service to consumers 2017-12-20 18:16:22 -07:00
Westly Wright 8b10cb04ff
new modules and imports 2017-11-07 10:14:13 -07:00
Westly Wright f15a33bf8a
Move start movine shared services, utilies, and components
moving all common functionality to shared umbrella in-repo-addon
2017-10-30 09:51:35 -07:00