Merged
Conversation
…for styling; remove unused styles and theme properties; integrate NativeWind for utility-first styling approach; update theme context to support dark mode; enhance accessibility and maintainability.
…ove unused tailwind.config.ts file
…r for improved layout handling
…on; update settings stack and types accordingly
- Removed AlertEpisodesStackNavigator and IncidentEpisodesStackNavigator. - Integrated AlertEpisodeDetailScreen and IncidentEpisodeDetailScreen into AlertsStackNavigator and IncidentsStackNavigator respectively. - Updated MainTabNavigator to remove references to the deleted stack navigators. - Adjusted RootNavigator linking to reflect the new navigation structure. - Modified types to remove unused stack parameter lists. - Updated handlers for notifications to navigate to the correct screens. - Refactored AlertsScreen and IncidentsScreen to support segmented control for toggling between alerts and episodes. - Added SegmentedControl component for better UI navigation. - Cleaned up unused screen components and hooks related to episodes.
…BiometricLockScreen, HomeScreen, and SettingsScreen
- Added SectionHeader component for consistent section titles in IncidentEpisodeDetailScreen. - Updated styles for various text elements to improve readability and accessibility. - Refined button styles in LoginScreen and ServerUrlScreen for better visual feedback. - Introduced focus states for input fields in LoginScreen and ServerUrlScreen. - Enhanced ProjectSelectionScreen with improved project item display. - Implemented SectionCard component in SettingsScreen for better layout organization. - Updated color tokens in theme for better visual consistency and added new accent colors. - Adjusted Tailwind CSS configuration for improved shadow effects and new color variables.
…Counts hook; remove unused hooks and simplify loading logic Remove ProjectSelectionScreen as it is no longer needed; integrate project selection into other screens Update IncidentDetailScreen and IncidentEpisodeDetailScreen to directly receive projectId from route params Refactor IncidentsScreen to utilize useAllProjectIncidents, useAllProjectIncidentEpisodes, and useAllProjectIncidentStates hooks for better data management Add new hooks: useAllProjectCounts, useAllProjectAlerts, useAllProjectAlertEpisodes, useAllProjectAlertStates, useAllProjectIncidentEpisodes, and useAllProjectIncidentStates for improved data fetching and state management Remove useProject hook usage from SettingsScreen and adjust project-related logic accordingly
…pisodes; streamline hooks to use unified fetching methods
…d; implement opacity adjustment based on prop value
…onent in detail screens
… in SettingsScreen
… on multi-tenant request
…tsScreen for better layout
…ng' in multiple hooks
…nt theme integration
Contributor
Author
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
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.
Title of this pull request?
Small Description?
Pull Request Checklist:
closes #XXXXin your comment to auto-close the issue that your PR fixes (if such).Related Issue?
Screenshots (if appropriate):