-
Notifications
You must be signed in to change notification settings - Fork 2
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 UI for developer application list, detail, and creation pages #67
Conversation
We still need to implement the update and delete logic for developer applications as well as create a very simple navbar for navigating back to the home page.
This is to allow form parsing
I have finished adding pages for all necessary logic for developer apps. There is virtually no styling here and it is very ugly and not user friendly nor accessible. We should either go through this and add styling at a later time, or consider migrating the frontend to a dedicated UI application. Closes #56 |
…ched files, ignore those errors The pyproject was not updated, pyright should not have changed in any way. Pyright is now detecting new errors on previously ok lines both in CI and locally.
Our version is already higher, so good to go there. |
We still need to implement the update and delete logic for developer applications as well as create a very simple navbar for navigating back to the home page.