[PR #1643] Fix/filter persistence table #1642

Open
opened 2025-11-01 21:24:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1643
Author: @kolaente
Created: 10/11/2025
Status: 🔄 Open

Base: mainHead: fix/filter-persistence-table


📝 Commits (10+)

  • 4052d5e fix(table): make sure filters are not reset in table view when loading url with filter query
  • 6975077 feat(kanban): add filter tests
  • 12cb937 feat(list): add filter tests
  • 30992de verify kanban
  • 8ce91b0 verify list
  • e300d6f verify table
  • a6e46e4 url list
  • 58a1f21 url kanban
  • 35f7e91 url kanban
  • 03f9d8c fix: improve E2E test reliability for URL filter/search parameters

📊 Changes

5 files changed (+419 additions, -4 deletions)

View changed files

📝 frontend/cypress/e2e/project/project-view-kanban.spec.ts (+83 -0)
📝 frontend/cypress/e2e/project/project-view-list.spec.ts (+83 -0)
📝 frontend/cypress/e2e/project/project-view-table.spec.ts (+83 -0)
frontend/cypress/support/filterTestHelpers.ts (+170 -0)
📝 frontend/src/components/project/views/ProjectTable.vue (+0 -4)

📄 Description

Resolves https://github.com/go-vikunja/vikunja/issues/1478


🔄 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/1643 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 10/11/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/filter-persistence-table` --- ### 📝 Commits (10+) - [`4052d5e`](https://github.com/go-vikunja/vikunja/commit/4052d5e9bcaa8d3e7f9232da0c51bbed3965c2c2) fix(table): make sure filters are not reset in table view when loading url with filter query - [`6975077`](https://github.com/go-vikunja/vikunja/commit/6975077e6addb3bf629ab7e940495df96f5799df) feat(kanban): add filter tests - [`12cb937`](https://github.com/go-vikunja/vikunja/commit/12cb937c6e884f28eb3d4e3b8f4dddbf244b86e9) feat(list): add filter tests - [`30992de`](https://github.com/go-vikunja/vikunja/commit/30992de688b5e91306396811d7884cdc38e66f28) verify kanban - [`8ce91b0`](https://github.com/go-vikunja/vikunja/commit/8ce91b0d61f4d725ca6b2d2468836c49b740e200) verify list - [`e300d6f`](https://github.com/go-vikunja/vikunja/commit/e300d6fcfcdae05f6cf58762d7e7f7c63da52024) verify table - [`a6e46e4`](https://github.com/go-vikunja/vikunja/commit/a6e46e477dcfa8de667675c56e3b9bc0bdf448cc) url list - [`58a1f21`](https://github.com/go-vikunja/vikunja/commit/58a1f211cedfe1018843e275103af1b44785f22a) url kanban - [`35f7e91`](https://github.com/go-vikunja/vikunja/commit/35f7e916ab9bd8b51f7aafd2ad860d445b541651) url kanban - [`03f9d8c`](https://github.com/go-vikunja/vikunja/commit/03f9d8c8501fb8a3d18c97313ac8e60d39b813a4) fix: improve E2E test reliability for URL filter/search parameters ### 📊 Changes **5 files changed** (+419 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `frontend/cypress/e2e/project/project-view-kanban.spec.ts` (+83 -0) 📝 `frontend/cypress/e2e/project/project-view-list.spec.ts` (+83 -0) 📝 `frontend/cypress/e2e/project/project-view-table.spec.ts` (+83 -0) ➕ `frontend/cypress/support/filterTestHelpers.ts` (+170 -0) 📝 `frontend/src/components/project/views/ProjectTable.vue` (+0 -4) </details> ### 📄 Description Resolves https://github.com/go-vikunja/vikunja/issues/1478 --- <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 2025-11-01 21:24:29 -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#1642