[PR #913] [CLOSED] fix(editor): checklist checkbox refresh #1055

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

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/913
Author: @kolaente
Created: 6/10/2025
Status: Closed

Base: mainHead: codex/add-cypress-test-for-task-list-refresh-fix


📝 Commits (2)

  • 4d5bac3 fix(tasklist): refresh editor after checkbox toggle
  • ff47e77 fix: maybe make some things work

📊 Changes

2 files changed (+64 additions, -85 deletions)

View changed files

📝 frontend/cypress/e2e/task/task.spec.ts (+57 -30)
📝 frontend/src/components/input/editor/TipTap.vue (+7 -55)

📄 Description

Resolves https://github.com/go-vikunja/vikunja/issues/293

Summary

  • refresh checkboxes after toggling items in task list
  • check for persisted checklist state in Cypress tests

Testing

  • mage lint:fix
  • pnpm lint:fix
  • pnpm test:e2e (fails: Install Xvfb and run Cypress again)

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


🔄 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/913 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/10/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `codex/add-cypress-test-for-task-list-refresh-fix` --- ### 📝 Commits (2) - [`4d5bac3`](https://github.com/go-vikunja/vikunja/commit/4d5bac320ec3f7516373881962379264e59d53de) fix(tasklist): refresh editor after checkbox toggle - [`ff47e77`](https://github.com/go-vikunja/vikunja/commit/ff47e7714229b7df9574d3167704362dd09788e3) fix: maybe make some things work ### 📊 Changes **2 files changed** (+64 additions, -85 deletions) <details> <summary>View changed files</summary> 📝 `frontend/cypress/e2e/task/task.spec.ts` (+57 -30) 📝 `frontend/src/components/input/editor/TipTap.vue` (+7 -55) </details> ### 📄 Description Resolves https://github.com/go-vikunja/vikunja/issues/293 ## Summary - refresh checkboxes after toggling items in task list - check for persisted checklist state in Cypress tests ## Testing - `mage lint:fix` - `pnpm lint:fix` - `pnpm test:e2e` *(fails: Install Xvfb and run Cypress again)* ------ https://chatgpt.com/codex/tasks/task_e_68487e4458208322a903c5ef5ed0a983 --- <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:10:04 -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#1055