-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: mobile staging and dev icons #3375
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Suggested PR Title:
Change Summary: Code Review: Code ReviewIssues Requiring Change Requests:
If these issues are addressed, the PR should be ready for further review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces mobile and environment improvements by updating icon handling in the mobile app configuration and streamlining environment display logic for desktop.
- Updated environment info in the utils package to include the MODE constant.
- Revised mobile app configuration to use different icons based on the environment profile.
- Modified desktop UI components to display environment information using the new MODE constant.
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
File | Description |
---|---|
packages/utils/src/environment.ts | Added MODE import and output to display current mode in environment details |
apps/mobile/app.config.ts | Replaced a static icon path with a mapping to support multiple profiles |
apps/desktop/src/renderer/src/modules/settings/tabs/about.tsx | Updated environment display logic using the MODE constant |
apps/desktop/src/renderer/src/modules/app/EnvironmentIndicator.tsx | Replaced inline mode retrieval with the imported MODE constant |
Files not reviewed (1)
- apps/mobile/eas.json: Language not supported
Description
PR Type
Screenshots (if UI change)
Demo Video (if new feature)
Linked Issues
Additional context
Changelog