open-consul/ui-v2/app/components
Kenia 7c203a9220 ui: Create PopoverSelect, CatalogToolbar, and update tests (#7489)
* Create PopoverSelect component and styling

* Create CatalogToolbar component and Styling

* ui: Adds `selectable-key-values` helper (#7472)

Preferably we want all copy/text to live in the template. Whilst you can
achieve what we've done here with a combination of different helpers, as
we will be using this approach in various places it's probably best to
make a helper.

We also hit an ember bug related to using the `let` helper and trying to
access `thingThatWasLet.firstObject` (which can also be worked around
using `object-at`).

Moving everything to a helper 'sorted' everything.

Probably worthwhile noting that if the sort option themselves become
dynamic, I'm not sure if the helper here would actually react as you
would expect (I'm aware that ember helpers on react on the root
arguments, not necesarily sub properties of those arguments). If we get
to that point this helper could take the same approach as what I believe
ember-composable-helpers does to get around this, or move them to the
view controller. If we do ever moved this to the view controller, we
can still use the exported function from the new helper here to keep
using the same functionality and tests we have here.

* Create tests for sorting services with CatalogToolbar

* Add rule to print 'ember/no-global-jquery' as a warning

Co-authored-by: John Cowen <johncowen@users.noreply.github.com>
2020-05-12 17:14:48 +00:00
..
acl-filter ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
action-group ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
app-view ui: Redesign - Instance Detail Proxy Info tab (#7745) 2020-05-12 17:14:46 +00:00
aria-menu ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
catalog-filter ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
catalog-toolbar ui: Create PopoverSelect, CatalogToolbar, and update tests (#7489) 2020-05-12 17:14:48 +00:00
changeable-set ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
child-selector ui: Use DataSources in ACLs area (#7681) 2020-05-12 17:14:29 +00:00
code-editor ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
confirmation-dialog ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
consul-external-source ui: Redesign - Service List page with Gateways (#7781) 2020-05-12 17:14:42 +00:00
consul-intention-form ui: Moves intentions listing and form into components (#7549) 2020-05-12 17:14:21 +00:00
consul-intention-list ui: Moves intentions listing and form into components (#7549) 2020-05-12 17:14:21 +00:00
consul-kind ui: Redesign - Service List page with Gateways (#7781) 2020-05-12 17:14:42 +00:00
consul-loader ui: ConsulLoader component (#7719) 2020-05-12 17:14:35 +00:00
consul-metadata-list ui: Add <ConsulMetadataList /> and use it in 2 places (#7568) 2020-05-12 17:14:21 +00:00
consul-service-instance-list ui: Redesign - Service Detail Page (#7655) 2020-05-12 17:14:27 +00:00
consul-service-list ui: Create PopoverSelect, CatalogToolbar, and update tests (#7489) 2020-05-12 17:14:48 +00:00
copy-button ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
copy-button-feedback ui: Redesign - Instance Detail Proxy Info tab (#7745) 2020-05-12 17:14:46 +00:00
data-sink ui: Logout button (#7604) 2020-05-12 17:14:24 +00:00
data-source ui: Use DataSources in ACLs area (#7681) 2020-05-12 17:14:29 +00:00
delete-confirmation ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
discovery-chain ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
dom-buffer ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
dom-buffer-flush ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
empty-state ui: Logout button (#7604) 2020-05-12 17:14:24 +00:00
feedback-dialog ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
form-component ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
freetext-filter ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
grid-collection ui: Redesign Service List page (#7605) 2020-05-12 17:14:25 +00:00
hashicorp-consul ui: Improved main navigation (#7673) 2020-05-12 17:14:28 +00:00
healthcheck-info ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
healthcheck-list ui: Redesign - Instance Detail Proxy Info tab (#7745) 2020-05-12 17:14:46 +00:00
healthcheck-output ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
healthcheck-status ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
healthchecked-resource ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
intention-filter ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
list-collection ui: Redesign - Instance Detail Proxy Info tab (#7745) 2020-05-12 17:14:46 +00:00
modal-dialog ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
modal-layer ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
phrase-editor ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
policy-form ui: Use DataSources in ACLs area (#7681) 2020-05-12 17:14:29 +00:00
policy-selector ui: Use DataSources in ACLs area (#7681) 2020-05-12 17:14:29 +00:00
popover-menu ui: Exposes the <ToggleButton /> 'click' action (#7479) 2020-05-12 17:14:19 +00:00
popover-select ui: Create PopoverSelect, CatalogToolbar, and update tests (#7489) 2020-05-12 17:14:48 +00:00
radio-group ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
ref ui: Move <Ref /> docs to README.mdx (#7459) 2020-05-12 17:14:17 +00:00
resolver-card ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
role-form ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
role-selector ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
route-card ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
secret-button ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
service-identity ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
sort-control ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
splitter-card ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
state ui: Add <State /> and {{state-matches}}` ember component/helper (#7556) 2020-05-12 17:14:20 +00:00
state-chart ui: Adds <StateChart /> component for wiring together Ember+XState (#7742) 2020-05-12 17:14:38 +00:00
stats-card ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
tab-nav ui: Tab Improvements (animations/branding) (#7772) 2020-05-12 17:14:43 +00:00
tab-section ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
tabular-collection ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
tabular-details ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
tag-list ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
templated-anchor ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
toggle-button ui: Exposes the <ToggleButton /> 'click' action (#7479) 2020-05-12 17:14:19 +00:00
token-list ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00
tomography-graph ui: Move to new ember nested file structure for components (#7403) 2020-05-12 17:14:15 +00:00