CleverCloud / clever-components

Collection of Web Components by Clever Cloud
https://www.clever-cloud.com/doc/clever-components/
Apache License 2.0
215 stars 19 forks source link

cc-domain-management: paginate domains & add a filter #1112

Open florian-sanders-cc opened 1 week ago

florian-sanders-cc commented 1 week ago

Context

The cc-domain-management component has been designed to show a small list of domains because 99% of our users have less than 4 domains by app.

However, we have a few users with a lot of domains and the design won't work very well for them.

We need to paginate the list and add a filter feature.

Both the pagination & filter features must be implemented together because adding pages without a way to search for the domain you need would only make it worse (at least with all domains within the same page, you can ctrl + F).