refactor(web): inline simple single-use custom hooks#480
refactor(web): inline simple single-use custom hooks#480
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (19)
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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. Comment |
Summary\n- inline short, low-complexity custom hooks that were used only once into their owning components\n- remove now-unused hook files to reduce indirection\n- keep behavior unchanged while simplifying local state/effect handlers\n\n## Inlined hooks\n- login input visibility handler\n- university region handler\n- home news section visibility handler\n- mentor find tab selection/prefetch handlers\n- floating up button scroll handler\n- chat read mark-on-enter handler\n- mentor approval accept/reject handler\n- mentor article like toggle handler\n- mentor apply handler\n\n## Validation\n- pnpm --filter @solid-connect/web run ci:check\n- pre-push CI parity hook (lint/typecheck/build)