[PR #197] [MERGED] Added Tooltips #2477

Closed
opened 2026-03-17 00:10:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/197
Author: @AndrewBastin
Created: 10/18/2019
Status: Merged
Merged: 10/18/2019
Merged by: @liyasthomas

Base: masterHead: master


📝 Commits (5)

  • 35b47b8 Added v-tooltip dependency
  • b229bf6 Registered v-tooltip dependency with Vue
  • 0d55dc2 Added tooltip styling
  • 719928f Icons in the history entries have tooltips now
  • ab06ee6 Added tooltip for Settings icon on the header

📊 Changes

7 files changed (+141 additions, -3 deletions)

View changed files

📝 assets/css/styles.scss (+110 -0)
📝 components/history.vue (+2 -2)
📝 layouts/default.vue (+1 -1)
📝 nuxt.config.js (+3 -0)
📝 package-lock.json (+20 -0)
📝 package.json (+1 -0)
plugins/v-tooltip.js (+4 -0)

📄 Description

Added tooltips to all the icon buttons just to give a bit more clear understanding of what each icon represents.

Tooltips are powered by the v-tooltip Vue plugin.


🔄 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/197 **Author:** [@AndrewBastin](https://github.com/AndrewBastin) **Created:** 10/18/2019 **Status:** ✅ Merged **Merged:** 10/18/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`35b47b8`](https://github.com/hoppscotch/hoppscotch/commit/35b47b83d75d2cb7bab5f3bb87919e3b0c339e32) Added v-tooltip dependency - [`b229bf6`](https://github.com/hoppscotch/hoppscotch/commit/b229bf6197290c44ef5321314a7343818639583f) Registered v-tooltip dependency with Vue - [`0d55dc2`](https://github.com/hoppscotch/hoppscotch/commit/0d55dc2b3885802522abfe403fc5ae18f6d20738) Added tooltip styling - [`719928f`](https://github.com/hoppscotch/hoppscotch/commit/719928f5e560030ec0cd296ecfe3043e9801ab61) Icons in the history entries have tooltips now - [`ab06ee6`](https://github.com/hoppscotch/hoppscotch/commit/ab06ee6bd4dc5d3a8bbd2be0bfbab29512e82e3a) Added tooltip for Settings icon on the header ### 📊 Changes **7 files changed** (+141 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `assets/css/styles.scss` (+110 -0) 📝 `components/history.vue` (+2 -2) 📝 `layouts/default.vue` (+1 -1) 📝 `nuxt.config.js` (+3 -0) 📝 `package-lock.json` (+20 -0) 📝 `package.json` (+1 -0) ➕ `plugins/v-tooltip.js` (+4 -0) </details> ### 📄 Description Added tooltips to all the icon buttons just to give a bit more clear understanding of what each icon represents. Tooltips are powered by the [v-tooltip](https://www.npmjs.com/package/v-tooltip) Vue plugin. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:10:46 +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#2477
No description provided.