Semi-Rewrite – Major Refactor & Codebase Cleanup#327
Closed
StephenDev0 wants to merge 41 commits intomainfrom
Closed
Semi-Rewrite – Major Refactor & Codebase Cleanup#327StephenDev0 wants to merge 41 commits intomainfrom
StephenDev0 wants to merge 41 commits intomainfrom
Conversation
… into semi-rewrite
…actor alerts, and updates - Redesign HomeView to a simpler style with 'Enable JIT' action. - Remove 'Help & Info' and 'Quick Launch' from Home. - Fix DDI false positive by starting heartbeat on HomeView appear. - Restore robust DDI checks and update app name to 'StikDebug'. - Remove FeatureFlags and Beta tags; enable 'profiles', 'processes', 'location' tabs by default. - Remove 'Devices' tab; add 'Target Device IP' field in Settings. - Hardcode 'Settings' tab to 4th position. - Refactor 'SettingsView' tab customization to be reorder-only. - Remove 'Appearance' theme section from Settings. - Refactor custom error cards to use native SwiftUI/UIKit alerts across the app (HomeView, ConsoleLogsView, ProfileView, etc). - Restore JS callback support and script execution logic in HomeView. - Add necessary Color extensions. - Update project version to 3.0.0.
… into semi-rewrite
… into semi-rewrite
… into semi-rewrite
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.
Semi-Rewrite – Major Refactor & Codebase Cleanup
Warning
This update does not fix the iOS 26.4 issues that most users are currently experiencing. If you are having trouble on that specific version, this refactor will not resolve them.
This PR introduces a significant refactor of the StikDebug codebase, focused on maintainability, stability, and long-term scalability.
Summary
Highlights
Motivation
Reduce technical debt and simplify the codebase ahead of future feature work.
Testing
No major regressions identified during validation.
Full Diff
main...semi-rewrite