[PR #411] [MERGED] Even #2609

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/411
Author: @liyasthomas
Created: 12/9/2019
Status: Merged
Merged: 12/9/2019
Merged by: @liyasthomas

Base: app-uiHead: master


📝 Commits (10+)

  • 1cfaf0b Merge pull request #391 from liyasthomas/app-ui
  • 7d5a849 🎉 Custom methods support
  • d99170f Merge branch 'master' into methods
  • a719dff Updating tests
  • 5fbf487 🐛 Fixes #399
  • d687c9f Custom methods support (#400)
  • 0028d03 🎨 Minor UI update
  • c80634b Added preload to scripts, sttyles and fonts. Moved font assets to static folder
  • 2b4d743 💄 Scoped styles
  • 2be4b67 🎨 Text selection color now matches theme (accent color)

📊 Changes

35 files changed (+475 additions, -374 deletions)

View changed files

📝 README.md (+37 -35)
📝 assets/css/fonts.scss (+7 -7)
📝 assets/css/styles.scss (+45 -23)
📝 assets/css/themes.scss (+0 -3)
📝 components/autocomplete.vue (+1 -1)
📝 components/collections/collection.vue (+1 -1)
📝 components/collections/folder.vue (+1 -1)
📝 components/collections/index.vue (+1 -1)
📝 components/collections/request.vue (+1 -1)
📝 components/history.vue (+4 -0)
📝 components/logo.vue (+1 -1)
📝 components/modal.vue (+3 -3)
📝 components/settings/swatch.vue (+8 -2)
📝 components/toggle.vue (+1 -1)
📝 lang/pt-BR.js (+78 -78)
📝 layouts/default.vue (+150 -146)
📝 layouts/error.vue (+1 -1)
📝 nuxt.config.js (+7 -0)
📝 package-lock.json (+17 -17)
📝 package.json (+3 -3)

...and 15 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/411 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 12/9/2019 **Status:** ✅ Merged **Merged:** 12/9/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `app-ui` ← **Head:** `master` --- ### 📝 Commits (10+) - [`1cfaf0b`](https://github.com/hoppscotch/hoppscotch/commit/1cfaf0bd57cc4441c9bfc90cc5b242a860216152) Merge pull request #391 from liyasthomas/app-ui - [`7d5a849`](https://github.com/hoppscotch/hoppscotch/commit/7d5a8499c3af050fd562f7151d1473a0521da394) :tada: Custom methods support - [`d99170f`](https://github.com/hoppscotch/hoppscotch/commit/d99170f0d9378fc102e549c2c077a8d438cc1f76) Merge branch 'master' into methods - [`a719dff`](https://github.com/hoppscotch/hoppscotch/commit/a719dff1f72596ce0b989a24f7baf0e73bd06ed2) :white_check_mark: Updating tests - [`5fbf487`](https://github.com/hoppscotch/hoppscotch/commit/5fbf4879ae37659afdf45a762135502282d34d6e) :bug: Fixes #399 - [`d687c9f`](https://github.com/hoppscotch/hoppscotch/commit/d687c9f36df34b1c7bd6336614049f30320b4183) Custom methods support (#400) - [`0028d03`](https://github.com/hoppscotch/hoppscotch/commit/0028d03e1bd4ae0ca57c48cedd5d97696e170eb6) :art: Minor UI update - [`c80634b`](https://github.com/hoppscotch/hoppscotch/commit/c80634b026ba70cb91dbc2cbb716e275d51b5412) :zap: Added preload to scripts, sttyles and fonts. Moved font assets to static folder - [`2b4d743`](https://github.com/hoppscotch/hoppscotch/commit/2b4d743d79c5776993d717af6e3e188b8fd99703) :lipstick: Scoped styles - [`2be4b67`](https://github.com/hoppscotch/hoppscotch/commit/2be4b672d5b55391aa4df6b3d0137c774bb66ae6) :art: Text selection color now matches theme (accent color) ### 📊 Changes **35 files changed** (+475 additions, -374 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+37 -35) 📝 `assets/css/fonts.scss` (+7 -7) 📝 `assets/css/styles.scss` (+45 -23) 📝 `assets/css/themes.scss` (+0 -3) 📝 `components/autocomplete.vue` (+1 -1) 📝 `components/collections/collection.vue` (+1 -1) 📝 `components/collections/folder.vue` (+1 -1) 📝 `components/collections/index.vue` (+1 -1) 📝 `components/collections/request.vue` (+1 -1) 📝 `components/history.vue` (+4 -0) 📝 `components/logo.vue` (+1 -1) 📝 `components/modal.vue` (+3 -3) 📝 `components/settings/swatch.vue` (+8 -2) 📝 `components/toggle.vue` (+1 -1) 📝 `lang/pt-BR.js` (+78 -78) 📝 `layouts/default.vue` (+150 -146) 📝 `layouts/error.vue` (+1 -1) 📝 `nuxt.config.js` (+7 -0) 📝 `package-lock.json` (+17 -17) 📝 `package.json` (+3 -3) _...and 15 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:17:51 +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#2609
No description provided.