[PR #202] [CLOSED] Even #2485

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/202
Author: @liyasthomas
Created: 10/20/2019
Status: Closed

Base: feature/dynamic-headersHead: master


📝 Commits (10+)

📊 Changes

24 files changed (+828 additions, -329 deletions)

View changed files

📝 README.md (+36 -22)
📝 assets/css/fonts.scss (+52 -2)
📝 assets/css/styles.scss (+150 -12)
📝 assets/css/themes.scss (+26 -48)
assets/fonts/material-icons-v48.woff2 (+0 -0)
assets/fonts/poppins-v9-latin-500.woff (+0 -0)
assets/fonts/poppins-v9-latin-500.woff2 (+0 -0)
assets/fonts/poppins-v9-latin-700.woff (+0 -0)
assets/fonts/poppins-v9-latin-700.woff2 (+0 -0)
assets/fonts/roboto-mono-v7-latin-regular.woff (+0 -0)
assets/fonts/roboto-mono-v7-latin-regular.woff2 (+0 -0)
📝 components/autocomplete.vue (+1 -1)
📝 components/history.vue (+22 -4)
📝 layouts/default.vue (+43 -3)
📝 layouts/error.vue (+11 -9)
📝 nuxt.config.js (+17 -2)
📝 package-lock.json (+320 -190)
📝 package.json (+5 -4)
📝 pages/index.vue (+78 -20)
📝 pages/settings.vue (+9 -11)

...and 4 more files

📄 Description

No description provided


🔄 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/202 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 10/20/2019 **Status:** ❌ Closed **Base:** `feature/dynamic-headers` ← **Head:** `master` --- ### 📝 Commits (10+) - [`4f75e5d`](https://github.com/hoppscotch/hoppscotch/commit/4f75e5d631537e624fbdc516a0a9c9d8d56ea302) Added label field for requests - [`51dd5c5`](https://github.com/hoppscotch/hoppscotch/commit/51dd5c5900a5b8c81c90061945402f23bae99237) Merge branch 'master' of https://github.com/liyasthomas/postwoman - [`0377232`](https://github.com/hoppscotch/hoppscotch/commit/0377232e1e1fc4c286d61094e4ef29d9a495ed0f) Reverting code changes which are introduced accidentally - [`ccd96e6`](https://github.com/hoppscotch/hoppscotch/commit/ccd96e67b10e2fa1013fea8022a46a4abbed3e02) :fire: Removing unwanted code - [`c8a480b`](https://github.com/hoppscotch/hoppscotch/commit/c8a480b0e38d918e8c3ca94ca64a76dece81132c) Add Request name label for every requests (#184) - [`249af01`](https://github.com/hoppscotch/hoppscotch/commit/249af016a0b01a29d151622c2bd617e1577cf24f) :sparkles: Added label to request and History. Fixes #133 - [`f0bff83`](https://github.com/hoppscotch/hoppscotch/commit/f0bff83fa048042354dededf4f44294b2c2732ec) :zap: Better monospace font - [`e70e448`](https://github.com/hoppscotch/hoppscotch/commit/e70e448b77312c53980ceecd310496406ecde1ed) :sparkles: Added 'Loding indicator' - [`1213cf3`](https://github.com/hoppscotch/hoppscotch/commit/1213cf3140ee87422a1dc728741f549596b16a9a) :arrow_up: Bump yargs-parser from 14.0.0 to 15.0.0 - [`d56401c`](https://github.com/hoppscotch/hoppscotch/commit/d56401c347d1294e5c0d47a7c66d856d0e10931d) :arrow_up: Bump nuxt from 2.10.0 to 2.10.1 ### 📊 Changes **24 files changed** (+828 additions, -329 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+36 -22) 📝 `assets/css/fonts.scss` (+52 -2) 📝 `assets/css/styles.scss` (+150 -12) 📝 `assets/css/themes.scss` (+26 -48) ➕ `assets/fonts/material-icons-v48.woff2` (+0 -0) ➕ `assets/fonts/poppins-v9-latin-500.woff` (+0 -0) ➕ `assets/fonts/poppins-v9-latin-500.woff2` (+0 -0) ➕ `assets/fonts/poppins-v9-latin-700.woff` (+0 -0) ➕ `assets/fonts/poppins-v9-latin-700.woff2` (+0 -0) ➕ `assets/fonts/roboto-mono-v7-latin-regular.woff` (+0 -0) ➕ `assets/fonts/roboto-mono-v7-latin-regular.woff2` (+0 -0) 📝 `components/autocomplete.vue` (+1 -1) 📝 `components/history.vue` (+22 -4) 📝 `layouts/default.vue` (+43 -3) 📝 `layouts/error.vue` (+11 -9) 📝 `nuxt.config.js` (+17 -2) 📝 `package-lock.json` (+320 -190) 📝 `package.json` (+5 -4) 📝 `pages/index.vue` (+78 -20) 📝 `pages/settings.vue` (+9 -11) _...and 4 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:11:02 +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#2485
No description provided.