Alejandra
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
97 changed files with
8 additions and
8 deletions
-
docker-compose.yml
-
frontend/.dockerignore
-
frontend/.env
-
frontend/.eslintrc.cjs
-
frontend/.gitignore
-
frontend/.prettierignore
-
frontend/.prettierrc
-
frontend/Dockerfile
-
frontend/README.md
-
frontend/index.html
-
frontend/modify-openapi-operationids.js
-
frontend/nginx-backend-not-found.conf
-
frontend/nginx.conf
-
frontend/package-lock.json
-
frontend/package.json
-
frontend/src/assets/images/fastapi-logo.svg
-
frontend/src/assets/images/favicon.png
-
frontend/src/client/core/ApiError.ts
-
frontend/src/client/core/ApiRequestOptions.ts
-
frontend/src/client/core/ApiResult.ts
-
frontend/src/client/core/CancelablePromise.ts
-
frontend/src/client/core/OpenAPI.ts
-
frontend/src/client/core/request.ts
-
frontend/src/client/index.ts
-
frontend/src/client/models/Body_login_login_access_token.ts
-
frontend/src/client/models/HTTPValidationError.ts
-
frontend/src/client/models/ItemCreate.ts
-
frontend/src/client/models/ItemOut.ts
-
frontend/src/client/models/ItemUpdate.ts
-
frontend/src/client/models/ItemsOut.ts
-
frontend/src/client/models/Message.ts
-
frontend/src/client/models/NewPassword.ts
-
frontend/src/client/models/Token.ts
-
frontend/src/client/models/UpdatePassword.ts
-
frontend/src/client/models/UserCreate.ts
-
frontend/src/client/models/UserCreateOpen.ts
-
frontend/src/client/models/UserOut.ts
-
frontend/src/client/models/UserUpdate.ts
-
frontend/src/client/models/UserUpdateMe.ts
-
frontend/src/client/models/UsersOut.ts
-
frontend/src/client/models/ValidationError.ts
-
frontend/src/client/schemas/$Body_login_login_access_token.ts
-
frontend/src/client/schemas/$HTTPValidationError.ts
-
frontend/src/client/schemas/$ItemCreate.ts
-
frontend/src/client/schemas/$ItemOut.ts
-
frontend/src/client/schemas/$ItemUpdate.ts
-
frontend/src/client/schemas/$ItemsOut.ts
-
frontend/src/client/schemas/$Message.ts
-
frontend/src/client/schemas/$NewPassword.ts
-
frontend/src/client/schemas/$Token.ts
-
frontend/src/client/schemas/$UpdatePassword.ts
-
frontend/src/client/schemas/$UserCreate.ts
-
frontend/src/client/schemas/$UserCreateOpen.ts
-
frontend/src/client/schemas/$UserOut.ts
-
frontend/src/client/schemas/$UserUpdate.ts
-
frontend/src/client/schemas/$UserUpdateMe.ts
-
frontend/src/client/schemas/$UsersOut.ts
-
frontend/src/client/schemas/$ValidationError.ts
-
frontend/src/client/services/ItemsService.ts
-
frontend/src/client/services/LoginService.ts
-
frontend/src/client/services/UsersService.ts
-
frontend/src/client/services/UtilsService.ts
-
frontend/src/components/Admin/AddUser.tsx
-
frontend/src/components/Admin/EditUser.tsx
-
frontend/src/components/Common/ActionsMenu.tsx
-
frontend/src/components/Common/DeleteAlert.tsx
-
frontend/src/components/Common/Navbar.tsx
-
frontend/src/components/Common/NotFound.tsx
-
frontend/src/components/Common/Sidebar.tsx
-
frontend/src/components/Common/SidebarItems.tsx
-
frontend/src/components/Common/UserMenu.tsx
-
frontend/src/components/Items/AddItem.tsx
-
frontend/src/components/Items/EditItem.tsx
-
frontend/src/components/UserSettings/Appearance.tsx
-
frontend/src/components/UserSettings/ChangePassword.tsx
-
frontend/src/components/UserSettings/DeleteAccount.tsx
-
frontend/src/components/UserSettings/DeleteConfirmation.tsx
-
frontend/src/components/UserSettings/UserInformation.tsx
-
frontend/src/hooks/useAuth.ts
-
frontend/src/hooks/useCustomToast.ts
-
frontend/src/index.css
-
frontend/src/main.tsx
-
frontend/src/routeTree.gen.ts
-
frontend/src/routes/__root.tsx
-
frontend/src/routes/_layout.tsx
-
frontend/src/routes/_layout/admin.tsx
-
frontend/src/routes/_layout/index.tsx
-
frontend/src/routes/_layout/items.tsx
-
frontend/src/routes/_layout/settings.tsx
-
frontend/src/routes/login.tsx
-
frontend/src/routes/recover-password.tsx
-
frontend/src/routes/reset-password.tsx
-
frontend/src/theme.tsx
-
frontend/src/vite-env.d.ts
-
frontend/tsconfig.json
-
frontend/tsconfig.node.json
-
frontend/vite.config.ts
|
|
@ -167,7 +167,7 @@ services: |
|
|
|
frontend: |
|
|
|
image: '${DOCKER_IMAGE_FRONTEND?Variable not set}:${TAG-latest}' |
|
|
|
build: |
|
|
|
context: ./new-frontend |
|
|
|
context: ./frontend |
|
|
|
labels: |
|
|
|
- traefik.enable=true |
|
|
|
- traefik.constraint-label-stack=${TRAEFIK_TAG?Variable not set} |
|
|
|
|
|
@ -1,11 +1,11 @@ |
|
|
|
{ |
|
|
|
"name": "new-frontend", |
|
|
|
"name": "frontend", |
|
|
|
"version": "0.0.0", |
|
|
|
"lockfileVersion": 2, |
|
|
|
"requires": true, |
|
|
|
"packages": { |
|
|
|
"": { |
|
|
|
"name": "new-frontend", |
|
|
|
"name": "frontend", |
|
|
|
"version": "0.0.0", |
|
|
|
"dependencies": { |
|
|
|
"@chakra-ui/icons": "2.1.1", |
|
|
@ -1,5 +1,5 @@ |
|
|
|
{ |
|
|
|
"name": "new-frontend", |
|
|
|
"name": "frontend", |
|
|
|
"private": true, |
|
|
|
"version": "0.0.0", |
|
|
|
"type": "module", |
Width:
|
Height:
|
Size: 6.2 KiB
Width:
|
Height:
|
Size: 6.2 KiB
|
Width:
|
Height:
|
Size: 4.9 KiB
Width:
|
Height:
|
Size: 4.9 KiB
|