[PR #1966] [MERGED] feat(kanban): add setting to always show bucket task count #5370

Closed
opened 2026-04-16 13:35:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1966
Author: @kolaente
Created: 12/11/2025
Status: Merged
Merged: 12/11/2025
Merged by: @kolaente

Base: mainHead: claude/show-bucket-task-count-018qn8CokVgEdoJBb2noYLRc


📝 Commits (5)

  • 0b3fef6 feat: add setting to always show bucket task count in Kanban view
  • 6f55bd3 test: add Playwright tests for bucket task count feature
  • 3462194 snake case settings
  • df78f0a fix: test
  • 5980291 fix

📊 Changes

9 files changed (+114 additions, -16 deletions)

View changed files

📝 frontend/src/components/project/views/ProjectKanban.vue (+7 -3)
📝 frontend/src/i18n/lang/en.json (+1 -0)
📝 frontend/src/modelTypes/IUserSettings.ts (+1 -0)
📝 frontend/src/models/userSettings.ts (+1 -0)
📝 frontend/src/views/user/settings/General.vue (+9 -0)
📝 frontend/tests/e2e/project/project-view-kanban.spec.ts (+57 -0)
📝 frontend/tests/support/authenticateUser.ts (+9 -6)
📝 frontend/tests/support/fixtures.ts (+8 -2)
📝 frontend/tests/support/updateUserSettings.ts (+21 -5)

📄 Description

Related to https://community.vikunja.io/t/userscript-addons-for-missing-features/4179/12?u=kolaente

Summary by CodeRabbit

  • New Features

    • Added "Always show task count on Kanban buckets" setting in user preferences to control the visibility of task counts on Kanban bucket headers.
  • Tests

    • Added end-to-end tests validating Kanban bucket task count display behavior and formatting.

✏️ Tip: You can customize this high-level summary in your review settings.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1966 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 12/11/2025 **Status:** ✅ Merged **Merged:** 12/11/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `claude/show-bucket-task-count-018qn8CokVgEdoJBb2noYLRc` --- ### 📝 Commits (5) - [`0b3fef6`](https://github.com/go-vikunja/vikunja/commit/0b3fef604938759e4fb3ef72620d46071a9bcf68) feat: add setting to always show bucket task count in Kanban view - [`6f55bd3`](https://github.com/go-vikunja/vikunja/commit/6f55bd32273c3dfe04678e645e6d17552dfc4a75) test: add Playwright tests for bucket task count feature - [`3462194`](https://github.com/go-vikunja/vikunja/commit/3462194b7b39f505a08ad3497dfbe1b8db47e7eb) snake case settings - [`df78f0a`](https://github.com/go-vikunja/vikunja/commit/df78f0ae27efb0d07f308becee0a57d2329940ca) fix: test - [`5980291`](https://github.com/go-vikunja/vikunja/commit/59802914dbee5a66eb284e909751ec97c9f9f708) fix ### 📊 Changes **9 files changed** (+114 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/project/views/ProjectKanban.vue` (+7 -3) 📝 `frontend/src/i18n/lang/en.json` (+1 -0) 📝 `frontend/src/modelTypes/IUserSettings.ts` (+1 -0) 📝 `frontend/src/models/userSettings.ts` (+1 -0) 📝 `frontend/src/views/user/settings/General.vue` (+9 -0) 📝 `frontend/tests/e2e/project/project-view-kanban.spec.ts` (+57 -0) 📝 `frontend/tests/support/authenticateUser.ts` (+9 -6) 📝 `frontend/tests/support/fixtures.ts` (+8 -2) 📝 `frontend/tests/support/updateUserSettings.ts` (+21 -5) </details> ### 📄 Description Related to https://community.vikunja.io/t/userscript-addons-for-missing-features/4179/12?u=kolaente <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added "Always show task count on Kanban buckets" setting in user preferences to control the visibility of task counts on Kanban bucket headers. * **Tests** * Added end-to-end tests validating Kanban bucket task count display behavior and formatting. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 13:35:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#5370