[PR #1140] [MERGED] feat(task): autosave description on route leave #1268

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

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1140
Author: @kolaente
Created: 7/17/2025
Status: Merged
Merged: 7/18/2025
Merged by: @kolaente

Base: mainHead: codex/implement-autosave-for-task-description


📝 Commits (5)

📊 Changes

2 files changed (+39 additions, -1 deletions)

View changed files

📝 frontend/cypress/e2e/task/task.spec.ts (+23 -0)
📝 frontend/src/components/tasks/partials/Description.vue (+16 -1)

📄 Description

Resolves https://community.vikunja.io/t/autosave-issue-fields/3899/2

Summary

  • autosave the description when leaving the task view or closing the tab
  • test autosaving the description by navigating away

Testing

  • mage lint:fix
  • pnpm lint:fix
  • pnpm test:e2e (fails: Browser chrome was not found)

https://chatgpt.com/codex/tasks/task_e_687629cc967083229d21315dc276e226


🔄 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/1140 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 7/17/2025 **Status:** ✅ Merged **Merged:** 7/18/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/implement-autosave-for-task-description` --- ### 📝 Commits (5) - [`eb7d8db`](https://github.com/go-vikunja/vikunja/commit/eb7d8db7c53a6db9b18eae032c9eaf066a2b62c5) feat(frontend): autosave description on navigation - [`4a2656b`](https://github.com/go-vikunja/vikunja/commit/4a2656be6f3491cf82c5ea18aee00b9bbb5adf53) fixes - [`984ba6b`](https://github.com/go-vikunja/vikunja/commit/984ba6bf84eeca85a61b80dedc6f5ae1a2a5d9ac) fuix - [`7e2ad67`](https://github.com/go-vikunja/vikunja/commit/7e2ad67c3199ad279e55c6564dddbdc9fd6d7e0e) no intercept - [`4815277`](https://github.com/go-vikunja/vikunja/commit/481527718419210bbe7d40563dca008227643d48) fix: failing cypress test ### 📊 Changes **2 files changed** (+39 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/cypress/e2e/task/task.spec.ts` (+23 -0) 📝 `frontend/src/components/tasks/partials/Description.vue` (+16 -1) </details> ### 📄 Description Resolves https://community.vikunja.io/t/autosave-issue-fields/3899/2 ## Summary - autosave the description when leaving the task view or closing the tab - test autosaving the description by navigating away ## Testing - `mage lint:fix` - `pnpm lint:fix` - `pnpm test:e2e` *(fails: Browser chrome was not found)* ------ https://chatgpt.com/codex/tasks/task_e_687629cc967083229d21315dc276e226 --- <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:14:39 -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#1268