Conversation
- Updated background colors for various components to use `backgroundElevated` instead of `backgroundSecondary`. - Increased padding and border radius for cards and buttons across multiple screens for a more modern look. - Introduced shadow styles for components to improve depth perception. - Adjusted header styles in navigators to use `backgroundPrimary` and added subtle borders. - Added a new `shadows` utility to manage shadow styles consistently across the app. - Modified text styles for better readability and visual hierarchy. - Updated spacing constants to include larger values for improved layout.
…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
chore: npm audit fix
…tsScreen for better layout
…ng' in multiple hooks
…nt theme integration
- Introduced new DNS monitor types and criteria checks in CriteriaFilter.ts. - Implemented DNS monitor instance creation in MonitorCriteriaInstance.ts. - Enhanced MonitorStep to support DNS configurations. - Added DNS response handling in ProbeMonitorResponse.ts. - Created DNS monitor forms and summary views in the Dashboard. - Developed DNS query utilities and response handling in MonitorTypes/DnsMonitor.ts. - Added DNS record types and response structures for better data handling. - Implemented criteria evaluation for DNS monitoring in DnsMonitorCriteria.ts.
Refactor mob app
DNS monitor
- Updated BiometricLockScreen with improved icon layout and shadow effects. - Refined HomeScreen layout for better spacing and added header gradient. - Enhanced IncidentDetailScreen with gradient backgrounds and improved badge styling. - Replaced error handling in IncidentsScreen with a reusable EmptyState component. - Improved SettingsScreen with a profile header and added icons to settings rows. - Revamped LoginScreen and ServerUrlScreen with gradient headers and refined input fields. - Updated color theme to include new gradient properties for better visual consistency.
- Removed unused theme variable from IncidentsScreen. - Updated SettingsScreen to use GlassCard and LinearGradient for improved UI. - Refactored LoginScreen and ServerUrlScreen to utilize GradientHeader and GlassCard for consistent styling. - Introduced GradientButton component for reusable gradient-styled buttons. - Added Logo component for consistent branding across screens. - Created NotesSection component to manage and display internal notes. - Implemented SectionHeader component for better organization of section titles. - Enhanced color theme with new gradient and accent colors.
…to multiple cards
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):