mergegate/crates
Shunsuke Hayashi 2f91bfa8ce test(shimmer): Add comprehensive test suite
Add 34 tests covering shimmer animation components:
- ShimmerState: creation, duration, looping, progress, reset
- SkeletonLoader: creation, widths, effect, colors
- Spinner: creation, style, label, color, frames
- ProgressBar: creation, clamp, label, show_percent, chars
- TypingIndicator: creation, label
- Countdown: creation, label, remaining
- LoadingState: is_loading, is_complete, is_error
- LoadingOverlay: creation, show, show_progress, hide, complete, error
- blend_colors: RGB blending, non-RGB fallback

Note: Tests cannot be run due to pre-existing compilation errors
in views.rs which has API mismatches with other modules.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 18:49:46 +09:00
..
miyabi-cli chore: Initialize Miyabi project with full planning 2025-11-22 17:45:08 +09:00
miyabi-core feat(core): add tool result formatting methods 2025-11-22 18:31:42 +09:00
miyabi-tui test(shimmer): Add comprehensive test suite 2025-11-22 18:49:46 +09:00