Commit Graph
111 Commits
Author SHA1 Message Date
Firman Ramdhani ed949e4174 feat: add encryption and date service utilities
- Implemented EncryptionService for secure data handling with AES encryption.
- Created DateService for advanced date manipulation and formatting.
- Developed EncryptionDemo and DateServiceComponent for interactive demonstrations.
- Added LocalStorage demo for encrypted data storage and retrieval.
- Established ESLint and TypeScript configurations for utils package.
- Included example utility function for demonstration purposes.
2026-01-09 16:50:25 +07:00
Firman Ramdhani 7a6a8b710f feat: restructure ESLint and TypeScript configurations into a new configs directory 2026-01-09 09:58:01 +07:00
Firman Ramdhani 010821e662 feat: remove outdated README content for Turborepo Vite starter 2026-01-09 09:46:43 +07:00
Firman Ramdhani 41287c027b feat(docs-dev): remove deprecated docs-dev application files and configurations 2026-01-09 09:43:14 +07:00
Firman Ramdhani 2e3d64b25b feat(ui): update global CSS path and restructure styles 2026-01-07 10:45:49 +07:00
Firman Ramdhani fec32487bb chore: update dependencies and improve package configurations
- Upgraded '@vitejs/plugin-react' from 3.1.0 to 5.1.2
- Updated 'eslint' from 8.57.0 to 8.57.1
- Removed unused dependency '@module/template' from apps/web
- Added 'eslint' as a devDependency in packages/typescript-config
- Updated various Babel packages to their latest versions
- Updated 'react-refresh' from 0.14.2 to 0.18.0
- Updated 'browserslist' from 4.24.4 to 4.28.1 and related dependencies
- Removed deprecated 'globals' package and updated its version
- Cleaned up package structure and ensured compatibility with newer Node versions
2026-01-05 18:01:47 +07:00
Firman Ramdhani e6485b066d feat: init commit for setup monorepo 2026-01-05 17:38:05 +07:00
Turbobot 93d04e660e feat(create-turbo): install dependencies 2026-01-05 13:41:56 +07:00
Turbobot 851136f606 feat(create-turbo): apply pnpm-eslint transform 2026-01-05 13:41:53 +07:00
Turbobot e638bdc772 feat(create-turbo): apply official-starter transform 2026-01-05 13:41:53 +07:00
Turbobot 43b929db64 feat(create-turbo): create with-vite-react 2026-01-05 13:41:53 +07:00