This started as an attempt to fix the SortDirectionPicker element to look better. That attempt evolved into using an external library, svelte-headless-table, which was deprecated sometime after this original refactor was started. That history is still reflected in feature/svelte-headless-table.
This PR reflects a cleaned up commit history where I combined feature/svelte-headless-table and feature/paginate-task-files-and-reviewers and refactored SortTable.svelte to imitate the desired functionality of svelte-headless-table, rather than using said deprecated library.
This started as an attempt to fix the SortDirectionPicker element to look better. That attempt evolved into using an external library, svelte-headless-table, which was deprecated sometime after this original refactor was started. That history is still reflected in feature/svelte-headless-table. This PR reflects a cleaned up commit history where I combined feature/svelte-headless-table and feature/paginate-task-files-and-reviewers and refactored
SortTable.svelte
to imitate the desired functionality ofsvelte-headless-table
, rather than using said deprecated library.Before:
After: