- Added dark mode support for warning colors in the Selfie Verification Step.
- Replaced hardcoded colors with theme-aware colors for better UI consistency.
- Updated Snackbar notifications to use a centralized loader utility for better user feedback.
- Refactored the auto-verify toggle and bypass liveness check functionality for clarity.
- Improved layout and styling for better user experience.
fix: Update Units Repository with Logging and Error Handling
- Integrated logging for unit fetching operations in the Units Repository.
- Added checks for empty unit lists to prevent unnecessary errors.
- Improved error handling for database operations.
refactor: Revamp Image Source Dialog and Uploader for Dark Mode
- Enhanced Image Source Dialog to support dark mode styling.
- Updated Image Uploader to use a custom circular loader for better visual feedback during uploads.
style: Standardize Step Indicator Colors Based on Theme
- Adjusted step indicator icon colors to adapt based on the current theme (dark/light).
chore: Update Tips Container to Use New Color Constants
- Refactored Tips Container to utilize new color constants for better maintainability.
style: Introduce New Color Constants for Card Styles
- Added new color constants for card backgrounds, borders, and text to improve UI consistency across the application.
fix: Adjust Total Steps for Officer Selection Process
- Updated the total steps for officer selection from 5 to 4 to reflect the current flow.
chore: Add Patrol Unit Selection Screen for Officer Information
- Implemented a new Patrol Unit Selection Screen to allow officers to configure their patrol units.
- Integrated selection modes and unit creation functionality for enhanced user experience.