Redesign iOS UI in Feather-style native language#1
Merged
Conversation
Full visual overhaul of the iOS app: - Two-tab shell (Extract / Settings) via native TabView; on iOS 26 SDK this renders the Liquid Glass floating tab bar automatically. - Configurable accent tint (8 colours, default indigo) and light/dark/system appearance, persisted in Settings. - Theme.swift: accent palette, per-protocol colours/badges, layout tokens, reusable components (GroupedCard, IconBadge, PrimaryButton, SectionLabel). - Extract screen: inset-grouped link card with paste action, accent CTA with loading state, calm empty/error states. - Results: new source subscription URL card with copy, plus a grouped config list with per-protocol coloured icons and tap-to-copy haptics. - Settings: grouped identity fields, accent grid picker, theme segmented control, About + GitHub links. - About: retinted grouped cards. - Bump MARKETING_VERSION to 1.0.1 (build 2). UI-only; extraction, crypto, network and parsing are unchanged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Full visual overhaul of the iOS app in a clean, native iOS language inspired by Feather.
What changed
TabView— on the iOS 26 SDK this renders the authentic Liquid Glass floating tab bar automatically; standard bar on iOS 16–25.Settings.GroupedCard,IconBadge,PrimaryButton,SectionLabel).MARKETING_VERSIONto 1.0.1 (build 2).UI-only — extraction, crypto, network and parsing are unchanged; existing tests untouched.
Note
Authored on Windows, so the build was not compiled locally — relying on this PR's CI (build + simulator tests) for verification. Targets iOS 16+; iOS 26 glass is a progressive enhancement via the native TabView.