-
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
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
d45d13b
chore(nix): auto-fix nix hashes
github-actions[bot] 21e731a
feat(room-nav): show topic/last-message preview for space and home rooms
Just-Insane b12e77a
fix(sliding-sync): increase LIST_TIMELINE_LIMIT to 5 for message prev…
Just-Insane 09692d9
chore: add changeset for room-message-preview
Just-Insane 008f280
feat(dm-list): show latest message preview below room name
Just-Insane da8a214
chore: add changeset for dm message preview
Just-Insane 8886557
feat(dm-list): add toggle to hide DM message preview
Just-Insane 95f87c5
fix(settings): give DM Message Preview its own card in Visual Tweaks
Just-Insane 80d8622
refactor(sliding-sync): gate listTimelineLimit behind message preview…
Just-Insane b982e4b
fix: use || instead of ?? for DM preview fallback chain The nullish …
Just-Insane 7be1acd
fix(room-nav): address review feedback for message preview
Just-Insane 9f5d888
test(room-nav): add useRoomLastMessage unit tests (28 tests)
Just-Insane be34bb4
fix(room-nav): use effective event type for decrypted message preview…
Just-Insane 31dadaf
chore: fix lint and format issues
Just-Insane d9e546c
docs: clarify that listTimelineLimit scales with message preview setting
Just-Insane 6b8849e
fix(preview): close decryption race in useRoomLastMessage
Just-Insane 72f1fc7
fix(preview): poll/location preview, mxid localpart fallback
Just-Insane f720c57
fix(timeline): restore useLayoutEffect auto-scroll, fix new-message s…
Just-Insane 79d859a
fix(timeline): restore upstream scroll pattern for new messages
Just-Insane d23f39c
fix(timeline): align scrollToBottom with upstream, fix eventId race
Just-Insane d2cc9e0
perf(sidebar): debounce room preview and DM sort updates
Just-Insane e97bee3
fix(preview): resolve display names in room previews
Just-Insane 97d0ea7
fix(preview): remove timeline spillover
Just-Insane b0c0f36
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
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.