[PR #16] [MERGED] 6 infinite scroll on sidebar for collections #261

Closed
opened 2026-02-23 17:21:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/16
Author: @shatfield4
Created: 8/1/2023
Status: Merged
Merged: 8/1/2023
Merged by: @timothycarambat

Base: masterHead: 6-infinite-scroll-on-sidebar-for-collections


📝 Commits (6)

  • 97eba76 WIP infinite scroll for workspaces, backend complete
  • c49f60b fixed typo in frontend organization model
  • 06fac6d Merge branch 'master' into 6-infinite-scroll-on-sidebar-for-collections
  • 3c9010d WIP working on frontend for infinite scrolling
  • 33c3b1f redo inifinte scroll
  • 3d32aa1 removed delay used for testing

📊 Changes

11 files changed (+231 additions, -57 deletions)

View changed files

📝 backend/endpoints/v1/organizations/index.js (+14 -2)
📝 backend/models/organizationWorkspace.js (+23 -4)
📝 frontend/package.json (+1 -0)
📝 frontend/src/components/Sidebar.tsx (+51 -17)
📝 frontend/src/layout/AppLayout.tsx (+6 -0)
📝 frontend/src/models/organization.ts (+18 -4)
📝 frontend/src/pages/Dashboard/index.tsx (+33 -3)
📝 frontend/src/pages/DocumentView/index.tsx (+42 -11)
📝 frontend/src/pages/Jobs/index.tsx (+2 -5)
📝 frontend/src/pages/UsersView/index.tsx (+1 -4)
📝 frontend/src/pages/WorkspaceDashboard/index.tsx (+40 -7)

📄 Description

resolves #6


🔄 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/16 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 8/1/2023 **Status:** ✅ Merged **Merged:** 8/1/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `6-infinite-scroll-on-sidebar-for-collections` --- ### 📝 Commits (6) - [`97eba76`](https://github.com/Mintplex-Labs/vector-admin/commit/97eba76816ba9ec63eb92af879bf099e04a16128) WIP infinite scroll for workspaces, backend complete - [`c49f60b`](https://github.com/Mintplex-Labs/vector-admin/commit/c49f60bd70407d5c207557228e85dbd2dfe23cf7) fixed typo in frontend organization model - [`06fac6d`](https://github.com/Mintplex-Labs/vector-admin/commit/06fac6d5517534c05b244d4471bea9e3454d4d6c) Merge branch 'master' into 6-infinite-scroll-on-sidebar-for-collections - [`3c9010d`](https://github.com/Mintplex-Labs/vector-admin/commit/3c9010d172f2cfdd025c05418fa3fedb6b4c4a6c) WIP working on frontend for infinite scrolling - [`33c3b1f`](https://github.com/Mintplex-Labs/vector-admin/commit/33c3b1fb7516d3a18375f2ea9f31096681571c45) redo inifinte scroll - [`3d32aa1`](https://github.com/Mintplex-Labs/vector-admin/commit/3d32aa1ceefa318daaefe666c213e5923e8e6d53) removed delay used for testing ### 📊 Changes **11 files changed** (+231 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `backend/endpoints/v1/organizations/index.js` (+14 -2) 📝 `backend/models/organizationWorkspace.js` (+23 -4) 📝 `frontend/package.json` (+1 -0) 📝 `frontend/src/components/Sidebar.tsx` (+51 -17) 📝 `frontend/src/layout/AppLayout.tsx` (+6 -0) 📝 `frontend/src/models/organization.ts` (+18 -4) 📝 `frontend/src/pages/Dashboard/index.tsx` (+33 -3) 📝 `frontend/src/pages/DocumentView/index.tsx` (+42 -11) 📝 `frontend/src/pages/Jobs/index.tsx` (+2 -5) 📝 `frontend/src/pages/UsersView/index.tsx` (+1 -4) 📝 `frontend/src/pages/WorkspaceDashboard/index.tsx` (+40 -7) </details> ### 📄 Description resolves #6 --- <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-23 17:21:00 -05:00
yindo closed this issue 2026-02-23 17:21:00 -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#261