@fszontagh I'm starting work on this issue now! I'll investigate the left side panel navigation items and fix the cursor hover state so it displays as a pointer (hand) when hovering over menu items.
@fszontagh I'm starting work on this issue now! I'll investigate the left side panel navigation items and fix the cursor hover state so it displays as a pointer (hand) when hovering over menu items.
Added cursor-pointer class to both main menu items and configuration items
The mouse cursor will now display as a hand (pointer) when hovering over navigation items
Commit:e2aad2d - "fix: add cursor-pointer to sidebar navigation menu items #61"
The fix has been committed and pushed to the repository. The navigation menu items in the left sidebar will now properly show the pointer cursor on hover.
✅ **Fixed!**
The issue has been resolved. I added the `cursor-pointer` CSS class to all navigation menu items in the left sidebar panel.
**Changes made:**
- Modified `/shopcall.ai-main/src/components/AppSidebar.tsx`
- Added `cursor-pointer` class to both main menu items and configuration items
- The mouse cursor will now display as a hand (pointer) when hovering over navigation items
**Commit:** e2aad2d - "fix: add cursor-pointer to sidebar navigation menu items #61"
The fix has been committed and pushed to the repository. The navigation menu items in the left sidebar will now properly show the pointer cursor on hover.
In the UI at the left side panel, the navigation items not changing the mouse on hover to "hand"
@fszontagh I'm starting work on this issue now! I'll investigate the left side panel navigation items and fix the cursor hover state so it displays as a pointer (hand) when hovering over menu items.
✅ Fixed!
The issue has been resolved. I added the
cursor-pointerCSS class to all navigation menu items in the left sidebar panel.Changes made:
/shopcall.ai-main/src/components/AppSidebar.tsxcursor-pointerclass to both main menu items and configuration itemsCommit:
e2aad2d- "fix: add cursor-pointer to sidebar navigation menu items #61"The fix has been committed and pushed to the repository. The navigation menu items in the left sidebar will now properly show the pointer cursor on hover.