An error occurred while fetching the assigned milestone of the selected merge_request.
Apolo/feat/login screen
src
components
ExButton
index.tsx +39 -0
ExSidebar
index.tsx +272 -0
NavigationMenu
index.tsx +1 -1
SidebarComponent
index.tsx +0 -151
config
chakra.config.ts +2 -1
core
@Types
ILogin.ts +4 -0
ILoginRequest.ts +9 -0
schemas
loginRequestSchema.ts +8 -0
loginResponseSchema.ts +8 -0
services
loginService.ts +10 -0
modules
login/pages
Login.tsx +198 -10
product/pages
CreateProduct.tsx +238 -234
stock/pages
Stock.tsx +11 -6
src/components/ExButton/index.tsx
0 → 100644
+ 39
- 0
src/components/ExSidebar/index.tsx
0 → 100644
+ 272
- 0
+ 0
- 151
+ 2
- 1