Commit c2c0425
authored
feat: registration and trial actions use Account app (#1928)
### Summary
- Replace Registration replace/link status widgets with a single `Manage
License` action and helper text.
- Remove legacy trial-start UI/store path and modal wiring from UPC.
- Keep trial callback installs in the shared key-install pipeline
(`trialStart`/`trialExtend` treated as key actions).
- Update keyserver typing/response handling and related
registration/account/server behaviors.
- Clean up obsolete tests tied to removed registration/trial paths.
### Testing
- `pnpm test __test__/components/Modals.test.ts
__test__/components/Registration.test.ts`
- `pnpm test __test__/store/replaceRenew.test.ts`
- `pnpm test __test__/store/account.test.ts
__test__/store/server.test.ts __test__/components/Registration.test.ts`
- `pnpm test __test__/store/callbackActions.helpers.test.ts
__test__/store/callbackActions.test.ts
__test__/store/installKey.test.ts`
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Removed Features**
* Trial modal and trial start/extend actions removed from the UI
* Legacy license linking and replace-check UI removed
* **New Features**
* Added a Manage License action/button with helper text to open account
license management
* **Improvements**
* Streamlined registration UI and simplified license management flows
* Fewer renewal/replace checks during registration, reducing complexity
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent bb6f241 commit c2c0425
File tree
23 files changed
+140
-1444
lines changed- web
- __test__
- components
- store
- src
- components
- Registration
- UserProfile
- composables/services
- locales
- store
23 files changed
+140
-1444
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 47 | | |
57 | 48 | | |
58 | 49 | | |
| |||
88 | 79 | | |
89 | 80 | | |
90 | 81 | | |
91 | | - | |
92 | 82 | | |
93 | 83 | | |
94 | 84 | | |
| |||
108 | 98 | | |
109 | 99 | | |
110 | 100 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | 101 | | |
127 | 102 | | |
128 | 103 | | |
| |||
163 | 138 | | |
164 | 139 | | |
165 | 140 | | |
166 | | - | |
167 | 141 | | |
168 | 142 | | |
169 | 143 | | |
| |||
179 | 153 | | |
180 | 154 | | |
181 | 155 | | |
182 | | - | |
183 | 156 | | |
184 | 157 | | |
185 | 158 | | |
186 | 159 | | |
187 | | - | |
188 | 160 | | |
189 | 161 | | |
190 | 162 | | |
191 | 163 | | |
192 | 164 | | |
193 | 165 | | |
194 | 166 | | |
195 | | - | |
196 | 167 | | |
197 | 168 | | |
198 | 169 | | |
| |||
208 | 179 | | |
209 | 180 | | |
210 | 181 | | |
211 | | - | |
212 | 182 | | |
213 | 183 | | |
214 | 184 | | |
215 | 185 | | |
216 | 186 | | |
217 | 187 | | |
218 | | - | |
219 | 188 | | |
220 | 189 | | |
221 | 190 | | |
222 | 191 | | |
223 | | - | |
224 | 192 | | |
225 | 193 | | |
226 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | 105 | | |
115 | 106 | | |
116 | 107 | | |
| |||
158 | 149 | | |
159 | 150 | | |
160 | 151 | | |
161 | | - | |
162 | 152 | | |
163 | 153 | | |
164 | 154 | | |
| |||
203 | 193 | | |
204 | 194 | | |
205 | 195 | | |
206 | | - | |
207 | 196 | | |
208 | 197 | | |
209 | 198 | | |
210 | 199 | | |
211 | | - | |
212 | | - | |
213 | 200 | | |
214 | 201 | | |
215 | 202 | | |
| |||
231 | 218 | | |
232 | 219 | | |
233 | 220 | | |
234 | | - | |
235 | | - | |
| 221 | + | |
236 | 222 | | |
237 | 223 | | |
238 | 224 | | |
| |||
315 | 301 | | |
316 | 302 | | |
317 | 303 | | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
318 | 330 | | |
319 | 331 | | |
320 | 332 | | |
| |||
428 | 440 | | |
429 | 441 | | |
430 | 442 | | |
431 | | - | |
| 443 | + | |
432 | 444 | | |
433 | 445 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 57 | | |
65 | 58 | | |
66 | 59 | | |
| |||
109 | 102 | | |
110 | 103 | | |
111 | 104 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 105 | + | |
| 106 | + | |
116 | 107 | | |
117 | 108 | | |
118 | 109 | | |
| |||
122 | 113 | | |
123 | 114 | | |
124 | 115 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | 116 | | |
139 | 117 | | |
140 | 118 | | |
| |||
250 | 228 | | |
251 | 229 | | |
252 | 230 | | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | 231 | | |
266 | 232 | | |
267 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
535 | 579 | | |
536 | 580 | | |
537 | 581 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
109 | 128 | | |
110 | 129 | | |
111 | 130 | | |
| |||
0 commit comments