Commit Graph

18 Commits

Author SHA1 Message Date
f80ea881c6 feat: integrate Hono with NestJS and add logging middleware 2026-01-11 00:38:29 +07:00
e1e1d9cb7b chore: update dependencies and refactor application structure
- Bump AWS SDK packages to version 3.966.0
- Update @hono-di packages to version 0.0.15
- Update @types/node to version 25.0.5
- Refactor main application entry point to integrate NestJS with Hono
- Remove unused gRPC and user module files
- Add HonoAdapter for NestJS integration
- Implement basic AppController and AppService
- Configure Vite server to run on port 3000
2026-01-10 14:14:29 +07:00
3dcbbeacef chore: update dependencies and add Hono-Di integration
- Bump AWS SDK packages to version 3.965.0
- Add @hono-di/cli and @hono-di/core as dependencies
- Add Hono-Di Vite plugin to vite.config.ts
- Implement a new development tool for Hono-Di with file tree visualization
- Create user module with controller, service, and module files
- Enable experimental decorators and metadata in tsconfig.json
- Update main.ts to remove unnecessary console log
- Add UI for file tree visualizer in testDev plugin
2026-01-08 19:01:45 +07:00
800c8fd033 feat: Add classnames minifier transformer and update component styles 2026-01-06 18:42:14 +07:00
5fc4bef5be feat: Update Vite configuration and add new public routes
- Refactored vite.config.ts to update entry points and improve plugin configuration.
- Added Home.vue as the landing page with a modern design and features overview.
- Created Layout.vue for consistent header and footer across public routes.
- Implemented Privacy.vue and Terms.vue for legal documentation with structured content.
- Introduced gRPC and service index files for future service implementations.
- Developed createVueApp.ts for application setup with PrimeVue and Pinia.
- Enhanced SSR rendering in ssrRender.ts for improved performance and SEO.
2026-01-06 15:39:38 +07:00
518651a93e chore: update build process and add Docker support
- Modified build script in package.json to include minification.
- Removed unused dev server dependency from vite.config.ts.
- Added .dockerignore to exclude unnecessary files from Docker context.
- Created Dockerfile for multi-stage build with Bun for production deployment.
2026-01-05 23:14:09 +07:00
a7e865cc5a feat: Update dependencies and remove unused wrangler configuration 2026-01-05 23:04:10 +07:00
92608b52e2 feat: Update build scripts and configurations for client and server environments 2026-01-05 22:54:49 +07:00
0042fd1951 init 2026-01-05 19:13:03 +07:00
a6f5ba8c90 feat: Refactor icon components to support filled and outlined states
- Updated Add.vue to handle filled and outlined states, merging AddFilled.vue functionality.
- Refactored Bell.vue and BellFilled.vue into a single component with filled state support.
- Created Credit.vue for credit card icon with filled and outlined states.
- Refactored Home.vue and HomeFilled.vue into a single component with filled state support.
- Refactored Layout.vue and LayoutFilled.vue into a single component with filled state support.
- Refactored Upload.vue and UploadFilled.vue into a single component with filled state support.
- Refactored Video.vue and VideoFilled.vue into a single component with filled state support.
- Enhanced index.tsx to include nonce for security in SSR.
- Updated main.ts to handle application data from SSR.
- Improved auth layout to include meta description for SEO.
- Updated routes to include meta information for head management.
- Simplified auth store methods for better readability and error handling.
- Updated UnoCSS configuration to include class prefix for better utility management.
2026-01-05 18:27:35 +07:00
61509b794b Add authentication check to auth layout route 2026-01-05 15:04:29 +07:00
ba677a555c Add Upload and Video icon components, update DashboardLayout and routes 2026-01-05 14:42:18 +07:00
2297cb3b69 Refactor style handling and add head management for overview route 2026-01-05 01:15:01 +07:00
22af8c4f2b Add CheckIcon component and update routes, auth store, and various UI improvements 2026-01-05 01:06:17 +07:00
aa9df98926 vợ bảo okeoke 2026-01-04 19:35:55 +07:00
2b0f88fa16 vợ bảo okeoke 2026-01-02 22:00:50 +07:00
16f64c5e4b dsfsdfs 2025-12-31 17:18:50 +07:00
772e84c761 init 2025-12-31 01:09:34 +07:00