Add paginator in the web app host list page (closes #30) #36

Merged
luca0N merged 1 commit from dev_client_paginator into dev 2026-01-21 23:56:04 +00:00
Owner

Add support for the Material paginator component so that users can navigate through more than five detected hosts at a time.

  • Add paginator component
    • Make it functional
  • Use fixed page height? (#38)
Add support for the Material paginator component so that users can navigate through more than five detected hosts at a time. - [x] Add paginator component - [x] Make it functional - ~Use fixed page height?~ (#38)
luca0N self-assigned this 2026-01-19 23:54:31 +00:00
In the web app host list page, add the Material paginator component,
allowing users to view more than five detected hosts at a time.
Author
Owner

It appears that computed() does not work when update()ing signals, which is why paginatorLength is manually updated at this time.

It appears that `computed()` does not work when [`update()`ing signals](https://git.luca0n.com/luca0N/lanbassador/src/commit/387acf2fdea2a49c9b3f0f8efcec1e14d6390da2/client/src/app/host-list.ts#L294), which is why [`paginatorLength` is manually updated at this time](https://git.luca0n.com/luca0N/lanbassador/src/commit/387acf2fdea2a49c9b3f0f8efcec1e14d6390da2/client/src/app/host-list.ts#L253).
Author
Owner

I will move checklist item "Use fixed page height?" to a dedicated issue so I can decide later on whether this is worth changing.

I will move checklist item "Use fixed page height?" to a dedicated issue so I can decide later on whether this is worth changing.
luca0N deleted branch dev_client_paginator 2026-01-21 23:56:04 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
luca0N/lanbassador!36
No description provided.