[PR #1286] [MERGED] Cherry picking refactored fb.js from #879 by @AndrewBastin #3203

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1286
Author: @liyasthomas
Created: 10/17/2020
Status: Merged
Merged: 10/17/2020
Merged by: @liyasthomas

Base: masterHead: refactor/fb


📝 Commits (3)

  • fe4b0c9 Cherry picking refactored fb.js from #879 by @AndrewBastin
  • f9bc3ef Fixed a minor UI glitch in History section
  • 494fc90 Removed logout success toast testcase

📊 Changes

13 files changed (+2405 additions, -470 deletions)

View changed files

__mocks__/svgMock.js (+1 -0)
📝 assets/scss/styles.scss (+1 -0)
components/firebase/__tests__/feeds.spec.js (+133 -0)
components/firebase/__tests__/inputform.spec.js (+93 -0)
components/firebase/__tests__/logout.spec.js (+66 -0)
📝 components/firebase/feeds.vue (+5 -5)
📝 components/firebase/login.vue (+133 -194)
📝 components/firebase/logout.vue (+11 -14)
📝 components/layout/history.vue (+95 -71)
helpers/__tests__/fb.spec.js (+1309 -0)
📝 helpers/fb.js (+286 -186)
📝 package-lock.json (+270 -0)
📝 package.json (+2 -0)

📄 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/1286 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 10/17/2020 **Status:** ✅ Merged **Merged:** 10/17/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `refactor/fb` --- ### 📝 Commits (3) - [`fe4b0c9`](https://github.com/hoppscotch/hoppscotch/commit/fe4b0c9647177893fdb3f644249639847e19e740) Cherry picking refactored fb.js from #879 by @AndrewBastin - [`f9bc3ef`](https://github.com/hoppscotch/hoppscotch/commit/f9bc3effa706a7a70ccb0fbd3ac1e53e4707e446) Fixed a minor UI glitch in History section - [`494fc90`](https://github.com/hoppscotch/hoppscotch/commit/494fc90d070de626c208385d425a2110a1be3038) Removed logout success toast testcase ### 📊 Changes **13 files changed** (+2405 additions, -470 deletions) <details> <summary>View changed files</summary> ➕ `__mocks__/svgMock.js` (+1 -0) 📝 `assets/scss/styles.scss` (+1 -0) ➕ `components/firebase/__tests__/feeds.spec.js` (+133 -0) ➕ `components/firebase/__tests__/inputform.spec.js` (+93 -0) ➕ `components/firebase/__tests__/logout.spec.js` (+66 -0) 📝 `components/firebase/feeds.vue` (+5 -5) 📝 `components/firebase/login.vue` (+133 -194) 📝 `components/firebase/logout.vue` (+11 -14) 📝 `components/layout/history.vue` (+95 -71) ➕ `helpers/__tests__/fb.spec.js` (+1309 -0) 📝 `helpers/fb.js` (+286 -186) 📝 `package-lock.json` (+270 -0) 📝 `package.json` (+2 -0) </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:50:20 +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#3203
No description provided.