diff --git a/apps/timer/README.md b/apps/zeity/README.md similarity index 100% rename from apps/timer/README.md rename to apps/zeity/README.md diff --git a/apps/timer/app/app.config.ts b/apps/zeity/app/app.config.ts similarity index 100% rename from apps/timer/app/app.config.ts rename to apps/zeity/app/app.config.ts diff --git a/apps/timer/app/app.vue b/apps/zeity/app/app.vue similarity index 100% rename from apps/timer/app/app.vue rename to apps/zeity/app/app.vue diff --git a/apps/timer/app/components/AppHeader.vue b/apps/zeity/app/components/AppHeader.vue similarity index 100% rename from apps/timer/app/components/AppHeader.vue rename to apps/zeity/app/components/AppHeader.vue diff --git a/apps/timer/app/components/AppLogo.vue b/apps/zeity/app/components/AppLogo.vue similarity index 100% rename from apps/timer/app/components/AppLogo.vue rename to apps/zeity/app/components/AppLogo.vue diff --git a/apps/timer/app/components/AppNavigation.vue b/apps/zeity/app/components/AppNavigation.vue similarity index 100% rename from apps/timer/app/components/AppNavigation.vue rename to apps/zeity/app/components/AppNavigation.vue diff --git a/apps/timer/app/components/DateFilter.vue b/apps/zeity/app/components/DateFilter.vue similarity index 100% rename from apps/timer/app/components/DateFilter.vue rename to apps/zeity/app/components/DateFilter.vue diff --git a/apps/timer/app/components/DateTimeField.vue b/apps/zeity/app/components/DateTimeField.vue similarity index 100% rename from apps/timer/app/components/DateTimeField.vue rename to apps/zeity/app/components/DateTimeField.vue diff --git a/apps/timer/app/components/DraftTimer.vue b/apps/zeity/app/components/DraftTimer.vue similarity index 100% rename from apps/timer/app/components/DraftTimer.vue rename to apps/zeity/app/components/DraftTimer.vue diff --git a/apps/timer/app/components/FieldSet.vue b/apps/zeity/app/components/FieldSet.vue similarity index 100% rename from apps/timer/app/components/FieldSet.vue rename to apps/zeity/app/components/FieldSet.vue diff --git a/apps/timer/app/components/ProjectFilter.vue b/apps/zeity/app/components/ProjectFilter.vue similarity index 100% rename from apps/timer/app/components/ProjectFilter.vue rename to apps/zeity/app/components/ProjectFilter.vue diff --git a/apps/timer/app/components/ProjectForm.vue b/apps/zeity/app/components/ProjectForm.vue similarity index 100% rename from apps/timer/app/components/ProjectForm.vue rename to apps/zeity/app/components/ProjectForm.vue diff --git a/apps/timer/app/components/ProjectStatusSelect.vue b/apps/zeity/app/components/ProjectStatusSelect.vue similarity index 100% rename from apps/timer/app/components/ProjectStatusSelect.vue rename to apps/zeity/app/components/ProjectStatusSelect.vue diff --git a/apps/timer/app/components/ReportDownload.vue b/apps/zeity/app/components/ReportDownload.vue similarity index 100% rename from apps/timer/app/components/ReportDownload.vue rename to apps/zeity/app/components/ReportDownload.vue diff --git a/apps/timer/app/components/TimeDrawer.vue b/apps/zeity/app/components/TimeDrawer.vue similarity index 100% rename from apps/timer/app/components/TimeDrawer.vue rename to apps/zeity/app/components/TimeDrawer.vue diff --git a/apps/timer/app/components/TimeDurationFlowing.vue b/apps/zeity/app/components/TimeDurationFlowing.vue similarity index 100% rename from apps/timer/app/components/TimeDurationFlowing.vue rename to apps/zeity/app/components/TimeDurationFlowing.vue diff --git a/apps/timer/app/components/TimeList.vue b/apps/zeity/app/components/TimeList.vue similarity index 100% rename from apps/timer/app/components/TimeList.vue rename to apps/zeity/app/components/TimeList.vue diff --git a/apps/timer/app/components/TimeListItem.vue b/apps/zeity/app/components/TimeListItem.vue similarity index 100% rename from apps/timer/app/components/TimeListItem.vue rename to apps/zeity/app/components/TimeListItem.vue diff --git a/apps/timer/app/components/TimerToggleButton.vue b/apps/zeity/app/components/TimerToggleButton.vue similarity index 100% rename from apps/timer/app/components/TimerToggleButton.vue rename to apps/zeity/app/components/TimerToggleButton.vue diff --git a/apps/timer/app/composables/useTimeDetail.ts b/apps/zeity/app/composables/useTimeDetail.ts similarity index 100% rename from apps/timer/app/composables/useTimeDetail.ts rename to apps/zeity/app/composables/useTimeDetail.ts diff --git a/apps/timer/app/layouts/default.vue b/apps/zeity/app/layouts/default.vue similarity index 100% rename from apps/timer/app/layouts/default.vue rename to apps/zeity/app/layouts/default.vue diff --git a/apps/timer/app/pages/about.vue b/apps/zeity/app/pages/about.vue similarity index 100% rename from apps/timer/app/pages/about.vue rename to apps/zeity/app/pages/about.vue diff --git a/apps/timer/app/pages/index.vue b/apps/zeity/app/pages/index.vue similarity index 100% rename from apps/timer/app/pages/index.vue rename to apps/zeity/app/pages/index.vue diff --git a/apps/timer/app/pages/projects/[id]/edit.vue b/apps/zeity/app/pages/projects/[id]/edit.vue similarity index 100% rename from apps/timer/app/pages/projects/[id]/edit.vue rename to apps/zeity/app/pages/projects/[id]/edit.vue diff --git a/apps/timer/app/pages/projects/[id]/index.vue b/apps/zeity/app/pages/projects/[id]/index.vue similarity index 100% rename from apps/timer/app/pages/projects/[id]/index.vue rename to apps/zeity/app/pages/projects/[id]/index.vue diff --git a/apps/timer/app/pages/projects/create.vue b/apps/zeity/app/pages/projects/create.vue similarity index 100% rename from apps/timer/app/pages/projects/create.vue rename to apps/zeity/app/pages/projects/create.vue diff --git a/apps/timer/app/pages/projects/index.vue b/apps/zeity/app/pages/projects/index.vue similarity index 100% rename from apps/timer/app/pages/projects/index.vue rename to apps/zeity/app/pages/projects/index.vue diff --git a/apps/timer/app/pages/reports.vue b/apps/zeity/app/pages/reports.vue similarity index 100% rename from apps/timer/app/pages/reports.vue rename to apps/zeity/app/pages/reports.vue diff --git a/apps/timer/app/pages/settings.vue b/apps/zeity/app/pages/settings.vue similarity index 100% rename from apps/timer/app/pages/settings.vue rename to apps/zeity/app/pages/settings.vue diff --git a/apps/timer/app/stores/entityStore.ts b/apps/zeity/app/stores/entityStore.ts similarity index 100% rename from apps/timer/app/stores/entityStore.ts rename to apps/zeity/app/stores/entityStore.ts diff --git a/apps/timer/app/stores/projectStore.ts b/apps/zeity/app/stores/projectStore.ts similarity index 100% rename from apps/timer/app/stores/projectStore.ts rename to apps/zeity/app/stores/projectStore.ts diff --git a/apps/timer/app/stores/settingsStore.ts b/apps/zeity/app/stores/settingsStore.ts similarity index 100% rename from apps/timer/app/stores/settingsStore.ts rename to apps/zeity/app/stores/settingsStore.ts diff --git a/apps/timer/app/stores/timerStore.ts b/apps/zeity/app/stores/timerStore.ts similarity index 100% rename from apps/timer/app/stores/timerStore.ts rename to apps/zeity/app/stores/timerStore.ts diff --git a/apps/timer/app/types/date-filter.ts b/apps/zeity/app/types/date-filter.ts similarity index 100% rename from apps/timer/app/types/date-filter.ts rename to apps/zeity/app/types/date-filter.ts diff --git a/apps/timer/app/types/entities.ts b/apps/zeity/app/types/entities.ts similarity index 100% rename from apps/timer/app/types/entities.ts rename to apps/zeity/app/types/entities.ts diff --git a/apps/timer/app/types/lang.ts b/apps/zeity/app/types/lang.ts similarity index 100% rename from apps/timer/app/types/lang.ts rename to apps/zeity/app/types/lang.ts diff --git a/apps/timer/app/types/project.ts b/apps/zeity/app/types/project.ts similarity index 100% rename from apps/timer/app/types/project.ts rename to apps/zeity/app/types/project.ts diff --git a/apps/timer/app/types/time.ts b/apps/zeity/app/types/time.ts similarity index 100% rename from apps/timer/app/types/time.ts rename to apps/zeity/app/types/time.ts diff --git a/apps/timer/app/utils/download-file.ts b/apps/zeity/app/utils/download-file.ts similarity index 100% rename from apps/timer/app/utils/download-file.ts rename to apps/zeity/app/utils/download-file.ts diff --git a/apps/timer/app/utils/localstorage.ts b/apps/zeity/app/utils/localstorage.ts similarity index 100% rename from apps/timer/app/utils/localstorage.ts rename to apps/zeity/app/utils/localstorage.ts diff --git a/apps/timer/app/utils/project-staus.ts b/apps/zeity/app/utils/project-staus.ts similarity index 100% rename from apps/timer/app/utils/project-staus.ts rename to apps/zeity/app/utils/project-staus.ts diff --git a/apps/timer/eslint.config.mjs b/apps/zeity/eslint.config.mjs similarity index 100% rename from apps/timer/eslint.config.mjs rename to apps/zeity/eslint.config.mjs diff --git a/apps/timer/i18n/i18n.config.ts b/apps/zeity/i18n/i18n.config.ts similarity index 100% rename from apps/timer/i18n/i18n.config.ts rename to apps/zeity/i18n/i18n.config.ts diff --git a/apps/timer/nuxt.config.ts b/apps/zeity/nuxt.config.ts similarity index 100% rename from apps/timer/nuxt.config.ts rename to apps/zeity/nuxt.config.ts diff --git a/apps/timer/package.json b/apps/zeity/package.json similarity index 100% rename from apps/timer/package.json rename to apps/zeity/package.json diff --git a/apps/timer/public/favicon.svg b/apps/zeity/public/favicon.svg similarity index 100% rename from apps/timer/public/favicon.svg rename to apps/zeity/public/favicon.svg diff --git a/apps/timer/public/icons/logo.svg b/apps/zeity/public/icons/logo.svg similarity index 100% rename from apps/timer/public/icons/logo.svg rename to apps/zeity/public/icons/logo.svg diff --git a/apps/timer/public/robots.txt b/apps/zeity/public/robots.txt similarity index 100% rename from apps/timer/public/robots.txt rename to apps/zeity/public/robots.txt diff --git a/apps/timer/server/tsconfig.json b/apps/zeity/server/tsconfig.json similarity index 100% rename from apps/timer/server/tsconfig.json rename to apps/zeity/server/tsconfig.json diff --git a/apps/timer/test/store/entityStore.test.ts b/apps/zeity/test/store/entityStore.test.ts similarity index 100% rename from apps/timer/test/store/entityStore.test.ts rename to apps/zeity/test/store/entityStore.test.ts diff --git a/apps/timer/test/store/projectStore.test.ts b/apps/zeity/test/store/projectStore.test.ts similarity index 100% rename from apps/timer/test/store/projectStore.test.ts rename to apps/zeity/test/store/projectStore.test.ts diff --git a/apps/timer/test/store/settingsStore.test.ts b/apps/zeity/test/store/settingsStore.test.ts similarity index 100% rename from apps/timer/test/store/settingsStore.test.ts rename to apps/zeity/test/store/settingsStore.test.ts diff --git a/apps/timer/test/store/timerStore.test.ts b/apps/zeity/test/store/timerStore.test.ts similarity index 100% rename from apps/timer/test/store/timerStore.test.ts rename to apps/zeity/test/store/timerStore.test.ts diff --git a/apps/timer/tsconfig.json b/apps/zeity/tsconfig.json similarity index 100% rename from apps/timer/tsconfig.json rename to apps/zeity/tsconfig.json diff --git a/apps/timer/vitest.config.ts b/apps/zeity/vitest.config.ts similarity index 100% rename from apps/timer/vitest.config.ts rename to apps/zeity/vitest.config.ts diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 66faa05..0bce285 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,7 +25,7 @@ importers: specifier: ^2.1.8 version: 2.1.8(@types/node@22.10.6)(happy-dom@16.5.3)(lightningcss@1.29.1)(terser@5.37.0) - apps/timer: + apps/zeity: dependencies: '@internationalized/date': specifier: ^3.6.0