- Notifications
You must be signed in to change notification settings - Fork1k
Commit10d41b3
refactor: replace other deprecated Popovers which open on hover (#19753)
closes#19397 dependency:#19709#19635 covered a large chunk of deprecated `Popover`s which open onhover, specifically the ones which instantiated `HelpTooltip`. This PRreplaces all of the non-`HelpTooltip` hover-triggered popovers, andremoves the deprecated popover component :)---------Co-authored-by: ケイラ <mckayla@hey.com>1 parentd29a524 commit10d41b3
File tree
17 files changed
+432
-744
lines changed- site/src
- components/deprecated/Popover
- modules/dashboard/Navbar/UserDropdown
- pages
- DeploymentSettingsPage
- AppearanceSettingsPage
- IdpOrgSyncPage
- ObservabilitySettingsPage
- OrganizationSettingsPage
- CustomRolesPage
- IdpSyncPage
- UserTable
- UsersPage/UsersTable
- WorkspacePage/WorkspaceNotifications
- testHelpers
17 files changed
+432
-744
lines changedLines changed: 0 additions & 57 deletions
This file was deleted.
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 |
| - | |
| 33 | + | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
Lines changed: 30 additions & 23 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 | 10 |
| |
16 | 11 |
| |
17 | 12 |
| |
18 | 13 |
| |
19 | 14 |
| |
20 | 15 |
| |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
| |||
66 | 67 |
| |
67 | 68 |
| |
68 | 69 |
| |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
79 | 81 |
| |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
88 | 95 |
| |
89 | 96 |
| |
90 | 97 |
| |
|
0 commit comments
Comments
(0)