[PR #655] [MERGED] Refactor/ui #2772

Closed
opened 2026-03-17 00:27:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/655
Author: @liyasthomas
Created: 3/7/2020
Status: Merged
Merged: 3/8/2020
Merged by: @liyasthomas

Base: masterHead: refactor/ui


📝 Commits (4)

📊 Changes

7 files changed (+623 additions, -570 deletions)

View changed files

📝 assets/css/styles.scss (+0 -28)
components/ui/tab.vue (+36 -0)
components/ui/tabs.vue (+84 -0)
📝 pages/doc.vue (+2 -2)
📝 pages/graphql.vue (+30 -65)
📝 pages/index.vue (+361 -369)
📝 pages/realtime.vue (+110 -106)

📄 Description

  • Introduces new Tabs component
  • Replaced every old tab components with new one
  • @AndrewBastin please check Tab implementations on GraphQL page

🔄 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/655 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 3/7/2020 **Status:** ✅ Merged **Merged:** 3/8/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `refactor/ui` --- ### 📝 Commits (4) - [`bc3bdb8`](https://github.com/hoppscotch/hoppscotch/commit/bc3bdb835e12f043737bde04f48e6f5e61c39fd2) Merge pull request #654 from liyasthomas/master - [`33f5474`](https://github.com/hoppscotch/hoppscotch/commit/33f54740338d1d2d80cfe986a0936612839b3896) :sparkles: Tabs - [`799c650`](https://github.com/hoppscotch/hoppscotch/commit/799c650f324f9fb3c36d8004fea549de6b32eb46) Fixed error on tab switch - [`995e0c6`](https://github.com/hoppscotch/hoppscotch/commit/995e0c6c51183aefc86a709ad79b693aa46db990) Fixed tab switch ### 📊 Changes **7 files changed** (+623 additions, -570 deletions) <details> <summary>View changed files</summary> 📝 `assets/css/styles.scss` (+0 -28) ➕ `components/ui/tab.vue` (+36 -0) ➕ `components/ui/tabs.vue` (+84 -0) 📝 `pages/doc.vue` (+2 -2) 📝 `pages/graphql.vue` (+30 -65) 📝 `pages/index.vue` (+361 -369) 📝 `pages/realtime.vue` (+110 -106) </details> ### 📄 Description - Introduces new Tabs component - Replaced every old tab components with new one - @AndrewBastin please check Tab implementations on GraphQL page --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:27:01 +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#2772
No description provided.