[PR #5242] [MERGED] fix(common): added theme support for tooltips #5122

Closed
opened 2026-03-17 02:35:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/5242
Author: @anwarulislam
Created: 7/13/2025
Status: Merged
Merged: 7/25/2025
Merged by: @jamesgeorge007

Base: nextHead: fix/tippy-wrap-issue


📝 Commits (7)

  • 4eebb93 fix: update vue-tippy to version 6.7.1
  • 8b11c2c feat: add tippy themes with base and specific styles
  • 7155538 feat: enhance tippy themes with updated styles and colors
  • d5e768a chore: update tippy margin
  • 1a50c70 feat: add arrow color customization
  • d30d272 fix: downgrade vue-tippy from version 6.7.1 to 6.6.0
  • 2e0d2fb fix: upgrade vue-tippy from version 6.6.0 to 6.7.0

📊 Changes

5 files changed (+245 additions, -104 deletions)

View changed files

📝 packages/hoppscotch-common/assets/scss/styles.scss (+0 -101)
📝 packages/hoppscotch-common/assets/themes/themes.scss (+5 -0)
packages/hoppscotch-common/assets/themes/tippy-themes.scss (+227 -0)
📝 packages/hoppscotch-common/package.json (+1 -1)
📝 pnpm-lock.yaml (+12 -2)

📄 Description

Upgrade vue-tippy to the latest version and introduce new theme styles for tooltips and popovers, enhancing the visual consistency across the application.

Previously Updated
image image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/5242 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 7/13/2025 **Status:** ✅ Merged **Merged:** 7/25/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `fix/tippy-wrap-issue` --- ### 📝 Commits (7) - [`4eebb93`](https://github.com/hoppscotch/hoppscotch/commit/4eebb936a2d8c76042884770284efa49798236b3) fix: update vue-tippy to version 6.7.1 - [`8b11c2c`](https://github.com/hoppscotch/hoppscotch/commit/8b11c2ca49b194cda2cccbc4ed0cc74d3ce98902) feat: add tippy themes with base and specific styles - [`7155538`](https://github.com/hoppscotch/hoppscotch/commit/71555387e4a02a6eccd18133ea9e854cea399af2) feat: enhance tippy themes with updated styles and colors - [`d5e768a`](https://github.com/hoppscotch/hoppscotch/commit/d5e768ac03a9f081227ad9bd4f86d1e5b91320d6) chore: update tippy margin - [`1a50c70`](https://github.com/hoppscotch/hoppscotch/commit/1a50c70cec987ffe76866754d557053419d14fed) feat: add arrow color customization - [`d30d272`](https://github.com/hoppscotch/hoppscotch/commit/d30d272479fba1b2f3019ec5771a1e6f861a2940) fix: downgrade vue-tippy from version 6.7.1 to 6.6.0 - [`2e0d2fb`](https://github.com/hoppscotch/hoppscotch/commit/2e0d2fb69ca2bdceecaeaea9d731437c7fc0a0e4) fix: upgrade vue-tippy from version 6.6.0 to 6.7.0 ### 📊 Changes **5 files changed** (+245 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/assets/scss/styles.scss` (+0 -101) 📝 `packages/hoppscotch-common/assets/themes/themes.scss` (+5 -0) ➕ `packages/hoppscotch-common/assets/themes/tippy-themes.scss` (+227 -0) 📝 `packages/hoppscotch-common/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+12 -2) </details> ### 📄 Description Upgrade vue-tippy to the latest version and introduce new theme styles for tooltips and popovers, enhancing the visual consistency across the application. | Previously | Updated | | --- | --- | | <img width="249" height="169" alt="image" src="https://github.com/user-attachments/assets/10035412-ca83-452d-9399-f1de4586195b" /> | <img width="267" height="156" alt="image" src="https://github.com/user-attachments/assets/68cd5b2f-7f8d-4dba-93fd-55e0f496a5f7" /> | --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:35:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#5122
No description provided.