-
Notifications
You must be signed in to change notification settings - Fork 44
feat(room-nav): show topic and last-message preview for rooms in the sidebar #669
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
Draft
Just-Insane
wants to merge
24
commits into
SableClient:dev
Choose a base branch
from
Just-Insane:feat/room-message-preview
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
4eeaa38
feat(room-nav): show topic/last-message preview for space and home rooms
Just-Insane 260a4e8
fix(sliding-sync): increase LIST_TIMELINE_LIMIT to 5 for message prev…
Just-Insane 9036ec9
chore: add changeset for room-message-preview
Just-Insane db9c1a4
feat(dm-list): show latest message preview below room name
Just-Insane 216aa6a
chore: add changeset for dm message preview
Just-Insane b848ac2
feat(dm-list): add toggle to hide DM message preview
Just-Insane ec10020
fix(settings): give DM Message Preview its own card in Visual Tweaks
Just-Insane 20376bf
refactor(sliding-sync): gate listTimelineLimit behind message preview…
Just-Insane 4b29d29
fix: use || instead of ?? for DM preview fallback chain The nullish …
Just-Insane 4cb00a5
fix(room-nav): address review feedback for message preview
Just-Insane 1f9dae9
test(room-nav): add useRoomLastMessage unit tests (28 tests)
Just-Insane da4a07b
Merge branch 'dev' into feat/room-message-preview
Just-Insane 850e025
fix(room-nav): use effective event type for decrypted message preview…
Just-Insane 3149a37
chore: fix lint and format issues
Just-Insane 8fee117
docs: clarify that listTimelineLimit scales with message preview setting
Just-Insane 809a9bb
fix(preview): close decryption race in useRoomLastMessage
Just-Insane dc21873
fix(preview): poll/location preview, mxid localpart fallback
Just-Insane 83031b2
fix(timeline): restore useLayoutEffect auto-scroll, fix new-message s…
Just-Insane 17ccebd
fix(timeline): restore upstream scroll pattern for new messages
Just-Insane 399418b
fix(timeline): align scrollToBottom with upstream, fix eventId race
Just-Insane 7579368
perf(sidebar): debounce room preview and DM sort updates
Just-Insane f8986c1
fix(preview): resolve display names in room previews
Just-Insane 111d57e
Merge branch 'dev' into feat/room-message-preview
Just-Insane e1adb09
fix(preview): remove timeline spillover
Just-Insane File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| default: minor | ||
| --- | ||
|
|
||
| feat(dm-list): show last-message preview below DM room name | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| default: minor | ||
| --- | ||
|
|
||
| feat(room-nav): show topic and last-message preview for rooms in the sidebar, fetching enough timeline events to handle reactions and edits correctly |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This changeset introduces a separate minor release entry for the DM message preview feature. If DM previews are intentionally part of this PR, the PR title/description should mention it; otherwise this changeset should probably be removed/split so release notes match the actual PR scope.