Filtering Done (#2222)
* Replaced normal dropdowns with select2 (which will eventually replace our custom typeaheads). Still needs styling. * More css * Styling. Fixed preloading typeahead with multiple options on load. * Styling to align with typeahead tag badges. * Done with filtering story. * Fixed a bug with switching between filters. * Fixed some extra } from localization
This commit is contained in:
parent
680f3d78d2
commit
c2375efe21
11 changed files with 163 additions and 32 deletions
|
|
@ -40,6 +40,7 @@
|
|||
@import './theme/components/offcanvas';
|
||||
@import './theme/components/table';
|
||||
@import './theme/components/alerts';
|
||||
@import './theme/components/typeahead';
|
||||
|
||||
|
||||
@import './theme/utilities/utilities';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue