- Notifications
You must be signed in to change notification settings - Fork909
Commitf8f4dc6
authored
feat: check for classic flow on the create workspace page (#17852)
the local storage key is only set when a user presses the opt-in oropt-out buttonsOverall, this feels less annoying for users to have to opt-in/opt-out onevery visit to the create workspace page. Maybe less of a concern forend users but more of a concern while dogfooding.Pros:- User gets the admin setting value for the template as long as theydidn't opt-in or opt-out- User can choose to opt-in/out-out at will and their preference issaved1 parent8914f7a commitf8f4dc6
File tree
2 files changed
+27
-8
lines changed- site/src/pages
- CreateWorkspacePage
- TemplateSettingsPage/TemplateGeneralSettingsPage
2 files changed
+27
-8
lines changedLines changed: 26 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
38 | 53 |
| |
39 | 54 |
| |
40 | 55 |
| |
| |||
49 | 64 |
| |
50 | 65 |
| |
51 | 66 |
| |
52 |
| - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
53 | 73 |
| |
54 | 74 |
| |
55 | 75 |
| |
56 |
| - | |
57 | 76 |
| |
58 | 77 |
| |
59 | 78 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
245 |
| - | |
| 245 | + | |
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
|
0 commit comments
Comments
(0)