Conversation
This PR introduces several micro-UX improvements focused on making the interface more intuitive and accessible: 1. **Clear Search Functionality**: Added a "clear" button (×) to the global search bar in `list_base.html`. This allows users to quickly reset their search. The implementation includes: - Dynamic visibility (shows only when text is present). - Automatic focus return to the input field. - Correct triggering of existing search filters via JavaScript `input` event. 2. **Accessibility (ARIA Labels)**: - Added `aria-label` to the department selection button in the main navbar (`base.html`). - Added `aria-label` to the search input and search buttons (`list_base.html`). - Added `aria-label` to the department filter in the worker list (`workers/index.html`). - Added descriptive `aria-label` and `title` attributes to edit and delete buttons in the worker list to support screen readers and provide tooltips. These changes are within the 50-line limit and follow the project's existing design patterns using Tailwind CSS and DaisyUI. Co-authored-by: Woschj <81321922+Woschj@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Improved accessibility and search usability by adding ARIA labels and a "clear search" button to core templates.
PR created automatically by Jules for task 15441589879741985538 started by @Woschj