-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Polish and improvements #14
Conversation
🦋 Changeset detectedLatest commit: 26b9346 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
CI Failure Feedback 🧐(Checks updated until commit c17cbb0)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #14 +/- ##
==========================================
- Coverage 49.79% 46.01% -3.78%
==========================================
Files 31 32 +1
Lines 1223 1406 +183
Branches 137 151 +14
==========================================
+ Hits 609 647 +38
- Misses 614 759 +145 ☔ View full report in Codecov by Sentry. |
PR Type
Enhancement, Tests, Bug fix
Description
Major improvements to watch mode stability and performance
Enhanced error handling and cleanup across components
Added fullscreen CLI mode and better UI layout
Comprehensive test coverage for watch functionality
Changes walkthrough 📝
2 files
Improve test setup with better error handling and logging
Add proper signal handling for database cleanup
4 files
Add fullscreen mode and improve UI layout
Enhance watch mode UI and error handling
Simplify template manager hook and improve types
Major refactor of template manager with better error handling
4 files
Add changeset for watcher cleanup
Add changeset for watch mode improvements
Add changeset for fullscreen CLI
Add changeset for template loading improvements
1 files
Update start script to use tsx
1 files