mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Create ui for data filters. Add listeners to direct to the correct url. Update ui based on the list of selected params
This commit is contained in:
parent
4f0b92fa79
commit
765ad6a624
35 changed files with 14776 additions and 2878 deletions
|
|
@ -13,7 +13,6 @@
|
|||
"babel-preset-es2015": "^6.24.1",
|
||||
"bootstrap": "^5.1.3",
|
||||
"esbuild": "^0.13.6",
|
||||
"prettier": "^2.5.1",
|
||||
"sass": "^1.43.4"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
@ -25,7 +24,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"jest": "^27.2.5",
|
||||
"markdownlint": "^0.25.1"
|
||||
"markdownlint": "^0.25.1",
|
||||
"prettier": "2.7.1"
|
||||
},
|
||||
"jest": {
|
||||
"roots": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue