mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #2923] [feature]: Optimistic UI updates for saving of Team Collections Requests #945
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#945
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?
Originally created by @regexyl on GitHub (Feb 15, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2923
Is there an existing issue for this?
Summary
Hey! I'm using the Team Collections feature, but it seems like the saving of each request takes about 1 second - which slows down workflow quite a bit.
It would be nice to have optimistic updates (i.e. auto-closing the dialog after clicking 'save'), then displaying a toast on the bottom right if the 'save' request had failed or succeeded.
Why should this be worked on?
It's affecting the speed at which you can work on multiple requests. It's particularly slow for simple changes e.g. renaming the request.
@sawa-ko commented on GitHub (May 4, 2023):
I have the same slowness problem, but my problem is that it takes a long time to load the list of requests of the collections, up to 2 to 3 seconds to show the list of requests.
@Tricked-dev commented on GitHub (Jun 2, 2023):
Adding to this saving the requests in folders to localstorage (and then showing those while fetching the cloud data) too instead of cloud only would also help a ton for what i am doing.