feat: revamp the project board header toolbar (compact, agenda-style,…#616
Open
bmestrallet wants to merge 2 commits into
Open
feat: revamp the project board header toolbar (compact, agenda-style,…#616bmestrallet wants to merge 2 commits into
bmestrallet wants to merge 2 commits into
Conversation
… mobile search) Replace the bespoke project board toolbar (inline v-tabs view switcher, always-on keyword field and a separate Filter button, with a fixed 30/70 flex split and custom mobile CSS that simply hid the search) with a compact, responsive header modelled on the Agenda/Documents toolbars: - the breadcrumb (back link + project name) stays on the left; the favorite/AI board-header extension point moves to the right with the other actions; - the Board/List/Plan view selector becomes a compact icon + dropdown menu (new TasksViewSwitcher, agenda AgendaSwitchView style), kept visible on mobile; - the keyword search collapses behind a filter icon and expands full width with a back arrow (Esc closes it), so search finally works on small screens; - the advanced filter keeps its own icon (with applied-filter count) opening the existing Sort & Filter drawer; - right-hand action order: favorite/AI, view selector, search, advanced filter; all icons are 36x36 / 20px with the lighter text-light-color, evenly spaced; - the back arrow aligns with the first column content (board padding). The view-switcher dropdown is relocated into the Vuetify app root so it renders above the kanban board with the correct (opaque) theme background. Removes the now-dead toolbar CSS (flex split, view-tab styling, mobile overrides). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
On small screens (smAndDown) the view selector is hidden, matching agenda's toolbar; the search and advanced filter remain. The current view is unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9d539b6 to
b067699
Compare
|
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.



What
Reworks the project board header toolbar to be compact and responsive, modelled on the Agenda / Documents toolbars, and makes task search usable on mobile.
Before, the header used a hand-rolled
v-toolbarwith an inlinev-tabsview switcher, an always-on keyword field and a separate Filter button, laid out with a fixed 30 % / 70 % flex split plus bespoke@mediaCSS that simply hid the keyword search on small screens.Changes
task-board-headerextension point (favorite ⭐ / AI 🔔) moves to the right, grouped with the other actions.TasksViewSwitcher, styled after agenda'sAgendaSwitchView— kept visible on mobile.36×36 / 20pxwith the lightertext-light-color, evenly spaced; the back arrow aligns with the first column's content.No backend changes. New i18n key
label.viewOptions(en only; Crowdin syncs the rest).Test
Verified live on a Meeds 7.2.x server: Board/List/Plan switching, full-width search expand/collapse (incl. narrow widths), advanced filter drawer, favorite/AI icons, alignment and even spacing — desktop and compact.