open-consul/ui-v2/app/styles/components
John Cowen e545c82e1e ui: Discovery Chain (#6746)
* Add data layer for discovery chain (model/adapter/serializer/repo)

* Add routing plus template for routing tab

* Add extra deps - consul-api-double upgrade plus ngraph for graphing

* Add discovery-chain and related components and helpers:

1. discovery-chain to orchestrate/view controller
2. route-card, splitter-card, resolver card to represent the 3 different
node types.
3. route-match helper for easy formatting of route rules
4. dom-position to figure out where things are in order to draw lines
5. svg-curve, simple wrapper around svg's <path d=""> attribute format.
6. data-structs service. This isn't super required but we are using
other data-structures provided by other third party npm modules in other
yet to be merged PRs. All of these types of things will live here for
easy access/injection/changability
7. Some additions to our css-var 'polyfill' for a couple of extra needed
rules

* Related CSS for discovery chain

1. We add a %card base component here, eventually this will go into our
base folder and %stats-card will also use it for a base component.
2. New icon for failovers

* ui: Discovery Chain Continued (#6939)

1. Add in the things we use for the animations
2 Use IntersectionObserver so we know when the tab is visible,
otherwise the dom-position helper won't work as the dom elements don't
have any display.
3. Add some base work for animations and use them a little
4. Try to detect if a resolver is a redirect. Right now this works for
datacenters and namespaces, but it can't work for services and subsets -
we are awaiting backend support for doing this properly.
5. Add a fake 'this service has no routes' route that says 'Default'
6. redirect icon
7. Add CSS.escape polyfill for Edge
2019-12-18 12:26:47 +00:00
..
app-view ui: Use base fonts throughout the app (#6881) 2019-12-18 12:26:45 +00:00
card ui: Discovery Chain (#6746) 2019-12-18 12:26:47 +00:00
checkbox-group UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
code-editor UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
confirmation-dialog ui: Use base fonts throughout the app (#6881) 2019-12-18 12:26:45 +00:00
discovery-chain ui: Discovery Chain (#6746) 2019-12-18 12:26:47 +00:00
dom-recycling-table ui: [bugfix] Tag wrapping on detail pages (#6478) 2019-09-17 17:29:04 +01:00
expanded-single-select UI: CSS Refactor (#4919) 2019-05-01 18:21:38 +00:00
feedback-dialog UI: Tooltips and feedback-dialogs are the same thing - merge (#4678) 2018-09-21 11:13:21 +01:00
filter-bar ui: Remove `$radius-small` in favour of the `$decor-*` ones in `base` (#6605) 2019-12-18 12:26:40 +00:00
flash-message ui: Add `stats-card` component, integrate more `@hashicorp/structure-icons` (#6021) 2019-09-04 08:35:11 +00:00
form-elements UI: CSS Refactor (#4919) 2019-05-01 18:21:38 +00:00
freetext-filter UI: CSS Refactor (#4919) 2019-05-01 18:21:38 +00:00
healthcheck-info ui: Add `stats-card` component, integrate more `@hashicorp/structure-icons` (#6021) 2019-09-04 08:35:11 +00:00
healthcheck-output ui: Expose checks (#6575) 2019-12-18 12:26:43 +00:00
icons ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
main-nav-horizontal ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
modal-dialog ui: Add `stats-card` component, integrate more `@hashicorp/structure-icons` (#6021) 2019-09-04 08:35:11 +00:00
phrase-editor ui: Fix CSS related to icons and h2 changes done in different PRs 2019-05-01 19:01:32 +00:00
product ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
progress UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
radio-group UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
secret-button UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
tabular-details ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00
tag-list ui: [bugfix] Tag wrapping on detail pages (#6478) 2019-09-17 17:29:04 +01:00
toggle UI: CSS Refactor (#4919) 2019-05-01 18:21:38 +00:00
action-group.scss ui: CSS Upgrade (action-group,form-elements,sliding-toggle,breadcrumbs) (#6495) 2019-12-18 12:26:43 +00:00
anchors.scss ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
app-view.scss ui: Use base fonts throughout the app (#6881) 2019-12-18 12:26:45 +00:00
breadcrumbs.scss ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00
buttons.scss ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
code-editor.scss ui: Adds multi syntax linting to the code editor (#4814) 2018-10-19 17:36:38 +01:00
confirmation-dialog.scss UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
discovery-chain.scss ui: Discovery Chain (#6746) 2019-12-18 12:26:47 +00:00
feedback-dialog.scss UI: CSS Refactor (#4919) 2019-05-01 18:21:38 +00:00
filter-bar.scss ui: Add `stats-card` component, integrate more `@hashicorp/structure-icons` (#6021) 2019-09-04 08:35:11 +00:00
flash-message.scss ui: Fixes styling of 'duplicate intention' error message (#6936) 2019-12-18 12:26:46 +00:00
form-elements.scss ui: Ensure %app-content > %app-view-content rename is complete (#6843) 2019-12-18 12:26:44 +00:00
freetext-filter.scss ui: fix/replace magnifier icon (#6308) 2019-09-04 08:35:15 +00:00
healthcheck-info.scss ui: Add `stats-card` component, integrate more `@hashicorp/structure-icons` (#6021) 2019-09-04 08:35:11 +00:00
healthcheck-output.scss ui: Expose checks (#6575) 2019-12-18 12:26:43 +00:00
healthchecked-resource.scss ui: Leader icon for node listing view (#6265) 2019-09-04 08:35:16 +00:00
index.scss ui: Discovery Chain (#6746) 2019-12-18 12:26:47 +00:00
list-collection.scss ui: Improve layout of node cards on large and small screens (#4761) 2018-10-11 10:19:06 +01:00
modal-dialog.scss ui: CSS Upgrade (action-group,form-elements,sliding-toggle,breadcrumbs) (#6495) 2019-12-18 12:26:43 +00:00
notice.scss ui: Add `stats-card` component, integrate more `@hashicorp/structure-icons` (#6021) 2019-09-04 08:35:11 +00:00
phrase-editor.scss ui: Search improvements (#5540) 2019-05-01 18:22:36 +00:00
pill.scss ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00
product.scss ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
progress.scss UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
secret-button.scss UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
sort-control.scss ui: Adds a `sort-control` component for asc/desc sorting of columns etc (#6034) 2019-09-04 08:35:16 +00:00
table.scss ui: Expose checks (#6575) 2019-12-18 12:26:43 +00:00
tabs.scss ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00
tabular-collection.scss ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
tabular-details.scss UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
tag-list.scss UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00
tomography-graph.scss UI: CSS Refactor (#4919) 2019-05-01 18:21:38 +00:00
tooltip.scss ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00