-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
WebUI improvements #382
WebUI improvements #382
Conversation
- Updated Tailwind CSS configuration to include detailed theme definitions for light and dark modes, improving design consistency. - Added tooltip styling in custom CSS for better user experience across various settings pages. - Implemented selection functionality in the list detections view, allowing users to select multiple items for verification or deletion. - Enhanced audio settings and filters with tooltips for better guidance on configuration options. - Improved species settings management by adding sections for including and excluding species, along with custom action configurations. - Streamlined the UI for species settings, ensuring clarity and ease of use with updated descriptions and tooltips. This commit focuses on improving the user interface and experience in the species settings and related views, while also enhancing the underlying configuration for themes and tooltips.
- Introduced a new CSS class for list items in species settings, improving visual consistency and user experience. - Updated HTML templates in filtersSettings.html and speciesSettings.html to utilize the new styling class, replacing inline styles for better maintainability. - Enhanced hover effects for list items to provide clearer feedback during user interactions.
- Updated various settings pages to use a unified styling approach, enhancing visual consistency across the application. - Replaced inline styles with new CSS classes for better maintainability and user experience. - Improved tooltip handling by standardizing the help icon implementation across all settings templates. - Enhanced descriptions and labels for clarity, ensuring users have better guidance on configuration options. - Streamlined input handling and layout for species settings, including include/exclude functionality, to improve user interaction.
- Added new color definitions for primary content in light and dark themes in tailwind.config.js, improving accessibility and visual clarity. - Introduced comprehensive styling for the settings page in custom.css, including headers, descriptions, input groups, and buttons, to enhance user experience and consistency. - Updated tailwind.css to refine color variables and remove unused styles, streamlining the CSS for better maintainability. This commit focuses on improving the user interface and experience across settings pages, ensuring a cohesive design and better accessibility.
- Adjusted padding in the species settings list items to enhance visual clarity and user experience. - Increased the horizontal padding of the threshold display to provide a more balanced appearance in the settings interface. This commit focuses on refining the user interface of the species settings page, ensuring a more consistent and user-friendly layout.
- Added new sections for enabling privacy filtering and configuring confidence thresholds for human voice detection. - Improved tooltip handling and labeling for clarity in privacy and dog bark filter settings. - Updated HTML structure for better maintainability and consistency across the settings interface. - Enhanced user experience with clearer descriptions and improved layout for filter settings.
- Added "error-content" color for improved accessibility in light and dark themes. - Updated "primary-content" color in dark mode for better visual contrast. This commit focuses on refining the color palette in the Tailwind CSS configuration to enhance user experience and accessibility across the application.
- Added ARIA roles and labels to improve screen reader support in header, sidebar, and settings pages. - Updated HTML structure for better semantic meaning and accessibility, including roles for navigation and regions. - Enhanced tooltip handling with ARIA attributes for improved user guidance. - Streamlined input elements with appropriate labels and descriptions for clarity. - Improved layout and spacing in various settings pages to enhance user experience. This commit focuses on refining the user interface and accessibility features across the application, ensuring a more inclusive experience for all users.
- Added dark mode styles for date input calendar icons to improve visibility. - Updated Tailwind CSS variables for better color management and consistency across themes. - Introduced new tab component styles, including hover effects and disabled states, to enhance user interaction. - Improved layout and spacing in the dashboard for better usability and clarity. This commit focuses on refining the user interface and accessibility features, ensuring a more cohesive and user-friendly experience across the application.
…ding on Firefox - Added a new function to initialize the date picker, setting its value based on the URL hash or the current date. - Made the date picker visible and triggered a change event to load initial data. - Integrated the date picker initialization into the dashboard's DOMContentLoaded event and htmx afterSettle event for improved user experience. This commit enhances the dashboard functionality by ensuring the date picker is properly initialized and visible, improving usability for users interacting with date-related features.
- Introduced a helper function to ensure the date is formatted as 'YYYY-MM-DD' consistently across browsers. - Updated the date picker logic to set its value based on the URL hash or the current date, improving user experience. - Ensured the date picker is only triggered to change when necessary, enhancing performance and usability.
…ctionality - Removed the selection feature, including checkboxes and associated actions (verify and delete). - Streamlined the HTML structure for better readability and maintainability. - Enhanced the overall layout of the listDetections component while maintaining existing styles.
Caution Review failedThe pull request is closed. WalkthroughThis pull request introduces comprehensive updates to the user interface, focusing on enhancing accessibility, styling, and theme configuration across multiple files. The changes span CSS files, JavaScript utilities, and HTML templates, with a significant emphasis on improving the settings interface, tooltips, and overall user experience. Key modifications include adding ARIA roles for better screen reader support, refactoring theme configurations, updating CSS classes, and removing some settings-related files while standardizing the styling approach. Changes
Sequence DiagramsequenceDiagram
participant User
participant UI
participant ThemeController
participant LocalStorage
User->>UI: Interact with theme toggle
UI->>ThemeController: Toggle theme
ThemeController->>LocalStorage: Save current theme
ThemeController->>UI: Update theme styles
UI->>User: Display updated interface
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (20)
Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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
CodeRabbit Configuration File (
|
Refreshed light and dark theme styling.
Fixed dark mode behaviour by ensuring all pages and elements switch theme properly.
Added ARIA attributes to improve usability with screen readers.