mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #2268] [MERGED] feat: loading states for modal buttons #3693
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#3693
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/2268
Author: @kyteinsky
Created: 4/16/2022
Status: ✅ Merged
Merged: 4/20/2022
Merged by: @AndrewBastin
Base:
main← Head:feat/loading-states📝 Commits (8)
2b5a3a6feat: add loading state toCollectionsAddmodale388eb4feat: add loading state toCollectionsEditmodalfe194e3feat: add loading state toCollectionsAddFoldermodalbb30e3dfeat: add loading state toCollectionsEditFoldermodald1b7637feat: add loading state toCollectionsEditRequestmodal695764ffeat: add loading state to collection deletion7632655feat: add loading state to request deletion0f0cf31feat: add loading state to folder deletion and other fixes📊 Changes
13 files changed (+242 additions, -177 deletions)
View changed files
📝
packages/hoppscotch-app/components/collections/Add.vue(+2 -1)📝
packages/hoppscotch-app/components/collections/AddFolder.vue(+6 -2)📝
packages/hoppscotch-app/components/collections/Edit.vue(+2 -1)📝
packages/hoppscotch-app/components/collections/EditFolder.vue(+6 -2)📝
packages/hoppscotch-app/components/collections/EditRequest.vue(+6 -2)📝
packages/hoppscotch-app/components/collections/index.vue(+184 -33)📝
packages/hoppscotch-app/components/collections/my/Collection.vue(+2 -9)📝
packages/hoppscotch-app/components/collections/my/Folder.vue(+9 -39)📝
packages/hoppscotch-app/components/collections/my/Request.vue(+1 -12)📝
packages/hoppscotch-app/components/collections/teams/Collection.vue(+4 -18)📝
packages/hoppscotch-app/components/collections/teams/Folder.vue(+8 -43)📝
packages/hoppscotch-app/components/collections/teams/Request.vue(+3 -12)📝
packages/hoppscotch-app/components/smart/ConfirmModal.vue(+9 -3)📄 Description
Description
Adds loading state to buttons in different modals.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.