Skip to content

Commit 6b7805a

Browse files
committed
feat(settings): redesign Settings screen with product-grade UX
Restructure sections: CortexOS System, Connection, Identity, About CortexOS Add visual connection status with green/red dot indicator Auto-save endpoint URL, replace 'Save & Test' with 'Test Connection' Add Identity section with System Name and Mode (UserDefaults) Improve microcopy: 'Connect to enable CortexOS' Clean Apple-style UI with reusable components Update app icons Update SettingsView layout and add connection feedback; add script for generating app icon
1 parent 97db77f commit 6b7805a

File tree

16 files changed

+150
-39
lines changed

16 files changed

+150
-39
lines changed

CortexOSApp/CortexOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
472472
CODE_SIGN_STYLE = Automatic;
473473
COPY_PHASE_STRIP = NO;
474-
CURRENT_PROJECT_VERSION = 202604020818;
474+
CURRENT_PROJECT_VERSION = 202604021331;
475475
DEBUG_INFORMATION_FORMAT = dwarf;
476476
DEVELOPMENT_TEAM = 2V8LZ2444Y;
477477
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -560,7 +560,7 @@
560560
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
561561
CODE_SIGN_STYLE = Automatic;
562562
COPY_PHASE_STRIP = NO;
563-
CURRENT_PROJECT_VERSION = 202604020818;
563+
CURRENT_PROJECT_VERSION = 202604021331;
564564
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
565565
DEVELOPMENT_TEAM = 2V8LZ2444Y;
566566
ENABLE_NS_ASSERTIONS = NO;
91.9 KB
Loading
12.4 KB
Loading
25.6 KB
Loading
1.52 KB
Loading
3.69 KB
Loading
25.6 KB
Loading
57.6 KB
Loading
3.69 KB
Loading
7.02 KB
Loading

0 commit comments

Comments
 (0)