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
Save Flottform current states in chrome.storage. On mounting the popup, check each saved entry’s state to determine its current status. For example, if an endpoint has been created, retrieve the corresponding QR code and link, then update the UI to reflect these details.
This approach ensures that users can resume tasks seamlessly even if they close and reopen the popup or switch contexts within the extension.
Links / References
\
Tasks / Definition of Done
Implement logic to save Flottform states to chrome.storage whenever they change.
On popup mount, retrieve stored states from chrome.storage and check each entry’s state.
Update the popup UI based on the retrieved state (e.g., display the QR code and link if an endpoint exists).
Further information
This improves the user experience by maintaining state across popup sessions, reducing interruptions. Ensure states are updated accurately to avoid displaying outdated information in the UI.
The text was updated successfully, but these errors were encountered:
This should be working for this commit: aa96579
Note: For now it works only with text fields (sending/receiving texts). In the future, when we will have to deal with files, we must make sure that the UI changes for the all the events including progress
Description
Save Flottform current states in
chrome.storage
. On mounting the popup, check each saved entry’s state to determine its current status. For example, if an endpoint has been created, retrieve the corresponding QR code and link, then update the UI to reflect these details.This approach ensures that users can resume tasks seamlessly even if they close and reopen the popup or switch contexts within the extension.
Links / References
\
Tasks / Definition of Done
chrome.storage
whenever they change.chrome.storage
and check each entry’s state.Further information
This improves the user experience by maintaining state across popup sessions, reducing interruptions. Ensure states are updated accurately to avoid displaying outdated information in the UI.
The text was updated successfully, but these errors were encountered: