You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’d like to propose an important UX feature: displaying sync status on the frontend (e.g. "pending", "idle", "error"). This would help users know when data is being synchronized or saved in the background.
The idea is to have a lightweight Server-Sent Events (SSE) implementation on the Go backend that sends simple status packets like:
On the frontend, we could reflect this status visually—either by highlighting the query row, showing a spinner, or some other unobtrusive UI indicator. This pattern is quite common in games, where save/sync operations with the cloud are often visually indicated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I’d like to propose an important UX feature: displaying sync status on the frontend (e.g. "pending", "idle", "error"). This would help users know when data is being synchronized or saved in the background.
The idea is to have a lightweight Server-Sent Events (SSE) implementation on the Go backend that sends simple status packets like:
On the frontend, we could reflect this status visually—either by highlighting the query row, showing a spinner, or some other unobtrusive UI indicator. This pattern is quite common in games, where save/sync operations with the cloud are often visually indicated.
Let me know your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions