-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NEO-954: "no snapshot available" dialog #696
NEO-954: "no snapshot available" dialog #696
Conversation
🦋 Changeset detectedLatest commit: e320822 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
c1ba91e
to
ae27647
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feature looks good to me, I left few questions/comments to the code.
packages/react-sdk/src/components/connection-state/ConnectionStateProvider.tsx
Outdated
Show resolved
Hide resolved
packages/react-sdk/src/components/connection-state/SnapshotLoadStateDialog.tsx
Show resolved
Hide resolved
e279db3
to
42c696b
Compare
470adf1
to
62e7d30
Compare
Signed-off-by: Milton Moura <[email protected]>
Signed-off-by: Milton Moura <[email protected]>
Signed-off-by: Milton Moura <[email protected]>
Signed-off-by: Milton Moura <[email protected]>
Signed-off-by: Milton Moura <[email protected]>
Signed-off-by: Milton Moura <[email protected]>
Signed-off-by: Milton Moura <[email protected]>
Co-authored-by: Kim Brose <[email protected]> Signed-off-by: Milton Moura <[email protected]>
Signed-off-by: Milton Moura <[email protected]>
Signed-off-by: Milton Moura <[email protected]>
Signed-off-by: Milton Moura <[email protected]>
Signed-off-by: Milton Moura <[email protected]>
c9a34f3
to
f3b9a67
Compare
Signed-off-by: Mikhail Aheichyk <[email protected]>
Signed-off-by: Mikhail Aheichyk <[email protected]>
Signed-off-by: Mikhail Aheichyk <[email protected]>
Signed-off-by: Mikhail Aheichyk <[email protected]>
Signed-off-by: Mikhail Aheichyk <[email protected]>
Signed-off-by: Mikhail Aheichyk <[email protected]>
* Refactored connectionInfoState to snapshotInfoState Signed-off-by: Milton Moura <[email protected]> * Draft implementation Signed-off-by: Milton Moura <[email protected]> * Show blocking dialog when unable to load a snapshot from room history Signed-off-by: Milton Moura <[email protected]> * Remove logging and add support for embedded mode Signed-off-by: Milton Moura <[email protected]> * Changes load failure dispatching and associated tests Signed-off-by: Milton Moura <[email protected]> * Update dialog message to something more adequate Signed-off-by: Milton Moura <[email protected]> * Add changeset Signed-off-by: Milton Moura <[email protected]> * Update .changeset/eleven-pans-pull.md Co-authored-by: Kim Brose <[email protected]> Signed-off-by: Milton Moura <[email protected]> * Applying review feedback Signed-off-by: Milton Moura <[email protected]> * Applying further review feedback Signed-off-by: Milton Moura <[email protected]> * Preparing for merge Signed-off-by: Milton Moura <[email protected]> * Rolling back on the connection state store refactor Signed-off-by: Milton Moura <[email protected]> * Move snapshotInfoSlice.ts code into connectionInfoSlice.ts. Signed-off-by: Mikhail Aheichyk <[email protected]> * Fix typo in name Signed-off-by: Mikhail Aheichyk <[email protected]> * Smaller test text changes Signed-off-by: Mikhail Aheichyk <[email protected]> * Add variable Signed-off-by: Mikhail Aheichyk <[email protected]> * Rename snapshotFailed to snapshotSaveFailed Signed-off-by: Mikhail Aheichyk <[email protected]> * Rename setSnapshotSuccessful to setSnapshotSaveSuccessful Signed-off-by: Mikhail Aheichyk <[email protected]> --------- Signed-off-by: Milton Moura <[email protected]> Signed-off-by: Mikhail Aheichyk <[email protected]> Co-authored-by: Kim Brose <[email protected]> Co-authored-by: Mikhail Aheichyk <[email protected]>
A blocking information dialog will now be shown when the
net.nordeck.whiteboard.document.create
event is not readable due to a user joining rooms where message history is not available.This will happen in rooms where history is shared only after invite or join. It also applies to encrypted rooms where message keys are not shared for past events.
✔️ Checklist
Signed-off-by
line in the message (more info).