Skip to content

Fix pagination and items-per-page behavior in Spaces and Trash overview - #3007

Merged
AlexAndBear merged 1 commit into
mainfrom
fix/trash-overview-pagination-items-per-page
Aug 3, 2026
Merged

Fix pagination and items-per-page behavior in Spaces and Trash overview#3007
AlexAndBear merged 1 commit into
mainfrom
fix/trash-overview-pagination-items-per-page

Conversation

@AlexAndBear

Copy link
Copy Markdown
Member

Description

This PR aligns pagination behavior between Spaces and Trash overview in the Files app.

  • enables pagination in the Spaces overview app bar view options
  • adds pagination to Trash overview list rendering
  • ensures Items per page is visible and used in both views
  • keeps persistence aligned with existing Files behavior by using the default files storage scope

Related Issue

How Has This Been Tested?

  • test environment: local dev workspace
  • test case 1: pnpm test:unit --run packages/web-app-files/tests/unit/views/spaces/Projects.spec.ts
  • test case 2: pnpm test:unit --run packages/web-app-files/tests/unit/views/trash/Overview.spec.ts
  • test case 3: pnpm test:unit --run packages/web-app-files/tests/unit/views/spaces/Projects.spec.ts packages/web-app-files/tests/unit/views/trash/Overview.spec.ts

Types of changes

  • Bugfix
  • Enhancement (a change that doesn't break existing code or deployments)
  • Breaking change (a modification that affects current functionality)
  • Technical debt (addressing code that needs refactoring or improvements)
  • Tests (adding or improving tests)
  • Documentation (updates or additions to documentation)
  • Maintenance (like dependency updates or tooling adjustments)

@AlexAndBear
AlexAndBear merged commit 9f55c8c into main Aug 3, 2026
30 of 31 checks passed
@AlexAndBear
AlexAndBear deleted the fix/trash-overview-pagination-items-per-page branch August 3, 2026 08:30
@openclouders openclouders mentioned this pull request Aug 3, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants