mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 17:50:13 +00:00
changing the accordion to individual collapses meant we could implement keyboard navigation between the cards however, I only handled card collapsing state per-page, which caused an issue where opening one card on one page would open the card with the same index on every page this fixes that by indexing the cards based on its position in the whole list rather than per-page |
||
|---|---|---|
| .. | ||
| CardsList.svelte | ||
| List.svelte | ||
| ListControl.svelte | ||
| ListSearch.svelte | ||