Commit b082d7b
authored
feat: update dashboard auto refresh configuration overlay (#3701)
* style: replace toggle with SelectGroup
* chore: re-group TimeRangeDropdown
* style: stack names, descriptions, and buttons
* style: replace Grid with FlexBox and add css styles for layover container
* chore: css style renaming
* feat: add TypeAheadDropDown for auto refresh input
* feat: add menuMaxHeight to Dropdown.Menu
* feat: replace SelectDropdown with DurationInput
* style: set timerange-dropdown width and padding
* feat: add selected option for auto refresh input
* style: add clock icon to TimeRangeDropdown
* style: adjust confirmation and cancel button width
* chore: remove unused className and comment
* chore: remove old component and related functions for refresh interval
* style: increase input width
* feat: add valid function for confirm button
* fix: remove unused PAUSED
* feature: replace SlideToggle with SelectDropdown for refresh indefinite option
* feature: move refresh interval above the inactivity timeout
* chore: remove unused import component
* feat: replace SelectDropdown with Dropdown and DurationInput components for inactivity timeout
* feat: move cancel and confirm button into FlexBox
* chore: remove unused import component
* chore: remove console.log
* chore: replace hard coded values with constant
* chore: use previous state in setPickerActive function
* chore: rename active to infiniteDuration
* chore: remove console.log
* feat: add arrow button next to input field1 parent 6662900 commit b082d7b
File tree
5 files changed
+231
-116
lines changed- src
- dashboards/components
5 files changed
+231
-116
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
2 | 10 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
10 | 21 | | |
11 | 22 | | |
12 | 23 | | |
| |||
20 | 31 | | |
21 | 32 | | |
22 | 33 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 34 | | |
31 | 35 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | | - | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
58 | | - | |
| 56 | + | |
| 57 | + | |
59 | 58 | | |
60 | 59 | | |
61 | | - | |
62 | | - | |
| 60 | + | |
| 61 | + | |
63 | 62 | | |
64 | 63 | | |
65 | | - | |
66 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
67 | 76 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments