Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: frontend rewrite to sveltekit with basic features #13

Merged
merged 5 commits into from
Dec 13, 2023

Conversation

AyushSehrawat
Copy link
Member

  • Rewrite of frontend to sveltekit
  • Added /user endpoint to api
  • uvicorn.run("main:app", host="localhost", port=8080, reload=False) Uvicorn reload run is false in code, in future based on environment, prod or dev we can make it dynamic
  • commented out self.state = MediaItemState.UNKNOWN from media.py

@AyushSehrawat AyushSehrawat self-assigned this Dec 12, 2023
@AyushSehrawat AyushSehrawat added the enhancement New feature or request label Dec 12, 2023
backend/controllers/default.py Outdated Show resolved Hide resolved
backend/program/media.py Outdated Show resolved Hide resolved
Copy link
Member

@dreulavelle dreulavelle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hope it works!

@dreulavelle dreulavelle merged commit 8c519d7 into main Dec 13, 2023
@AyushSehrawat AyushSehrawat deleted the frontend-rewrite branch December 13, 2023 16:16
This was referenced Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants