-
Notifications
You must be signed in to change notification settings - Fork 47
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
23
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
23 commits
Select commit
Hold shift + click to select a range
26cd0bd
feat(room-nav): show topic/last-message preview for space and home rooms
Just-Insane 76bf1e9
fix(sliding-sync): increase LIST_TIMELINE_LIMIT to 5 for message prev…
Just-Insane 40b59a6
chore: add changeset for room-message-preview
Just-Insane ecc39b0
feat(dm-list): show latest message preview below room name
Just-Insane 4283a11
chore: add changeset for dm message preview
Just-Insane 7f909ac
feat(dm-list): add toggle to hide DM message preview
Just-Insane 958ffb0
fix(settings): give DM Message Preview its own card in Visual Tweaks
Just-Insane db321e6
refactor(sliding-sync): gate listTimelineLimit behind message preview…
Just-Insane 19649d9
fix: use || instead of ?? for DM preview fallback chain The nullish …
Just-Insane 085af1e
fix(room-nav): address review feedback for message preview
Just-Insane f423f3c
test(room-nav): add useRoomLastMessage unit tests (28 tests)
Just-Insane 33cce5b
fix(room-nav): use effective event type for decrypted message preview…
Just-Insane 5bcc81a
chore: fix lint and format issues
Just-Insane d6c0bac
docs: clarify that listTimelineLimit scales with message preview setting
Just-Insane 3ef81f0
fix(preview): close decryption race in useRoomLastMessage
Just-Insane b090b0e
fix(preview): poll/location preview, mxid localpart fallback
Just-Insane 2bbba73
fix(timeline): restore useLayoutEffect auto-scroll, fix new-message s…
Just-Insane 03e2a9e
fix(timeline): restore upstream scroll pattern for new messages
Just-Insane 189d446
fix(timeline): align scrollToBottom with upstream, fix eventId race
Just-Insane f5f7dac
perf(sidebar): debounce room preview and DM sort updates
Just-Insane c87578e
fix(preview): resolve display names in room previews
Just-Insane 5fa4393
fix(preview): remove timeline spillover
Just-Insane 50d19ef
perf(sliding-sync): reduce list timeline limit to match upstream base…
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
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.