open-consul/ui-v2/app/styles/components/index.scss
John Cowen 08c5b376e7 ui: Search improvements (#5540)
* ui: Replaces Service listing filterbar with a phrase-editor search (#5507)

1. New phrase-editor restricting search to whole phrases (acts on
enter key). Allows removal of previously entered phrases
2. Searching now allows arrays of terms, multiple terms work via AND
2019-05-01 18:22:36 +00:00

35 lines
803 B
SCSS

@import './breadcrumbs';
@import './anchors';
@import './progress';
@import './buttons';
@import './toggle-button';
@import './secret-button';
@import './tabs';
@import './pill';
@import './table';
@import './form-elements';
@import './tabular-details';
@import './tabular-collection';
@import './list-collection';
@import './app-view';
@import './product';
@import './tag-list';
@import './healthcheck-output';
@import './healthcheck-info';
@import './healthchecked-resource';
@import './freetext-filter';
@import './phrase-editor';
@import './filter-bar';
@import './tomography-graph';
@import './action-group';
@import './flash-message';
@import './code-editor';
@import './confirmation-dialog';
@import './feedback-dialog';
@import './modal-dialog';
@import './notice';
@import './with-tooltip';