-
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
Fully Implement Nuxt UI to Replace Jinja Templates #120
Commits on Jun 16, 2024
-
add initial design for login page, add auth middleware for redirects,…
… use index and delete app.vue
Configuration menu - View commit details
-
Copy full SHA for 69c8c59 - Browse repository at this point
Copy the full SHA 69c8c59View commit details -
move abandonauth backend ui login to use new UI, add working UI butto…
…ns with auth flow
Configuration menu - View commit details
-
Copy full SHA for c0c4a14 - Browse repository at this point
Copy the full SHA c0c4a14View commit details -
Configuration menu - View commit details
-
Copy full SHA for a24cd29 - Browse repository at this point
Copy the full SHA a24cd29View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff3d514 - Browse repository at this point
Copy the full SHA ff3d514View commit details -
use custom button instead of daisy
Daisy UI does not allow easily modifying the background color of buttons with colors defined outside of the daisy theme since it would require overriding the hover effects as well. It is much easier to create our own.
Configuration menu - View commit details
-
Copy full SHA for 32de26b - Browse repository at this point
Copy the full SHA 32de26bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f69cd37 - Browse repository at this point
Copy the full SHA f69cd37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5969ca8 - Browse repository at this point
Copy the full SHA 5969ca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6171712 - Browse repository at this point
Copy the full SHA 6171712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f57c48 - Browse repository at this point
Copy the full SHA 0f57c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 184e3ac - Browse repository at this point
Copy the full SHA 184e3acView commit details -
Configuration menu - View commit details
-
Copy full SHA for b72ae84 - Browse repository at this point
Copy the full SHA b72ae84View commit details -
Configuration menu - View commit details
-
Copy full SHA for daa03bc - Browse repository at this point
Copy the full SHA daa03bcView commit details -
add developer application detail page list callback URIs, tweak dev a…
…pp pages to not use nuxtlink, create component for copying to clipboard
Configuration menu - View commit details
-
Copy full SHA for 2746906 - Browse repository at this point
Copy the full SHA 2746906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4637d61 - Browse repository at this point
Copy the full SHA 4637d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d77552 - Browse repository at this point
Copy the full SHA 4d77552View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47bbb0a - Browse repository at this point
Copy the full SHA 47bbb0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e680a4 - Browse repository at this point
Copy the full SHA 1e680a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bb51d0 - Browse repository at this point
Copy the full SHA 6bb51d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d28764f - Browse repository at this point
Copy the full SHA d28764fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b225b29 - Browse repository at this point
Copy the full SHA b225b29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c25435 - Browse repository at this point
Copy the full SHA 1c25435View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef09cb - Browse repository at this point
Copy the full SHA 5ef09cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fff4de3 - Browse repository at this point
Copy the full SHA fff4de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc7b798 - Browse repository at this point
Copy the full SHA dc7b798View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dbfbf4 - Browse repository at this point
Copy the full SHA 6dbfbf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fea4bf8 - Browse repository at this point
Copy the full SHA fea4bf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f15c90c - Browse repository at this point
Copy the full SHA f15c90cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e694b50 - Browse repository at this point
Copy the full SHA e694b50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7211ae4 - Browse repository at this point
Copy the full SHA 7211ae4View commit details
Commits on Jun 17, 2024
-
change style on delete and reset token modals to use btn-error on del…
…ete/reset buttons
Configuration menu - View commit details
-
Copy full SHA for dd88af2 - Browse repository at this point
Copy the full SHA dd88af2View commit details -
refactor entire project to mono-repo format
This version is not working since useFetch does not work in the built project. The build pipelines also need to be updated for this feature to work.
Configuration menu - View commit details
-
Copy full SHA for 212de0d - Browse repository at this point
Copy the full SHA 212de0dView commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af37f14 - Browse repository at this point
Copy the full SHA af37f14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f2dc8d - Browse repository at this point
Copy the full SHA 8f2dc8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f906ed8 - Browse repository at this point
Copy the full SHA f906ed8View commit details -
remove all UI logic from fastapi backend
The new Nuxt UI replaces all frontend functionality
Configuration menu - View commit details
-
Copy full SHA for 71ad9e4 - Browse repository at this point
Copy the full SHA 71ad9e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8f7502 - Browse repository at this point
Copy the full SHA b8f7502View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce710be - Browse repository at this point
Copy the full SHA ce710beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e35e0b - Browse repository at this point
Copy the full SHA 9e35e0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 356eb6d - Browse repository at this point
Copy the full SHA 356eb6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b56670 - Browse repository at this point
Copy the full SHA 9b56670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4728421 - Browse repository at this point
Copy the full SHA 4728421View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9345990 - Browse repository at this point
Copy the full SHA 9345990View commit details -
Bump node version in Dockerfile to fix github workflow build error
We are receiving the error: error [email protected]: The engine "node" is incompatible with this module. Expected version "^18.12.0 || ^20.9.0 || >=22.0". Got "21.6.1"
Configuration menu - View commit details
-
Copy full SHA for aecc094 - Browse repository at this point
Copy the full SHA aecc094View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec20b38 - Browse repository at this point
Copy the full SHA ec20b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5771ac5 - Browse repository at this point
Copy the full SHA 5771ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5adcb1c - Browse repository at this point
Copy the full SHA 5adcb1cView commit details -
add dockerignore for .env in website
This .env should only be used with `yarn dev` and can cause confusing issues if the website is being built with docker compose and env vars are not set correctly.
Configuration menu - View commit details
-
Copy full SHA for 63ead35 - Browse repository at this point
Copy the full SHA 63ead35View commit details -
remove redundant
environment
key, use key/value syntax instead of l……ist for website build args
Configuration menu - View commit details
-
Copy full SHA for 760008f - Browse repository at this point
Copy the full SHA 760008fView commit details