[PR #1528] WIP fix all typescript errors #1552

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

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1528
Author: @kolaente
Created: 9/20/2025
Status: 🔄 Open

Base: mainHead: fix-all-typescript-issues


📝 Commits (10+)

  • ec5c265 fix: prepare test running
  • df229e4 add migration prompt
  • 4554eda test
  • f97bdeb fix: resolve initial TypeScript issues in frontend
  • 5cff572 fix: resolve major TypeScript issues in components
  • 42e81a6 fix: resolve major TypeScript issues across frontend components
  • a6c7d45 docs: add TypeScript fixes documentation and analysis
  • b06cf70 feat: fix major TypeScript issues across frontend components
  • b936239 feat: resolve major TypeScript issues in input and editor components
  • 5dc2ba5 feat: resolve TypeScript issues in task components and user settings

📊 Changes

247 files changed (+4721 additions, -1643 deletions)

View changed files

.agent/FINAL_REPORT.md (+68 -0)
.agent/TODO.md (+24 -0)
.agent/final-verification-report.md (+49 -0)
📝 .github/workflows/test.yml (+2 -3)
E2E_ANALYSIS.md (+62 -0)
E2E_FIX_SUMMARY.md (+92 -0)
E2E_INTERCEPT_FIX.md (+118 -0)
TODO.md (+104 -0)
config.yml.sample (+457 -0)
frontend/.agent/TODO.md (+0 -0)
frontend/.agent/batch-2-progress.md (+51 -0)
frontend/.agent/final-summary.md (+150 -0)
frontend/.agent/linting-issues-analysis.md (+47 -0)
frontend/.agent/progress-report.md (+48 -0)
frontend/.agent/progress-summary.md (+0 -0)
frontend/.agent/typescript-final-status-report.md (+49 -0)
frontend/PLAN.md (+262 -0)
frontend/TODO.md (+180 -0)
📝 frontend/cypress.config.ts (+5 -0)
📝 frontend/cypress/e2e/project/filter-persistence.spec.ts (+9 -0)

...and 80 more files

📄 Description

EXPERIMENT

Running Claude in a loop. let's see if it works.


🔄 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/1528 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 9/20/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix-all-typescript-issues` --- ### 📝 Commits (10+) - [`ec5c265`](https://github.com/go-vikunja/vikunja/commit/ec5c265deee8ecd18ab63caf9117f59fb9cbf285) fix: prepare test running - [`df229e4`](https://github.com/go-vikunja/vikunja/commit/df229e4379dd89236959ef57d9e5893da1d3c6dd) add migration prompt - [`4554eda`](https://github.com/go-vikunja/vikunja/commit/4554eda2696ad367da760c009c73b082c89ba98b) test - [`f97bdeb`](https://github.com/go-vikunja/vikunja/commit/f97bdeb1fb91c4fb7293b6b50c72dde037067db1) fix: resolve initial TypeScript issues in frontend - [`5cff572`](https://github.com/go-vikunja/vikunja/commit/5cff5720165d786749452df8d69d97c44719aecc) fix: resolve major TypeScript issues in components - [`42e81a6`](https://github.com/go-vikunja/vikunja/commit/42e81a64717a9afc449905142b86299488b459dd) fix: resolve major TypeScript issues across frontend components - [`a6c7d45`](https://github.com/go-vikunja/vikunja/commit/a6c7d4517df9168cce769e52d454fa1747e03392) docs: add TypeScript fixes documentation and analysis - [`b06cf70`](https://github.com/go-vikunja/vikunja/commit/b06cf700c82fa165851c419a29b62483d63a837d) feat: fix major TypeScript issues across frontend components - [`b936239`](https://github.com/go-vikunja/vikunja/commit/b9362393013de65cd3cd1aba43f63bbbf56fde47) feat: resolve major TypeScript issues in input and editor components - [`5dc2ba5`](https://github.com/go-vikunja/vikunja/commit/5dc2ba50c729bc749286d9b4d97769a2658206ed) feat: resolve TypeScript issues in task components and user settings ### 📊 Changes **247 files changed** (+4721 additions, -1643 deletions) <details> <summary>View changed files</summary> ➕ `.agent/FINAL_REPORT.md` (+68 -0) ➕ `.agent/TODO.md` (+24 -0) ➕ `.agent/final-verification-report.md` (+49 -0) 📝 `.github/workflows/test.yml` (+2 -3) ➕ `E2E_ANALYSIS.md` (+62 -0) ➕ `E2E_FIX_SUMMARY.md` (+92 -0) ➕ `E2E_INTERCEPT_FIX.md` (+118 -0) ➕ `TODO.md` (+104 -0) ➕ `config.yml.sample` (+457 -0) ➕ `frontend/.agent/TODO.md` (+0 -0) ➕ `frontend/.agent/batch-2-progress.md` (+51 -0) ➕ `frontend/.agent/final-summary.md` (+150 -0) ➕ `frontend/.agent/linting-issues-analysis.md` (+47 -0) ➕ `frontend/.agent/progress-report.md` (+48 -0) ➕ `frontend/.agent/progress-summary.md` (+0 -0) ➕ `frontend/.agent/typescript-final-status-report.md` (+49 -0) ➕ `frontend/PLAN.md` (+262 -0) ➕ `frontend/TODO.md` (+180 -0) 📝 `frontend/cypress.config.ts` (+5 -0) 📝 `frontend/cypress/e2e/project/filter-persistence.spec.ts` (+9 -0) _...and 80 more files_ </details> ### 📄 Description EXPERIMENT Running Claude in a loop. let's see if it works. --- <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:22: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#1552
No description provided.