-
Notifications
You must be signed in to change notification settings - Fork 124
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
Peeking unknown rooms #1037
base: master
Are you sure you want to change the base?
Peeking unknown rooms #1037
Commits on Feb 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d468abd - Browse repository at this point
Copy the full SHA d468abdView commit details -
setup timelineViewModel on unknownRoomViewModel to render the timelin…
…e by fetching messages and storing in the indexed db tables
Configuration menu - View commit details
-
Copy full SHA for 8b56a0d - Browse repository at this point
Copy the full SHA 8b56a0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fa2f71 - Browse repository at this point
Copy the full SHA 9fa2f71View commit details -
Configuration menu - View commit details
-
Copy full SHA for c76e45d - Browse repository at this point
Copy the full SHA c76e45dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bc5ca0 - Browse repository at this point
Copy the full SHA 5bc5ca0View commit details -
change code to refer peekable room as WorldReadable room to be more a…
…ligned with Matrix spec
Configuration menu - View commit details
-
Copy full SHA for 4439fb3 - Browse repository at this point
Copy the full SHA 4439fb3View commit details
Commits on Feb 16, 2023
-
use string's startsWith() instead
Co-authored-by: Paulo Pinto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 220fe38 - Browse repository at this point
Copy the full SHA 220fe38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fb9cb6 - Browse repository at this point
Copy the full SHA 2fb9cb6View commit details -
improve UX when joining big rooms to render unknown room view early a…
…nd loading things async and updating view as we do This shows a spinner on UnknownRoomView stating "checking preview capability" and goes away when done and if room is world_readable, then renders the timeline with the last 100 messages
Configuration menu - View commit details
-
Copy full SHA for 654cdf0 - Browse repository at this point
Copy the full SHA 654cdf0View commit details
Commits on Feb 25, 2023
-
separate view and model for WorldReadableRoom out of UnknownRoom
- UnknownRoomViewModel now receives a promise using which it can display a spinner to the user indicating we are checking whether the preview is possible for this room and updates the model to WorldReadableRoomViewModel - kind is now changed to "preview" for WorldReadableRooms - data stored is now deleted when navigating away to another room by clicking on it
Configuration menu - View commit details
-
Copy full SHA for 07cce38 - Browse repository at this point
Copy the full SHA 07cce38View commit details