Commit Graph
16 Commits
Author SHA1 Message Date
Jake/Rads 032c601ec3 fix(dashboard): fix deleting items not updating list 2022-06-30 16:24:41 +02:00
Jake/Rads 98f7a39185 fix(dashboard): fix public profile page links 2022-06-27 17:00:48 +02:00
Jake/Rads e868b2c5d3 fix(dashboard): card navigation randomly breaking
because svelte randomly sets bind:this in an array to null for an entire page, for reasons I do not know, im just doing it directly with ids
2022-06-27 16:53:52 +02:00
Jake/Rads 7ee5bba14c fix(dashboard): dont use same indexes per page
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
2022-06-27 14:45:04 +02:00
Jake/Rads 6468068ca4 feat(dashboard): reuse list component more thoroughly 2022-06-27 12:08:07 +02:00
Jake/Rads b70f8d27e7 feat(dashboard): keyboard navigation between list items 2022-06-27 12:08:07 +02:00
Jake/Rads 42fb75c3a4 fix(dashboard): default to name on "search by" field 2022-06-27 00:31:06 +02:00
Jake/Rads dac9281887 fix(dashboard): assign list keys based on index and id
which means: no more moving avatars whenever you re-sort the list 🎉
2022-06-27 00:30:46 +02:00
Jake/Rads 0c3eeae420 fix(dashboard): actually delete members from list 2022-06-25 22:31:53 +02:00
Jake/Rads a0d0bc2903 fix(dashboard): fix duplication after member creation
aka: what in the actual world was i doing here
2022-06-25 22:31:23 +02:00
Jake/Rads f14fee9ae1 fix(dashboard): revert to page 1 when searching list 2022-06-24 07:59:51 +02:00
Jake/Rads 24a0e54f2c fix(dashboard): remove unused binding 2022-06-24 07:58:36 +02:00
Jake/Rads 901603bb68 feat(dashboard): dont show create new member if the list is loading 2022-06-24 07:58:21 +02:00
Jake/Rads eb1d7fea9f fix(dashboard): fix header not showing up on full pages 2022-06-24 07:57:28 +02:00
Jake/Rads 3c4de5996c fix(dashboard): fix crash when changing pages with an open card 2022-06-24 07:56:16 +02:00
Jake/Rads 2e69de1b1b refactor(dashboard): refactor list components 2022-06-23 22:24:29 +02:00