[PR #1413] [MERGED] fix: show pagination controls for task comments #1479

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

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1413
Author: @kolaente
Created: 9/4/2025
Status: Merged
Merged: 9/4/2025
Merged by: @kolaente

Base: mainHead: fix/comments-pagination


📝 Commits (3)

  • 217af77 fix: show pagination controls for task comments
  • 5819525 fix api request
  • 2835275 Merge branch 'main' into fix/comments-pagination

📊 Changes

4 files changed (+50 additions, -4 deletions)

View changed files

frontend/cypress/e2e/task/comment-pagination.spec.ts (+34 -0)
📝 frontend/src/components/tasks/partials/Comments.vue (+12 -4)
📝 frontend/src/stores/config.ts (+2 -0)
📝 pkg/routes/api/v1/info.go (+2 -0)

📄 Description

Resolves https://community.vikunja.io/t/task-comment-pagination-in-1-0-0-rc1/3988


🔄 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/1413 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 9/4/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix/comments-pagination` --- ### 📝 Commits (3) - [`217af77`](https://github.com/go-vikunja/vikunja/commit/217af77ab288b5734a36e2f093f1ad471a12ce48) fix: show pagination controls for task comments - [`5819525`](https://github.com/go-vikunja/vikunja/commit/58195252b64c005f2c1e4f6a4d3996002f0556e2) fix api request - [`2835275`](https://github.com/go-vikunja/vikunja/commit/2835275fdca4f2d2dc4547a56446d608807ddf4a) Merge branch 'main' into fix/comments-pagination ### 📊 Changes **4 files changed** (+50 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `frontend/cypress/e2e/task/comment-pagination.spec.ts` (+34 -0) 📝 `frontend/src/components/tasks/partials/Comments.vue` (+12 -4) 📝 `frontend/src/stores/config.ts` (+2 -0) 📝 `pkg/routes/api/v1/info.go` (+2 -0) </details> ### 📄 Description Resolves https://community.vikunja.io/t/task-comment-pagination-in-1-0-0-rc1/3988 --- <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:20:46 -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#1479