You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Gabe Farrell 7e7aa8f6f4
enlarge scrolleritemportrait and update readme
1 year ago
.vscode first commit 1 year ago
public first commit 1 year ago
src enlarge scrolleritemportrait and update readme 1 year ago
.editorconfig first commit 1 year ago
.gitignore first commit 1 year ago
.prettierrc.json first commit 1 year ago
README.md enlarge scrolleritemportrait and update readme 1 year ago
bun.lockb infinite scrolling fixed 1 year ago
env.d.ts first commit 1 year ago
eslint.config.js first commit 1 year ago
index.html infinite scrolling fixed 1 year ago
package.json infinite scrolling fixed 1 year ago
tsconfig.app.json first commit 1 year ago
tsconfig.json first commit 1 year ago
tsconfig.node.json first commit 1 year ago
tsconfig.vitest.json first commit 1 year ago
vite.config.ts first commit 1 year ago
vitest.config.ts first commit 1 year ago

README.md

featherfin

TODO

  • Add episode title and SXXEXX to item screen for episode
  • Enlarge Next Up section on Home
  • Fix row spacing on Home
  • Add Continue Watching section to Home
  • Finish Item page
    • Add Actor List to all items except seasons
    • Add episode list for series/seasons
    • Add next episode list for episode
    • Add related shows/movies to series and movies
  • Finish implementing MediaInfo
  • Move all MediaInfo stand-ins to the component
  • Make Like and Favorite buttons work
    • Show state
    • Update state
  • Make play buttons on media start playing
    • Movies start playing movie
    • Episodes play episode
    • Series play next episode
  • Add sorting and filters to BrowseView
    • Design UI elements
    • Implement
  • Add search
  • Make featured media carousel work
    • a lot