- Notifications
You must be signed in to change notification settings - Fork1
Commit97cd0f0
authored
fix: access the settings page for the auth. wizard (#105)
The Settings menu is only available after we successfully authenticate.This can be somewhat problematic if we want to configure something likecoder cli path, or certificate path before doing the authentication.A new "Settings" button at the bottom of the page can now access theSettings page. Toolbox is a bit inflexible with the API because:- I could not find a way to delimit or separate the Settings button fromthe Back and Sign In/Connect button- we can't put a button or anything else in the top right corner, thetraditional place for a settings icon.-resolves#901 parentdb08dfa commit97cd0f0
File tree
3 files changed
+12
-5
lines changed- src/main/kotlin/com/coder/toolbox
- views
3 files changed
+12
-5
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
299 |
| - | |
| 299 | + | |
300 | 300 |
| |
301 | 301 |
| |
302 | 302 |
| |
| |||
306 | 306 |
| |
307 | 307 |
| |
308 | 308 |
| |
309 |
| - | |
| 309 | + | |
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
|
Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
20 |
| - | |
| 21 | + | |
21 | 22 |
| |
22 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
| |||
47 | 50 |
| |
48 | 51 |
| |
49 | 52 |
| |
50 |
| - | |
| 53 | + | |
| 54 | + | |
51 | 55 |
| |
52 | 56 |
| |
53 | 57 |
| |
| |||
64 | 68 |
| |
65 | 69 |
| |
66 | 70 |
| |
| 71 | + | |
67 | 72 |
| |
68 | 73 |
| |
69 | 74 |
| |
| |||
79 | 84 |
| |
80 | 85 |
| |
81 | 86 |
| |
| 87 | + | |
82 | 88 |
| |
83 | 89 |
| |
84 | 90 |
| |
|
0 commit comments
Comments
(0)