Commit 07aefa6
committed
Fix update-check ordering and remove unused NewConnectionRouteScreen
- Swap isDevelopment/!isPackaged guard before hasUpdateFeedConfig in
getAutoUpdateDisabledReason so dev builds get the specific 'packaged
production builds' message instead of the generic 'no update feed' one.
- Update test to use hasUpdateFeedConfig: false for the dev-build case,
reflecting real-world conditions.
- Delete unused NewConnectionRouteScreen.tsx which duplicated the actual
route screen at app/connections/new.tsx.1 parent fbcf04a commit 07aefa6
File tree
3 files changed
+4
-257
lines changed- apps
- desktop/src
- mobile/src/features/connection
3 files changed
+4
-257
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
Lines changed: 0 additions & 253 deletions
This file was deleted.
0 commit comments