Commit d50f422
committed
fix(webapp): address review feedback on favorites active state and confirm settling
Two fixes from review. Arriving on a favorited org settings or account
page via its favorite left that page's side menu with nothing
highlighted: the shared menu item suppressed its active state whenever
a favorite owned the view, but those menus never render the favorites
list that would carry the highlight instead. Yielding the active state
to a favorite is now opt-in, set only by the main project menu and its
dashboards list.
Also, if the customize sidebar save settled with no response body (for
example a session-expiry redirect), the Confirm button could spin
forever; that case now surfaces the save error instead.1 parent 96452ad commit d50f422
3 files changed
Lines changed: 24 additions & 4 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
428 | 433 | | |
429 | 434 | | |
430 | 435 | | |
| |||
1152 | 1157 | | |
1153 | 1158 | | |
1154 | 1159 | | |
| 1160 | + | |
1155 | 1161 | | |
1156 | 1162 | | |
1157 | 1163 | | |
| |||
1161 | 1167 | | |
1162 | 1168 | | |
1163 | 1169 | | |
| 1170 | + | |
1164 | 1171 | | |
1165 | 1172 | | |
1166 | 1173 | | |
| |||
1171 | 1178 | | |
1172 | 1179 | | |
1173 | 1180 | | |
| 1181 | + | |
1174 | 1182 | | |
1175 | 1183 | | |
1176 | 1184 | | |
| |||
1334 | 1342 | | |
1335 | 1343 | | |
1336 | 1344 | | |
| 1345 | + | |
1337 | 1346 | | |
1338 | 1347 | | |
1339 | 1348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
108 | 116 | | |
109 | 117 | | |
110 | 118 | | |
111 | | - | |
112 | | - | |
| 119 | + | |
| 120 | + | |
113 | 121 | | |
114 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
115 | 125 | | |
116 | 126 | | |
117 | 127 | | |
| |||
0 commit comments