-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update api and front submodules
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule front
updated
24 files
+1 −1 | .eslintrc.json | |
+4 −2 | README.md | |
+0 −0 | src/app/items/page.scss | |
+17 −16 | src/app/items/page.tsx | |
+24 −19 | src/app/layout.tsx | |
+0 −0 | src/app/login/page.scss | |
+18 −17 | src/app/login/page.tsx | |
+31 −0 | src/app/page.scss | |
+12 −32 | src/app/page.tsx | |
+0 −0 | src/app/preparation/page.scss | |
+27 −27 | src/app/preparation/page.tsx | |
+0 −0 | src/app/sell/page.scss | |
+55 −0 | src/app/sell/page.tsx | |
+0 −0 | src/app/tv/page.scss | |
+13 −12 | src/app/tv/page.tsx | |
+22 −9 | src/components/Wrapper.tsx | |
+1 −1 | src/components/itemsGrid.tsx | |
+3 −3 | src/components/navbar.tsx | |
+1 −5 | src/components/pageLoader.tsx | |
+0 −31 | src/routes/index.scss | |
+0 −0 | src/routes/index.tsx | |
+0 −55 | src/routes/sell.tsx | |
+1 −1 | src/utils/api.ts | |
+1 −1 | src/utils/socket.ts |