feat: add Empty component and language management

- Introduced a new Empty component for displaying no data states.
- Added language management functionality with support for loading saved languages.
- Updated App.vue to load saved language on mount.
- Modified components.d.ts to include new components and global variables.
- Updated pnpm-lock.yaml and pnpm-workspace.yaml to use the latest version of @capp/eden.
- Refactored home and service views to utilize the new data fetching logic with infinite scroll.
- Removed unused images and added new service banner.
- Enhanced signup functionality to include toast notifications on successful sign-in.
This commit is contained in:
2026-01-18 01:00:03 +07:00
parent 51719cd229
commit 4dd2a49c70
18 changed files with 542 additions and 208 deletions

View File

@@ -1,4 +1,4 @@
/* :root {
:root {
--ion-color-primary: #c31d39;
--ion-color-primary-rgb: 195,29,57;
--ion-color-primary-contrast: #ffffff;
@@ -62,8 +62,8 @@
--ion-color-dark-shade: #292929;
--ion-color-dark-tint: #444444;
} */
}
/*
:root {
--ion-color-primary: #2065c3;
--ion-color-primary-rgb: 32,101,195;
@@ -128,7 +128,7 @@
--ion-color-dark-shade: #292929;
--ion-color-dark-tint: #444444;
}
} */
.ion-toolbar {
--background: var(--ion-color-primary-contrast);