* fix: add page size selector to CardsWithPagination
Add an optional pageSizeOptions prop to CardsWithPagination that renders
a "Cards per page" dropdown selector, consistent with the existing
TablePaginationSize pattern used in DataTable.
- New PaginationSize component (standalone, no TanStack Table dependency)
- CardsWithPagination: manage pageSize as state, reset to page 1 on change
- Project databases page: increase default from 6 to 20, add selector [10, 20, 50]
- Projects list page: increase default from 9 to 12, add selector [12, 24, 48]
- Fully backward compatible: without pageSizeOptions, behavior is unchanged
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: address CodeRabbit review feedback
- Validate pageSize in handlePageSizeChange (reject 0/negative/NaN)
- Guard empty pageSizeOptions array from rendering empty selector
- Restore className on PaginationNavigation for backward compatibility
- Add aria-label to SelectTrigger for accessibility on small screens
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(pagination-size): fallback to pageSizeOptions[0] when pageSize not in options
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix(pagination-size): fix pageSize is not defined (placeholder ref)
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: release.yml
* fix: S3ChannelConfigSchema type port mismatch
* fix(csp): Conditionally sets UPGRADE_INSECURE_REQUESTS based on the PROJECT_URL scheme.
* chore: fix bug in github action.
* chore: fix bug in github action.
* chore: fix bug in github action.
* chore: fix bug in github action.
* chore: fix bug in github action.
* chore: fix bug in github action.
* chore: fix bug in github action.
* chore: fix bug in github action.
* chore: fix bug in github action.
* chore: fix bug in github action.
* chore: fix bug in github action.
* chore: fix bug in github action.
* chore: fix bug in github action.
* chore: fix bug in github action.
* chore: fix bug in github action.
* chore: fix bug in github action.
* chore: adding e2e tesing for notification.
* fix: updating trivy-action to the latest version, using new tagging pattern (vX.XX.XX instead of (X.XX.XX).
* fix: removing browser targeting in e2e workflow as it is already specify in playwright.config.ts
* fix: mapping secrets to environment variables in the end-to-end workflow.
* fix: add a condition to allow end-to-end workflow execution only on main repo (fork are excluded).
* fix: adding some data-testid to rely on more stable locator.
* fix: adding some data-testid to rely on more stable locator.
* fix: removing unusued browsers in end-to-end workflow.
* fix: removing unused browsers in end-to-end workflow.
* fix: removing unused browsers in end-to-end workflow.
---------
Co-authored-by: charlesgauthereau <charles.gauthereau@soluce-technologies.com>
Co-authored-by: killianlarcher <killian.larcher@soluce-technologies.com>