[PR #1024] feat(list view): add sorting options #1160

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

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1024
Author: @kolaente
Created: 6/25/2025
Status: 🔄 Open

Base: mainHead: codex/add-task-sorting-functionality


📝 Commits (2)

  • dfdaf02 feat(frontend): add sorting modal for list view
  • 1e499c3 fix: formatting and build

📊 Changes

3 files changed (+141 additions, -14 deletions)

View changed files

frontend/src/components/project/partials/SortPopup.vue (+120 -0)
📝 frontend/src/components/project/views/ProjectList.vue (+11 -13)
📝 frontend/src/i18n/lang/en.json (+10 -1)

📄 Description

Things left to do:

  • SortPopup Background - use a model, not a delete modal
  • Ascending/Descending is bad ux
  • "Position" should be "manually"
  • When sorting for position, always sort asc, not allow selecing
  • Items in the dropdown should be sorted alphabetically
  • Spacing for the sort options button to the left
  • Text in the popup to explain what it does
  • Better layout for the input

Originally: https://chatgpt.com/codex/tasks/task_e_684fe97e3aa48322bb03dd5120a1977c

Resolves https://github.com/go-vikunja/vikunja/issues/1729#issuecomment-3472472918


🔄 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/1024 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/25/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `codex/add-task-sorting-functionality` --- ### 📝 Commits (2) - [`dfdaf02`](https://github.com/go-vikunja/vikunja/commit/dfdaf02921ac428e31be220ab6d4d7bd2b03f5ce) feat(frontend): add sorting modal for list view - [`1e499c3`](https://github.com/go-vikunja/vikunja/commit/1e499c3f55382e28ea09643de25a6b555cd8a06d) fix: formatting and build ### 📊 Changes **3 files changed** (+141 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/components/project/partials/SortPopup.vue` (+120 -0) 📝 `frontend/src/components/project/views/ProjectList.vue` (+11 -13) 📝 `frontend/src/i18n/lang/en.json` (+10 -1) </details> ### 📄 Description ## Things left to do: - [ ] SortPopup Background - use a model, not a delete modal - [ ] Ascending/Descending is bad ux - [ ] "Position" should be "manually" - [ ] When sorting for position, always sort asc, not allow selecing - [ ] Items in the dropdown should be sorted alphabetically - [ ] Spacing for the sort options button to the left - [ ] Text in the popup to explain what it does - [ ] Better layout for the input Originally: https://chatgpt.com/codex/tasks/task_e_684fe97e3aa48322bb03dd5120a1977c Resolves https://github.com/go-vikunja/vikunja/issues/1729#issuecomment-3472472918 --- <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:12:17 -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#1160