Thomas McNiven
Thomas McNiven
Users should be able to create custom lists that contain any type of media. - [ ] Design - [ ] Implementation - [ ] Functionality - [ ] API
[Reference](https://kitsu.io/comments/28456316) --- Loading new activities just adds the new content to the top of the stack, but should be sorted by the time field on the activity so new local...
Screenshots in the README should be updated when finalized + logo?
Creation of the voice actors/staff(?) page. - [ ] Design - [ ] Implementation - [ ] Functionality - [ ] API
Creation of the character page. - [ ] Design - [ ] Implementation - [ ] Functionality - [x] API
Creation of this page. - [ ] Design - [ ] Implementation - [ ] Functionality - [ ] API
- [ ] Empty state for feeds - [x] Figure out how to handle pagination with nested ScrollView's ---- While we don't currently have a solution to infinite scrolling within...
If you have a setup such as this: ``` components/ Header.svelte // Includes CSS routes/ subroute/ _layout.svelte // Imports Header.svelte index.svelte // Imports Header.svelte index.svelte // Links to /subroute ```...