mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
[PR #16] [MERGED] 6 infinite scroll on sidebar for collections #106
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:6-infinite-scroll-on-sidebar-for-collections📝 Commits (6)
97eba76WIP infinite scroll for workspaces, backend completec49f60bfixed typo in frontend organization model06fac6dMerge branch 'master' into 6-infinite-scroll-on-sidebar-for-collections3c9010dWIP working on frontend for infinite scrolling33c3b1fredo inifinte scroll3d32aa1removed 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.