Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: replace variable picker dropdown #2344 #2787

Merged
merged 14 commits into from
Mar 6, 2024
1 change: 0 additions & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"sanitize-html": "^2.11.0",
"sass": "^1.71.0",
"socket.io-client": "^4.7.4",
"tributejs": "^5.1.3",
"typescript": "~5.3.3",
"use-deep-compare": "^1.2.1",
"usehooks-ts": "^2.14.0",
Expand Down
1 change: 0 additions & 1 deletion webui/src/App.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@import 'scss/variables';

@import '@coreui/coreui/scss/coreui';
@import 'tributejs/src/tribute';
@import 'scss/react-time-picker';

@import 'scss/layout';
Expand Down
Loading