Skip to content

Commit

Permalink
Feature/search to datalab (#1245)
Browse files Browse the repository at this point in the history
* add main stylesheet as css and separate it from app.vue

* add Chevron in icon

* Create ComposeSearchQuery.vue

* Update BDropdown.vue

* Update PowerVis.stories.js

* Create ComposeSearchQuery.stories.ts

* add interface FilterInterface to accomodate getQuery method in typescript

* Update ComposeSearchQuery.vue

* fix storybook and ts for the small dropdown component

* first version of query composer page
  • Loading branch information
danieleguido authored Aug 2, 2024
1 parent 9cb8446 commit fcd2457
Show file tree
Hide file tree
Showing 11 changed files with 824 additions and 508 deletions.
1 change: 1 addition & 0 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { handlers as mswHandlers } from './mswHandlers'
import 'dripicons/webfont/webfont.css'
import '../src/assets/legacy/bootstrap-impresso-theme.css'
import '../src/assets/legacy/bootstrap-vue.css'
import '../src/styles/style.css'

/*
* Initializes MSW
Expand Down
Loading

0 comments on commit fcd2457

Please sign in to comment.