Commit Graph
217 Commits
Author SHA1 Message Date
Firman Ramdhani 309dcb48fe feat: remove unused example components and related tests 2026-01-19 10:35:39 +07:00
Firman Ramdhani a3758c9f3a feat: update Storybook assets and configuration
- Added new preview script for Storybook rendering.
- Updated iframe source to use the new script.
- Refreshed project.json with updated metadata and timestamps.
2026-01-19 10:34:44 +07:00
Firman Ramdhani 914c267e66 feat(tests): add basic arithmetic functions and corresponding tests
- Implemented `add` and `subtract` functions in multiple packages (web, ui, utils).
- Created unit tests for these functions using Vitest in respective test files.
- Updated turbo.json to include a new test pipeline for coverage and watch mode.
2026-01-14 18:35:20 +07:00
Firman Ramdhani a994be1cd2 feat: comment out unused DateService imports and configurations 2026-01-13 18:08:04 +07:00
Firman Ramdhani 63b84a54e9 feat: enhance DateService with timezone support and improved date manipulation methods 2026-01-13 18:07:57 +07:00
Firman Ramdhani 554c5fbee3 feat: add initial TypeScript and ESLint configurations for library and React applications
- Created TypeScript configuration files for library and React applications.
- Added ESLint configurations for library, React, and Storybook.
- Implemented a basic Button component in the UI package.
- Set up Vite for the docs development environment.
2026-01-09 18:26:12 +07:00
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