fix: board notify-due#7990
Merged
Merged
Conversation
Signed-off-by: samin-z <samin.zavarkesh@gmail.com>
Contributor
|
🐢 Performance warning. |
benjaminfrueh
approved these changes
May 29, 2026
Contributor
Author
|
/backport to stable33 |
Contributor
Author
|
/backport to stable32 |
Contributor
Author
|
/backport to stable31 |
3 tasks
Contributor
Author
|
/backport to stable30 |
Contributor
Author
|
/backport to stable29 |
3 tasks
This was referenced May 29, 2026
Pavlinchen
added a commit
to Pavlinchen/deck
that referenced
this pull request
Jun 13, 2026
Adds an optional swimlane view that groups cards into horizontal lanes by label or assignee, with a "No label" / "Unassigned" catchall lane. Cards with multiple labels appear in every matching lane with a duplicate badge. The flat board stays the default. Implementation: - Swimlane mode and lane order are shared board settings (setAppValue), gated by PERMISSION_EDIT in ConfigController::setValue() following the pattern from nextcloud#7990. ConfigService rejects non-numeric board ids on the shared path and shape-validates values (mode enum, JSON array of lane ids, max 1000 entries / 8KB) before storing. - Lane collapse state is per-user in localStorage. - New components: Swimlane.vue, SwimlaneHeader.vue. Stack.vue gained `header-only` / `hide-header` props so list headers render once in a sticky row above the lanes, sharing one horizontal scroll context. - Lanes computed reactively from cards' labels/assignees; lane order is deterministic (saved order first, ID fallback). Store mutations are optimistic with rollback on dispatch failure. Tests: PHPUnit ConfigServiceTest covers all three config keys, board id validation, value validation, and the per-user vs shared storage split. Cypress swimlanesFeatures covers grouping modes, multi-label cards, persistence across reload, and the editor-only restriction (API 403 + disabled UI controls). Closes nextcloud#32 Signed-off-by: Pavlinchen <69079839+Pavlinchen@users.noreply.github.com>
6 tasks
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.
No description provided.