-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSuspected or confirmed bug (defect) in the codeSuspected or confirmed bug (defect) in the codechorea tedious but necessary task often paying technical debta tedious but necessary task often paying technical debtdiscussShare your constructive thoughts on how to make progress with this issueShare your constructive thoughts on how to make progress with this issuepriority-1Highest priority issue. This is costing us money every minute that passes.Highest priority issue. This is costing us money every minute that passes.tech-debtA feature/requirement implemented in a sub-optimal way & must be re-writtenA feature/requirement implemented in a sub-optimal way & must be re-writtentechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependenciesuser-feedbackFeedback from people using the AppFeedback from people using the App
Description
I was just writing some text in the item.text <textarea> and it was wiped by LiveView doing a refresh of the page. π€¦ββοΈ
This is unacceptably poor UX! π’
My guess is that it was re-acquiring the socket connection ...
but the blue loading/progress bar crossed the screen and my text was gone! π
(yes, it wasn't a lot of text and I can easily re-type it, but that's not the point...!)
We either need a way of caching the text and preventing page refresh π¨βπ»
or it's time to ditch LiveView and focus all our efforts on the offline-first Flutter version. π
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSuspected or confirmed bug (defect) in the codeSuspected or confirmed bug (defect) in the codechorea tedious but necessary task often paying technical debta tedious but necessary task often paying technical debtdiscussShare your constructive thoughts on how to make progress with this issueShare your constructive thoughts on how to make progress with this issuepriority-1Highest priority issue. This is costing us money every minute that passes.Highest priority issue. This is costing us money every minute that passes.tech-debtA feature/requirement implemented in a sub-optimal way & must be re-writtenA feature/requirement implemented in a sub-optimal way & must be re-writtentechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependenciesuser-feedbackFeedback from people using the AppFeedback from people using the App
Type
Projects
Status
β
Done