Skip to content

Commit

Permalink
feat(ui): remove carbon and replace with Flowbite (#862)
Browse files Browse the repository at this point in the history
* removes the carbon design system and replaces with Flowbite
---------

Co-authored-by: John Alling <john.alling@defenseunicorns.com>
Co-authored-by: Kyle Palko <165685856+unicorn-kp@users.noreply.github.com>
Co-authored-by: Gregory Horvath <gphorvath@defenseunicorns.com>
Co-authored-by: Jonathan Perry <YrrepNoj@gmail.com>
  • Loading branch information
5 people authored Aug 2, 2024
1 parent c4d9c3f commit 921a864
Show file tree
Hide file tree
Showing 118 changed files with 5,397 additions and 4,420 deletions.
2 changes: 1 addition & 1 deletion src/leapfrogai_ui/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}
2 changes: 1 addition & 1 deletion src/leapfrogai_ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ run the UI outside of UDS on localhost (e.g. for development work), there are so
The Supabase UDS package has a ConfigMap called "supabase-auth-default".
Add these values to the "GOTRUE_URI_ALLOW_LIST" (no spaces!). This variable may not exist and you will need to add it.
Restart the supabase-auth pod after updating the config:
`http://localhost:5173/auth/callback,http://localhost:4173,http://localhost:4173/auth/callback`
`http://localhost:5173/auth/callback,http://localhost:4173/auth/callback`
Note - Port 4173 is utilized by Playwright for E2E tests. You do not need this if you are not concerned about Playwright.

###### With Keycloak authentication
Expand Down
Loading

0 comments on commit 921a864

Please sign in to comment.