Tags “+N more” tooltip should list the other tag names
Link should go to wish page tag section
---
**Derived Requirement**
Update the **“+N more” tags display** in wish pages:
* The **“+N more” link** should navigate directly to the **tag section** of the wish page.
* The **tooltip** on hover over “+N more” should list the names of the additional hidden tags.
* Tooltip content must be dynamically generated based on the actual hidden tags.
* Tooltip should be readable and properly formatted.
====Test Steps
**Test Case 1: Tooltip Visibility and Content**
1. Open a wish page with more tags than can be displayed inline.
2. Hover over the **“+N more”** link.
3. ✅❓❌⬜ **AC1:** A tooltip is displayed and lists the names of the hidden tags with no truncated tag names.
**Test Case 2: Navigation to Tag Section**
1. Click on the **“+N more”** link.
2. ✅❓❌⬜ **AC2:** Link should go to wish page tag section
**Test Case 3: Consistency Across Wishes**
1. Open multiple wish pages with hidden tags.
2. ✅❓❌⬜ **AC3:** Tooltip correctly lists hidden tags for each page.