WIP: Svelte rewrite #3

Merged
Snoupix merged 7 commits from svelte_rewrite into master 2024-05-27 09:01:05 -05:00
Snoupix commented 2024-05-27 09:00:41 -05:00 (Migrated from github.com)

Closes #1

  • Update Prettier conf
  • Remove legacy Remix app, files and folders of the repo to keep it clean (having a clone locally on gitignore)
  • Impl root/home/join/host/partial room routes, spotify_auth, spotify api connection, LocalStorage sync/backend API connection, (WebSocket and GraphQL), Tailwind set and configured with svelte-shadcn and lucide-svelte
  • Handle of rate limiter server API
  • Impl of various loading states
  • Impl join party with link & username
  • Fix redirects on root (when intended or not)
  • Fragment on GQL queries; impl of leave/join/get_party/create_party queries & mutation
  • Impl party link copy to clipboard and showing it
  • Fix loading display on WS load
  • Various impl with Websocket messages and actions on Spotify player (play, pause, set volume, seek, next, previous, add to queue by URL/URI/track, search for a track)
Closes #1 - Update Prettier conf - Remove legacy Remix app, files and folders of the repo to keep it clean (having a clone locally on gitignore) - Impl root/home/join/host/partial room routes, spotify_auth, spotify api connection, LocalStorage sync/backend API connection, (WebSocket and GraphQL), Tailwind set and configured with svelte-shadcn and lucide-svelte - Handle of rate limiter server API - Impl of various loading states - Impl join party with link & username - Fix redirects on root (when intended or not) - Fragment on GQL queries; impl of leave/join/get_party/create_party queries & mutation - Impl party link copy to clipboard and showing it - Fix loading display on WS load - Various impl with Websocket messages and actions on Spotify player (play, pause, set volume, seek, next, previous, add to queue by URL/URI/track, search for a track)
Sign in to join this conversation.
No description provided.