fix(ziro): restore pointer input and timestamp layout - #21
Conversation
Keep the timestamp parents positioned and preserve Spotify's native width so absolute child spans neither cover the viewport nor collapse onto the seek bar. Update the regression assertion and bump Ziro to 0.1.4. Fixes #20
|
your Pullfrog Router balance is empty, and this repo has no provider key to fall back on, so the agent never ran. To fix, any one of: add a payment method or top up your Router balance · add a provider API key (GitHub Actions secret or Pullfrog secret) · switch this repo to a free model. Top up Router → · Model settings → · Setup docs → · Ask in Discord → |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughThe Ziro theme changes playback-time containers from ChangesZiro playback labels
Priority: ⬆️ High Estimated code review effort: 2 (Simple) | ~10 minutes Change: Bug fix · Severity of issue fixed: High Merge Risk: ⚪ Minimal · up to The focused CSS correction, test updates, and patch-version bump present no identified merge-blocking risk. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. A rabbit found two labels wide, Comment |
|
Warning Your Pullfrog Router balance is empty, and this repo has no provider key to fall back on, so every run stops before the agent starts. The first Pullfrog run on spicetify failed, and nothing has run successfully since, so this review did not happen. The run logged "your Pullfrog Router balance is empty" and there is no provider key stored anywhere the run can reach — no Pullfrog secrets, no GitHub Actions secrets, and no subscription auth. The account is in Router mode, so the empty wallet blocks all runs. To fix it:
|

Ziro no longer makes Spotify appear frozen when activated: its playback timestamps stay inside the playbar instead of covering the window and intercepting clicks. Preserving Spotify's native timestamp widths also keeps the elapsed label clear of the seek bar. This ships as Ziro 0.1.4.
Verified on macOS with Spotify 1.3.0.277 using a local build: reproduced a trusted Store-button click hitting the full-window time span, then confirmed normal pointer navigation, Store disable/re-enable, and opening and closing the theme details modal after the fix. Both time spans now measure about 50 × 16 pixels. The published Store update remains to be verified after release.
Validation: 842 tests passed, 34 skipped; TypeScript and per-module strict checks, dependency checks, and formatting passed. Lint has existing warnings and no errors.
Fixes #20
Summary by CodeRabbit
Bug Fixes
Chores