[PR #10] [MERGED] Pagination added for org & workspace #100

Closed
opened 2026-02-15 16:30:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/10
Author: @shatfield4
Created: 7/28/2023
Status: Merged
Merged: 7/31/2023
Merged by: @timothycarambat

Base: masterHead: 8-paginate-documents


📝 Commits (5)

  • 9d1522c WIP pagination added for org, broken when viewing each document
  • 422ca3b help with pagination
  • 0191326 pagination complete for organizations and workspaces
  • e195926 removed unneeded console.logs and fixed sql query
  • 427d801 normalize count to interact like other models

📊 Changes

8 files changed (+225 additions, -93 deletions)

View changed files

📝 backend/endpoints/v1/organizations/index.js (+11 -3)
📝 backend/endpoints/v1/workspaces/index.js (+8 -2)
📝 backend/models/workspaceDocument.js (+26 -19)
frontend/src/components/DocumentPaginator/index.tsx (+63 -0)
📝 frontend/src/models/organization.ts (+16 -9)
📝 frontend/src/models/workspace.ts (+11 -4)
📝 frontend/src/pages/Dashboard/DocumentsList/index.tsx (+59 -51)
📝 frontend/src/pages/WorkspaceDashboard/DocumentsList/index.tsx (+31 -5)

📄 Description

resolves #8


🔄 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/Mintplex-Labs/vector-admin/pull/10 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 7/28/2023 **Status:** ✅ Merged **Merged:** 7/31/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `8-paginate-documents` --- ### 📝 Commits (5) - [`9d1522c`](https://github.com/Mintplex-Labs/vector-admin/commit/9d1522c4966f8dfe195e9c1c8ca509b4d1abe027) WIP pagination added for org, broken when viewing each document - [`422ca3b`](https://github.com/Mintplex-Labs/vector-admin/commit/422ca3bd9cd890a3eb58f7915e2584151fcd66dc) help with pagination - [`0191326`](https://github.com/Mintplex-Labs/vector-admin/commit/01913264a97bfa4908358dbf599b86904f19664b) pagination complete for organizations and workspaces - [`e195926`](https://github.com/Mintplex-Labs/vector-admin/commit/e19592636ea6f702878ace1b9a3e596f667126d7) removed unneeded console.logs and fixed sql query - [`427d801`](https://github.com/Mintplex-Labs/vector-admin/commit/427d801a6f345ae0f0874f03824976c1ec0f2c9c) normalize count to interact like other models ### 📊 Changes **8 files changed** (+225 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `backend/endpoints/v1/organizations/index.js` (+11 -3) 📝 `backend/endpoints/v1/workspaces/index.js` (+8 -2) 📝 `backend/models/workspaceDocument.js` (+26 -19) ➕ `frontend/src/components/DocumentPaginator/index.tsx` (+63 -0) 📝 `frontend/src/models/organization.ts` (+16 -9) 📝 `frontend/src/models/workspace.ts` (+11 -4) 📝 `frontend/src/pages/Dashboard/DocumentsList/index.tsx` (+59 -51) 📝 `frontend/src/pages/WorkspaceDashboard/DocumentsList/index.tsx` (+31 -5) </details> ### 📄 Description resolves #8 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:30:17 -05:00
yindo closed this issue 2026-02-15 16:30:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#100