open-consul/ui/packages/consul-ui/app/styles
Michael Klein f58fca2048
ui: upgrade ember composable helper (#13394)
Upgrade ember-composable-helpers to version 5.x. This version contains the pick-helper which makes composition in the template layer easier with Octane.

{{!-- this is usually hard to do with Octane --}}
<input {{on "input" (pick "target.value" this.updateText)}} .../>
Version 5.x also fixes a regression with sort-by that according to @johncowen was the reason why the version was pinned to 4.0.0 at the moment.

Version 5 of ember-composable-helpers removes the contains-helper in favor of includes which I changed all occurences for.
2022-06-08 16:07:51 +01:00
..
base ui: upgrade ember composable helper (#13394) 2022-06-08 16:07:51 +01:00
layouts ui: Replaces almost all remaining instances of SASS variables with CSS (#11200) 2021-10-07 19:21:11 +01:00
routes/dc ui: Icon related fixups (#13183) 2022-05-25 14:28:42 +01:00
variables ui: Fix brand coloring for inline-code plus docs (#11578) 2021-11-23 18:32:11 +00:00
app.scss ui: Change approach to loading debug.css (#12242) 2022-02-03 08:40:03 +00:00
components.scss ui: Tile CSS component (#12570) 2022-03-23 10:34:26 +00:00
debug.scss ui: Tile CSS component (#12570) 2022-03-23 10:34:26 +00:00
icons.scss ui: Native CSS Icon Composition (#12461) 2022-03-15 12:54:14 +00:00
layout.scss ui: Refactor KV and Lock Sessions following partitions update (#11666) 2021-12-01 11:33:33 +00:00
prism-coldark-cold.scss ui: Remove storybook, add docfy (#9831) 2021-03-08 12:22:01 +00:00
prism-coldark-dark.scss ui: Remove storybook, add docfy (#9831) 2021-03-08 12:22:01 +00:00
routes.scss ui: Adds licensing overview tab (#12706) 2022-04-12 09:56:54 +01:00
themes.scss ui: Enable theming (#12134) 2022-01-21 12:19:03 +00:00
typography.scss ui: Upgrade AuthDialog (#11913) 2022-01-07 19:08:25 +00:00
variables.scss ui: Loader amends/improvements (#10181) 2021-05-07 12:23:29 +01:00