[PR #1482] [MERGED] fix(filters): persist url filter query across views #1525

Closed
opened 2025-11-01 21:22:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: fix/filter-query-persistence


📝 Commits (9)

📊 Changes

3 files changed (+100 additions, -0 deletions)

View changed files

frontend/cypress/e2e/project/filter-persistence.spec.ts (+79 -0)
📝 frontend/src/components/project/views/ProjectKanban.vue (+20 -0)
📝 frontend/src/components/project/views/ProjectTable.vue (+1 -0)

📄 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/1482 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 9/11/2025 **Status:** ✅ Merged **Merged:** 9/11/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix/filter-query-persistence` --- ### 📝 Commits (9) - [`06510ea`](https://github.com/go-vikunja/vikunja/commit/06510ead22d8792c08d4fe342c714dbc74f7e7d7) fix(filters): persist url filter query across views - [`3de8d66`](https://github.com/go-vikunja/vikunja/commit/3de8d66f5d3b7f17ea3958d54b533e9455184040) fix name - [`4d9ae01`](https://github.com/go-vikunja/vikunja/commit/4d9ae01111a438a6fb640e5a19d3995564a5a227) fix all params - [`4cd8ca3`](https://github.com/go-vikunja/vikunja/commit/4cd8ca3b6ce0117d7634f03b0a74fe3c3c9c6beb) fix comments - [`c15c863`](https://github.com/go-vikunja/vikunja/commit/c15c8639bb35079cc7f616a68b3328a238eb37fb) fix imports - [`99da4fb`](https://github.com/go-vikunja/vikunja/commit/99da4fb65f421735248190e6c5907ec5318ea7db) improve filter condition - [`fcc476e`](https://github.com/go-vikunja/vikunja/commit/fcc476ed4c44f0e49d8cdd1126e9fd4a6bc0de5c) fix test - [`d441399`](https://github.com/go-vikunja/vikunja/commit/d4413992e62670a79144f0e79c36430c45a0a500) fix test project creation - [`7bc6922`](https://github.com/go-vikunja/vikunja/commit/7bc6922b25dd120343e87d790cfba0dec6dfb08f) fix test fixture ### 📊 Changes **3 files changed** (+100 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `frontend/cypress/e2e/project/filter-persistence.spec.ts` (+79 -0) 📝 `frontend/src/components/project/views/ProjectKanban.vue` (+20 -0) 📝 `frontend/src/components/project/views/ProjectTable.vue` (+1 -0) </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:22:03 -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#1525