mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #879] [CLOSED] Teams #2918
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2918
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/879
Author: @liyasthomas
Created: 5/15/2020
Status: ❌ Closed
Base:
main← Head:feat/teams📝 Commits (10+)
39616c6🎉 Teams initial UI upload888cb70Merge branch 'master' into feat/teams754efe8Updated sync functions5bf8e1a🐛 Fixed Teams sync50e21ecPermissions8320444Merge branch 'master' into feat/teamsee14069Fixing CI8edca62Merge branch 'master' into feat/teamsf07ca69Merge branch 'master' into feat/teams9d28815Merge branch 'master' into feat/teams📊 Changes
20 files changed (+3129 additions, -406 deletions)
View changed files
➕
__mocks__/svgMock.js(+1 -0)➕
components/firebase/__tests__/feeds.spec.js(+133 -0)➕
components/firebase/__tests__/inputform.spec.js(+93 -0)➕
components/firebase/__tests__/logout.spec.js(+76 -0)📝
components/firebase/feeds.vue(+6 -5)📝
components/firebase/login.vue(+133 -194)📝
components/firebase/logout.vue(+11 -14)📝
components/layout/history.vue(+6 -6)➕
components/teams/add-team.vue(+92 -0)➕
components/teams/edit-team.vue(+241 -0)➕
components/teams/import-export-team.vue(+184 -0)➕
components/teams/index.vue(+115 -0)➕
components/teams/team.vue(+67 -0)➕
helpers/__tests__/fb.spec.js(+1309 -0)📝
helpers/fb.js(+286 -186)📝
lang/en-US.json(+11 -0)📝
package-lock.json(+270 -0)📝
package.json(+2 -0)📝
pages/settings.vue(+16 -1)📝
store/postwoman.js(+77 -0)📄 Description
Tasks
Demo: https://deploy-preview-879--postwoman.netlify.app
Resolves #580
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.