mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-08 23:03:29 -05:00
[PR #1652] feat: add sorting controls to Overview page #1647
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/1652
Author: @2ZZ
Created: 10/13/2025
Status: 🔄 Open
Base:
main← Head:feature/overview-sorting📝 Commits (3)
2f66e4dfeat: add sorting controls to Overview paged743720refactor: replace sort toggle button with dropdown59f9bb0Debugging📊 Changes
21 files changed (+903 additions, -88 deletions)
View changed files
📝
frontend/.gitignore(+1 -0)📝
frontend/cypress/e2e/project/filter-persistence.spec.ts(+84 -2)📝
frontend/cypress/e2e/project/project-history.spec.ts(+19 -21)📝
frontend/cypress/e2e/project/project-view-gantt.spec.ts(+18 -13)📝
frontend/cypress/e2e/project/project-view-kanban.spec.ts(+0 -6)📝
frontend/cypress/e2e/project/project-view-table.spec.ts(+26 -9)📝
frontend/cypress/e2e/project/project.spec.ts(+1 -2)➕
frontend/cypress/e2e/project/saved-filter-sorting.spec.ts(+291 -0)📝
frontend/cypress/e2e/sharing/linkShare.spec.ts(+3 -1)📝
frontend/cypress/e2e/task/overview.spec.ts(+167 -0)📝
frontend/cypress/e2e/task/task.spec.ts(+21 -11)📝
frontend/cypress/e2e/user/login.spec.ts(+2 -2)📝
frontend/cypress/e2e/user/settings.spec.ts(+3 -3)➕
frontend/cypress/factories/savedFilter.ts(+44 -0)📝
frontend/src/components/project/partials/FilterPopup.vue(+9 -3)📝
frontend/src/components/project/partials/Filters.vue(+124 -0)📝
frontend/src/components/project/views/ProjectList.vue(+28 -3)📝
frontend/src/i18n/lang/en.json(+19 -3)📝
frontend/src/services/taskCollection.ts(+1 -1)📝
frontend/src/views/filters/FilterEdit.vue(+1 -0)...and 1 more files
📄 Description
Summary
Changes
Technical Details
prioritytoTaskFilterParamssort_by type options intaskCollection.tsShowTasks.vuetask.show.sortBy,misc.ascending,misc.descendingTest plan
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.