-
Notifications
You must be signed in to change notification settings - Fork 190
Improved import and export sorting for app and common #832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Important Review skippedMore than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review. 105 files out of 212 files are above the max files limit of 100. Please upgrade to Pro plan to get higher limits. You can disable this status message by setting the WalkthroughThis update introduces extensive enhancements and refactoring across the mobile and web codebases, build scripts, CI/CD workflows, and documentation. Key highlights include: major improvements to mobile deployment automation, granular tree-shaking and bundle analysis tooling, new remote configuration and feature flag architecture for both web and mobile, modularization of Fastlane helpers, and broad upgrades to linting, testing, and version management. Numerous configuration, infrastructure, and dependency updates are also present. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant GitHub Actions
participant Fastlane
participant Slack
participant App Store/Play Store
participant Developer
User->>GitHub Actions: Push/Merge PR (main/dev)
GitHub Actions->>GitHub Actions: Run mobile-deploy-auto.yml
GitHub Actions->>Fastlane: Trigger deploy_auto lane (iOS/Android)
Fastlane->>App Store/Play Store: Build & Upload App
Fastlane->>Slack: Notify deployment status
Fastlane->>GitHub Actions: Update version.json, create release tags
GitHub Actions->>Developer: Deployment summary, changelog, tags
sequenceDiagram
participant App
participant RemoteConfigBackend
participant StorageBackend
participant User
App->>RemoteConfigBackend: initRemoteConfig()
App->>RemoteConfigBackend: fetchAndActivate()
App->>StorageBackend: getLocalOverrides()
App->>RemoteConfigBackend: getAll()
App->>App: Merge remote config, local overrides, defaults
User->>App: Set/Clear local override
App->>StorageBackend: setItem/removeItem
Estimated code review effort🎯 5 (Critical) | ⏱️ ~90+ minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
closing...opened against wrong branch and now checks are off |
Summary by CodeRabbit
New Features
Enhancements
Bug Fixes
Documentation
Chores
Style
These updates collectively improve app performance, deployment reliability, code quality, and developer experience across platforms.