fix(ui): add cursor pointer to interactive elements#1012
fix(ui): add cursor pointer to interactive elements#1012Bashamega wants to merge 2 commits intopingdotgg:mainfrom
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 Tip CodeRabbit can use TruffleHog to scan for secrets in your code with verification capabilities.Add a TruffleHog config file (e.g. trufflehog-config.yml, trufflehog.yml) to your project to customize detectors and scanning behavior. The tool runs only when a config file is present. |
What Changed
I have specified the pointer cursor for interactive elements
Why
Previously, most of the interactive elements had the default cursor; sometimes by default, sometimes Tailwind overrides it.
UI Changes
Don't know how to capture the cursor 🤣
Checklist
closes Cursor is not switching to a pointer #416
Note
Add
cursor-pointerto interactive UI elements across chat, sidebar, and settingsAdds
cursor-pointerto buttons, menu items, and clickable list items that were missing the style, including the chat submit button, sidebar thread items and new-thread action, theme option buttons in settings, and menu/select primitives.Macroscope summarized 26be944.