Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SchwarzIT/onyx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: SchwarzIT/onyx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 31 files changed
  • 2 contributors

Commits on Dec 16, 2025

  1. feat(OnyxItemsPerPage): implement OnyxItemsPerPage component and ad…

    …just `OnyxDataGrid` pagination feature with `itemsPerPage` option (#4481)
    
    Relates to #4404
    
    - Add `OnyxItemsPerPage` component for configurable page size selection
    - Add `itemsPerPage` option to `OnyxDataGrid` pagination feature to
    control visible rows per page
    - Fix `useOpenDirection `composable to correctly handle viewport
    boundaries when no overflow parent exists
    
    ## Checklist
    
    - [x] The added / edited code has been documented with
    [JSDoc](https://jsdoc.app/about-getting-started)
    - [x] If a new component is added, at least one [Playwright screenshot
    test](https://github.com/SchwarzIT/onyx/actions/workflows/playwright-screenshots.yml)
    or functional test is added
    - [x] A changeset is added with `npx changeset add` if your changes
    should be released as npm package (because they affect the library
    usage)
    - [x] I have performed a self review of my code ("Files changed" tab in
    the pull request)
    - [x] All relevant changes are documented in the documentation app
    (folder `apps/docs`) if needed
    
    ---------
    
    Co-authored-by: Lars Rickert <[email protected]>
    lovelycentury and larsrickert authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    0fbd53f View commit details
    Browse the repository at this point in the history
Loading