[PR #1868] [MERGED] feat(editor): automatically save draft comments locally #9589

Closed
opened 2026-04-23 09:05:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: feat-store-editor-content


📝 Commits (5)

  • fd3fdbb feat(editor): automatically save draft comments locally
  • 8813dc2 chore: use computed
  • 8d9742d fix: use helper
  • 9899a39 fix: make clearing existing draft work
  • b3204a2 fix: restore and emit

📊 Changes

3 files changed (+105 additions, -1 deletions)

View changed files

📝 frontend/src/components/input/editor/TipTap.vue (+37 -1)
📝 frontend/src/components/tasks/partials/Comments.vue (+7 -0)
frontend/src/helpers/editorDraftStorage.ts (+61 -0)

📄 Description

resolves https://github.com/go-vikunja/vikunja/issues/1867


🔄 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/1868 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 11/24/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `feat-store-editor-content` --- ### 📝 Commits (5) - [`fd3fdbb`](https://github.com/go-vikunja/vikunja/commit/fd3fdbbd939b5c9a124b9d291e94b79f1a5831b5) feat(editor): automatically save draft comments locally - [`8813dc2`](https://github.com/go-vikunja/vikunja/commit/8813dc240cd1682fb5e588a50d650cf94c51143a) chore: use computed - [`8d9742d`](https://github.com/go-vikunja/vikunja/commit/8d9742dfaffabd2aad15212e06cc37ede0461fd0) fix: use helper - [`9899a39`](https://github.com/go-vikunja/vikunja/commit/9899a391d9010f8db55c10a92cd45603d2521d02) fix: make clearing existing draft work - [`b3204a2`](https://github.com/go-vikunja/vikunja/commit/b3204a26bb9a107f65787c59f0e55f63df77e139) fix: restore and emit ### 📊 Changes **3 files changed** (+105 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/input/editor/TipTap.vue` (+37 -1) 📝 `frontend/src/components/tasks/partials/Comments.vue` (+7 -0) ➕ `frontend/src/helpers/editorDraftStorage.ts` (+61 -0) </details> ### 📄 Description resolves https://github.com/go-vikunja/vikunja/issues/1867 --- <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-23 09:05: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#9589