wobsoriano / vue-clerk

Community Clerk Vue SDK.
https://vue-clerk.com
MIT License
144 stars 13 forks source link

Chat application using Vue-Clerk failed in offline environment. #11

Closed POABOB closed 8 months ago

POABOB commented 10 months ago

Hey, I am building a chat application in PWA. I have a situation that user may check the message in offline environment.

When I switch the network off, the clerkjs couldn't initialize properly.

截圖 2023-12-07 上午11 32 53

I came out a feature that user can set a fallback option, when he/she try to get access to the application with previous clerkjs data.

This feature may may use localStorage or IndexedDB to save the state in browser, and keep watching the network status. Once the network is online, updating the state immediately.

wobsoriano commented 8 months ago

Closing this for now. Looks more of a Clerk issue (which I dont think is an issue)