mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #1560] [MERGED] Revamp of the Settings State System along with TypeScript support #3398
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#3398
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/1560
Author: @AndrewBastin
Created: 3/23/2021
Status: ✅ Merged
Merged: 3/23/2021
Merged by: @AndrewBastin
Base:
main← Head:refactor/newstore-settings📝 Commits (10+)
3b894c0Add vue-rx, rxjs and lodash as dependenciesb49970eAdded vue-rx plugin integration to nuxt config93f91d7Initial settings store implementation1df5e04Add babel plugin for private class properties to for Jest5bf6b3aAdd DispatchingStore test specc860fa6Initial settings code57d274aReactive Streams for fb current user and id token2d98988Fix typod141316Migrate index and graphql pages to the new storea896485Migrate network strategy to the new store📊 Changes
47 files changed (+35999 additions, -12716 deletions)
View changed files
📝
babel.config.js(+3 -0)📝
components/app/Section.vue(+7 -6)📝
components/collections/Add.vue(+11 -7)📝
components/collections/Collection.vue(+11 -7)📝
components/collections/Edit.vue(+11 -7)📝
components/collections/EditFolder.vue(+11 -7)📝
components/collections/EditRequest.vue(+11 -7)📝
components/collections/Folder.vue(+11 -7)📝
components/collections/ImportExport.vue(+9 -7)📝
components/collections/Request.vue(+11 -7)📝
components/collections/SaveRequest.vue(+11 -7)📝
components/collections/index.vue(+11 -7)📝
components/environments/Add.vue(+8 -4)📝
components/environments/Edit.vue(+8 -4)📝
components/environments/Environment.vue(+8 -4)📝
components/environments/ImportExport.vue(+8 -4)📝
components/environments/index.vue(+8 -4)➖
helpers/__tests__/fb.spec.js(+0 -1252)➕
helpers/__tests__/network-ExtDisabled.spec.js(+83 -0)➕
helpers/__tests__/network-ExtEnabled.spec.js(+82 -0)...and 27 more files
📄 Description
This PR brings forth the following new additions
fb.spec.jsdue to the brittleness of the test spec.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
pw.env.unsetmethod #4489