[GH-ISSUE #2923] [feature]: Optimistic UI updates for saving of Team Collections Requests #945

Open
opened 2026-03-16 17:47:04 +03:00 by kerem · 2 comments
Owner

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?

  • I have searched the existing issues

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.

image

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.

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? - [X] I have searched the existing issues ### 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. <img width="588" alt="image" src="https://user-images.githubusercontent.com/62209188/218946112-5b323ece-5b47-41dc-8598-983a1f03c7a1.png"> ### 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.
Author
Owner

@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.

<!-- gh-comment-id:1535365335 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:1574043464 --> @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.
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#945
No description provided.