[PR #2284] feat: Support hiding tasks with a future start date #8160

Open
opened 2026-04-20 18:03:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/2284
Author: @AlD
Created: 2/23/2026
Status: 🔄 Open

Base: mainHead: hide-future


📝 Commits (1)

  • 0faaba6 feat: Support hiding tasks with a future start date

📊 Changes

7 files changed (+90 additions, -2 deletions)

View changed files

📝 frontend/src/i18n/lang/en.json (+2 -0)
📝 frontend/src/modelTypes/IUserSettings.ts (+1 -0)
📝 frontend/src/models/userSettings.ts (+1 -0)
📝 frontend/src/stores/auth.ts (+1 -0)
📝 frontend/src/views/tasks/ShowTasks.vue (+34 -2)
📝 frontend/src/views/user/settings/General.vue (+9 -0)
📝 pkg/models/task_collection_test.go (+42 -0)

📄 Description

Allows hiding tasks that have a future start date.

e.g. discussed here: https://community.vikunja.io/t/hide-tasks-where-start-date-is-in-future/588


🔄 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/2284 **Author:** [@AlD](https://github.com/AlD) **Created:** 2/23/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `hide-future` --- ### 📝 Commits (1) - [`0faaba6`](https://github.com/go-vikunja/vikunja/commit/0faaba60be22460358373f6946424c893ea51e3d) feat: Support hiding tasks with a future start date ### 📊 Changes **7 files changed** (+90 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/i18n/lang/en.json` (+2 -0) 📝 `frontend/src/modelTypes/IUserSettings.ts` (+1 -0) 📝 `frontend/src/models/userSettings.ts` (+1 -0) 📝 `frontend/src/stores/auth.ts` (+1 -0) 📝 `frontend/src/views/tasks/ShowTasks.vue` (+34 -2) 📝 `frontend/src/views/user/settings/General.vue` (+9 -0) 📝 `pkg/models/task_collection_test.go` (+42 -0) </details> ### 📄 Description Allows hiding tasks that have a future start date. e.g. discussed here: https://community.vikunja.io/t/hide-tasks-where-start-date-is-in-future/588 --- <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-20 18:03:56 -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#8160