[PR #424] [MERGED] Even #2615

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

📋 Pull Request Information

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

Base: i18nHead: master


📝 Commits (10+)

  • 777fe9b Merge pull request #404 from liyasthomas/i18n
  • 6e208c3 ⬆️ Bump @nuxtjs/google-analytics from 2.2.1 to 2.2.2
  • f82c0cd Merge pull request #407 from liyasthomas/dependabot/npm_and_yarn/nuxtjs/google-analytics-2.2.2
  • a4022dc ⬆️ Bump vue-virtual-scroll-list from 1.4.3 to 1.4.4
  • 3d66a7d ⬆️ Bump nuxt-i18n from 6.4.0 to 6.4.1
  • eae1d22 Merge pull request #405 from liyasthomas/dependabot/npm_and_yarn/nuxt-i18n-6.4.1
  • fdc2d2c Merge branch 'master' into dependabot/npm_and_yarn/vue-virtual-scroll-list-1.4.4
  • cbe2141 Merge pull request #406 from liyasthomas/dependabot/npm_and_yarn/vue-virtual-scroll-list-1.4.4
  • 4d24d49 ✏️ Updated features list
  • c19c399 🎉 Added icon button animation

📊 Changes

19 files changed (+861 additions, -395 deletions)

View changed files

📝 README.md (+37 -35)
📝 assets/css/styles.scss (+71 -33)
📝 assets/css/themes.scss (+35 -25)
📝 components/ace-editor.vue (+2 -2)
📝 components/autocomplete.vue (+17 -11)
📝 components/collections/saveRequestAs.vue (+9 -8)
📝 components/history.vue (+5 -1)
📝 components/modal.vue (+3 -3)
📝 components/settings/swatch.vue (+6 -1)
📝 docs/index.html (+11 -13)
📝 layouts/default.vue (+149 -145)
📝 nuxt.config.js (+1 -1)
📝 package-lock.json (+63 -64)
📝 package.json (+3 -3)
📝 pages/graphql.vue (+138 -5)
📝 pages/index.vue (+156 -41)
📝 pages/realtime.vue (+1 -0)
📝 pages/settings.vue (+0 -3)
📝 static/icons/error.svg (+154 -1)

📄 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/424 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 12/12/2019 **Status:** ✅ Merged **Merged:** 12/12/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `i18n` ← **Head:** `master` --- ### 📝 Commits (10+) - [`777fe9b`](https://github.com/hoppscotch/hoppscotch/commit/777fe9b42aea9e1077c1685c81c89c6ba41eaf4f) Merge pull request #404 from liyasthomas/i18n - [`6e208c3`](https://github.com/hoppscotch/hoppscotch/commit/6e208c3766ee368c1c122faa8a3edd9a0e50c792) :arrow_up: Bump @nuxtjs/google-analytics from 2.2.1 to 2.2.2 - [`f82c0cd`](https://github.com/hoppscotch/hoppscotch/commit/f82c0cdb4f9ab88405757ffac40ebb78c7acfea5) Merge pull request #407 from liyasthomas/dependabot/npm_and_yarn/nuxtjs/google-analytics-2.2.2 - [`a4022dc`](https://github.com/hoppscotch/hoppscotch/commit/a4022dc70c61d99bd7eba368bf62303935b08d62) :arrow_up: Bump vue-virtual-scroll-list from 1.4.3 to 1.4.4 - [`3d66a7d`](https://github.com/hoppscotch/hoppscotch/commit/3d66a7deb963650e437fa80269bc7f025b74991e) :arrow_up: Bump nuxt-i18n from 6.4.0 to 6.4.1 - [`eae1d22`](https://github.com/hoppscotch/hoppscotch/commit/eae1d22a2f8659991ee1294037c891cd78b782aa) Merge pull request #405 from liyasthomas/dependabot/npm_and_yarn/nuxt-i18n-6.4.1 - [`fdc2d2c`](https://github.com/hoppscotch/hoppscotch/commit/fdc2d2cb17eb958395ee7268ce7d04fd65cbf1bf) Merge branch 'master' into dependabot/npm_and_yarn/vue-virtual-scroll-list-1.4.4 - [`cbe2141`](https://github.com/hoppscotch/hoppscotch/commit/cbe214113ca0e7686558659a027bd2b3af2bbd31) Merge pull request #406 from liyasthomas/dependabot/npm_and_yarn/vue-virtual-scroll-list-1.4.4 - [`4d24d49`](https://github.com/hoppscotch/hoppscotch/commit/4d24d49a0b2b7fdf2a64765a1b96c8af3c8c9ea2) :pencil2: Updated features list - [`c19c399`](https://github.com/hoppscotch/hoppscotch/commit/c19c399508e22add95a4e95f0c05f7f05b68dad8) :tada: Added icon button animation ### 📊 Changes **19 files changed** (+861 additions, -395 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+37 -35) 📝 `assets/css/styles.scss` (+71 -33) 📝 `assets/css/themes.scss` (+35 -25) 📝 `components/ace-editor.vue` (+2 -2) 📝 `components/autocomplete.vue` (+17 -11) 📝 `components/collections/saveRequestAs.vue` (+9 -8) 📝 `components/history.vue` (+5 -1) 📝 `components/modal.vue` (+3 -3) 📝 `components/settings/swatch.vue` (+6 -1) 📝 `docs/index.html` (+11 -13) 📝 `layouts/default.vue` (+149 -145) 📝 `nuxt.config.js` (+1 -1) 📝 `package-lock.json` (+63 -64) 📝 `package.json` (+3 -3) 📝 `pages/graphql.vue` (+138 -5) 📝 `pages/index.vue` (+156 -41) 📝 `pages/realtime.vue` (+1 -0) 📝 `pages/settings.vue` (+0 -3) 📝 `static/icons/error.svg` (+154 -1) </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:18:08 +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#2615
No description provided.