hansoo
|
9851627ff1
|
feat: Add CI/CD pipeline and code quality improvements
- Add GitHub Actions workflow for automated CI/CD
- Configure Node.js 18.x and 20.x matrix testing
- Add TypeScript type checking step
- Add ESLint code quality checks with enhanced rules
- Add Prettier formatting verification
- Add production build validation
- Upload build artifacts for deployment
- Set up automated testing on push/PR
- Replace console.log with environment-aware logger
- Add pre-commit hooks for code quality
- Exclude archive folder from linting
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-07-12 15:27:54 +09:00 |
|
gpt-engineer-app[bot]
|
5bf8ff6e3f
|
Fix toast text alignment
The text in the toast notification was left-aligned instead of centered. This commit fixes the alignment issue.
|
2025-03-18 01:56:46 +00:00 |
|
gpt-engineer-app[bot]
|
14c3fac824
|
Fix toast and sync settings
- Fix issue where toast notifications were not disappearing.
- Ensure sync settings are turned off upon logout.
|
2025-03-16 10:37:26 +00:00 |
|
gpt-engineer-app[bot]
|
61acb461e0
|
Refactor useToast hook
The useToast hook was refactored into smaller, more manageable files to improve code organization and maintainability.
|
2025-03-16 09:47:29 +00:00 |
|