-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: variable re-arrange * feat: update variable update from dashboard description * feat: update variable update from dashboard description * feat: update custom variable dropdown values on change * feat: handle dependent value updates to dashboard description * feat: handle dependent 0th order variable update * feat: update variable item test * feat: transform variables data to support rearraging * feat: update modal import * feat: remove console logs * feat: ts-ignore * feat: show variable name in delete modal
- Loading branch information
Showing
16 changed files
with
544 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
frontend/src/container/NewDashboard/DashboardSettings/DashboardSettings.styles.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.delete-variable-name { | ||
font-weight: 700; | ||
color: rgb(207, 19, 34); | ||
font-style: italic; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.