-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add fl-server frontend #67
Comments
all 4 pages are updated here
|
The theme changed to be like a dashboard there is one page to show dark mode when you click light/dark mode |
applied the steps here |
We need to support a frontend for
flist server
Pages
login page
: we should add a page to allow the user to log in and save the token generated (jwt token)create flist page
: we should support a page to create a flist with its requirements (needs to apply valiadations)follow up on flist creation page
: we should support a page to follow up the progress for a flist (maybe it should be integrated with the previous onelist flists page
: we should support listing different flists for each username exists (public no auth needed)preview flist page
: we should support previewing flist (public no auth needed)Requirements
vue 3
in frontend implementationThe text was updated successfully, but these errors were encountered: