Change Permission & WIP Dashboard Client Portal

This commit is contained in:
Fajar
2023-04-06 15:30:22 +07:00
parent 4a7c3ebdda
commit 85039893a8
1497 changed files with 2808 additions and 2508 deletions

4
frontend/client-portal/.env.development Executable file → Normal file
View File

@@ -2,6 +2,6 @@ GENERATE_SOURCEMAP=false
PORT=8083
REACT_APP_HOST_API_URL="http://localhost:8000"
REACT_APP_HOST_API_URL="http://lms.test"
VITE_API_URL="http://localhost:8000/api/client"
VITE_API_URL="http://lms.test/api/client"

0
frontend/client-portal/.env.production Executable file → Normal file
View File

0
frontend/client-portal/.eslintignore Executable file → Normal file
View File

0
frontend/client-portal/.eslintrc Executable file → Normal file
View File

0
frontend/client-portal/.gitignore vendored Executable file → Normal file
View File

0
frontend/client-portal/.htaccess Executable file → Normal file
View File

0
frontend/client-portal/.pnpm-debug.log Executable file → Normal file
View File

0
frontend/client-portal/.prettierrc Executable file → Normal file
View File

0
frontend/client-portal/index.html Executable file → Normal file
View File

0
frontend/client-portal/package-lock.json generated Executable file → Normal file
View File

0
frontend/client-portal/package.json Executable file → Normal file
View File

2356
frontend/client-portal/pnpm-lock.yaml generated Executable file → Normal file

File diff suppressed because it is too large Load Diff

0
frontend/client-portal/public/_redirects Executable file → Normal file
View File

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 573 B

After

Width:  |  Height:  |  Size: 573 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
frontend/client-portal/public/favicon/favicon.ico Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

View File

View File

0
frontend/client-portal/public/fonts/Roboto-Bold.ttf Executable file → Normal file
View File

0
frontend/client-portal/public/fonts/Roboto-Regular.ttf Executable file → Normal file
View File

0
frontend/client-portal/public/fonts/index.css Executable file → Normal file
View File

0
frontend/client-portal/public/icons/ic_analytics.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

0
frontend/client-portal/public/icons/ic_banking.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
frontend/client-portal/public/icons/ic_blog.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
frontend/client-portal/public/icons/ic_booking.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
frontend/client-portal/public/icons/ic_calendar.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
frontend/client-portal/public/icons/ic_cart.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
frontend/client-portal/public/icons/ic_chat.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1007 B

After

Width:  |  Height:  |  Size: 1007 B

0
frontend/client-portal/public/icons/ic_dashboard.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 849 B

After

Width:  |  Height:  |  Size: 849 B

0
frontend/client-portal/public/icons/ic_ecommerce.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

0
frontend/client-portal/public/icons/ic_kanban.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 915 B

After

Width:  |  Height:  |  Size: 915 B

0
frontend/client-portal/public/icons/ic_mail.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 646 B

After

Width:  |  Height:  |  Size: 646 B

0
frontend/client-portal/public/icons/ic_user.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 362 B

0
frontend/client-portal/public/logo/logo-linksehat.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

0
frontend/client-portal/public/logo/logo_full.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

0
frontend/client-portal/public/logo/logo_full.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

0
frontend/client-portal/public/logo/logo_single.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
frontend/client-portal/public/manifest.json Executable file → Normal file
View File

0
frontend/client-portal/public/robots.txt Executable file → Normal file
View File

0
frontend/client-portal/src/@types/auth.ts Executable file → Normal file
View File

0
frontend/client-portal/src/@types/blog.ts Executable file → Normal file
View File

0
frontend/client-portal/src/@types/calendar.ts Executable file → Normal file
View File

0
frontend/client-portal/src/@types/chat.ts Executable file → Normal file
View File

0
frontend/client-portal/src/@types/diagnosis.ts Executable file → Normal file
View File

0
frontend/client-portal/src/@types/invoice.ts Executable file → Normal file
View File

0
frontend/client-portal/src/@types/kanban.ts Executable file → Normal file
View File

0
frontend/client-portal/src/@types/mail.ts Executable file → Normal file
View File

0
frontend/client-portal/src/@types/member.ts Executable file → Normal file
View File

0
frontend/client-portal/src/@types/paginated-data.ts Executable file → Normal file
View File

0
frontend/client-portal/src/@types/product.ts Executable file → Normal file
View File

0
frontend/client-portal/src/@types/user.ts Executable file → Normal file
View File

0
frontend/client-portal/src/App.tsx Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/_analytics.tsx Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/_app.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/_banking.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/_booking.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/_countries.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/_ecommerce.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/_mock.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/_others.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/_plans.tsx Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/_top100Films.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/_user.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/address.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/boolean.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/company.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/email.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/funcs.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/index.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/map/cities.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/map/countries.ts Executable file → Normal file
View File

View File

0
frontend/client-portal/src/_mock/map/stations.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/name.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/number.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/phoneNumber.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/role.ts Executable file → Normal file
View File

0
frontend/client-portal/src/_mock/text.ts Executable file → Normal file
View File

0
frontend/client-portal/src/assets/icon_plan_free.tsx Executable file → Normal file
View File

View File

View File

0
frontend/client-portal/src/assets/icon_sent.tsx Executable file → Normal file
View File

0
frontend/client-portal/src/assets/illustration_404.tsx Executable file → Normal file
View File

0
frontend/client-portal/src/assets/illustration_500.tsx Executable file → Normal file
View File

View File

View File

View File

View File

0
frontend/client-portal/src/assets/illustration_doc.tsx Executable file → Normal file
View File

View File

View File

View File

0
frontend/client-portal/src/assets/illustration_seo.tsx Executable file → Normal file
View File

View File

0
frontend/client-portal/src/assets/index.ts Executable file → Normal file
View File

0
frontend/client-portal/src/components/BadgeStatus.tsx Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More