pod-os / PodOS

Personal Online Data Operating System
MIT License
13 stars 1 forks source link

Generic list component #43

Open josephguillaume opened 2 hours ago

josephguillaume commented 2 hours ago

If I'm making a dashboard, I want to get able to iterate through items in a list and display each item with a custom display.

josephguillaume commented 2 hours ago

Existing lists are likely to remain as they are for performance reasons, though some might be refactored if the features of the generic list component are worthwhile

list of lazy pos-resource: https://github.com/pod-os/PodOS/blob/7d2693a3b47cc3bc837060bc761d5aabf42c2b27/elements/src/components/pos-container-contents/pos-container-contents.tsx#L30

list of read-only values: https://github.com/pod-os/PodOS/blob/7d2693a3b47cc3bc837060bc761d5aabf42c2b27/elements/src/components/pos-literals/pos-literals.tsx#L46

https://github.com/pod-os/PodOS/blob/7d2693a3b47cc3bc837060bc761d5aabf42c2b27/elements/src/components/pos-type-badges/pos-type-badges.tsx#L43

list of URIs https://github.com/pod-os/PodOS/blob/7d2693a3b47cc3bc837060bc761d5aabf42c2b27/elements/src/components/pos-relations/pos-relations.tsx#L30 https://github.com/pod-os/PodOS/blob/7d2693a3b47cc3bc837060bc761d5aabf42c2b27/elements/src/components/pos-subjects/pos-subjects.tsx#L25

josephguillaume commented 2 hours ago