Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Add threads ViewInRoom context button (#18955) #6947

Merged
merged 3 commits into from
Oct 18, 2021
Merged

Conversation

Palid
Copy link
Contributor

@Palid Palid commented Oct 14, 2021

Closes element-hq/element-web#18955


Here's what your changelog entry will look like:

✨ Features

Preview: https://616d6357fe4d44c3c5475623--matrix-react-sdk.netlify.app
⚠️ Do you trust the author of this PR? Maybe this build will steal your keys or give you malware. Exercise caution. Use test accounts.

@Palid Palid added the T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements label Oct 14, 2021
@Palid Palid requested a review from a team as a code owner October 14, 2021 13:55
@Palid Palid enabled auto-merge (squash) October 14, 2021 13:55
@Palid Palid marked this pull request as draft October 14, 2021 13:56
auto-merge was automatically disabled October 14, 2021 13:56

Pull request was converted to draft

@Palid Palid force-pushed the palid/feature/18955 branch from 5e2af3b to b157200 Compare October 14, 2021 13:58
@Palid Palid marked this pull request as ready for review October 14, 2021 13:58
Copy link
Contributor

@germain-gg germain-gg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good to me 💯 🚀 !

One thing to change before it can go in production, after clicking on "View in room" the context menu remains open and focused

From a usability and accessility point of view, the context menu should auto close after clicking "View in room" and the focus should be transfered to the highlighted event (but I assume this should already be handled, probably worth double checking)

@Palid Palid enabled auto-merge (squash) October 15, 2021 15:09
@Palid Palid requested a review from germain-gg October 15, 2021 15:10
@Palid
Copy link
Contributor Author

Palid commented Oct 15, 2021

@gsouquet fixed!

Copy link
Contributor

@germain-gg germain-gg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯 🚀

* origin/develop: (29 commits)
  Run i18n generation
  appease the linter
  Add spacing to Room settings - Notifications subsection
  Move error message closer to password field
  Name CryptographyPanel CSS classes consistent with style
  Break 'Cryptography' settings into a separate component
  Allow EventTile to be rendered with mock events
  Adding renderThreadInfo comment to explain data accessor
  Do more re-ordering to keep things working
  Add new thread message preview (#18958) (#6953)
  Remove repeated comment
  Merge duplicate CSS selectors
  Switch DevicesPanel to use table (for screen readers)
  Fix tooltip when downloading unencrypted file
  Listen to new thread to render info on timeline
  Reconcile threads root with its children before displaying it
  Fix incorrect logic to hide thread relations
  Remove auto-import
  Add 'm.thread' relation for replies to a threaded event
  Make threads use 'm.thread' relation
  ...
@Palid Palid merged commit 1d6c9fa into develop Oct 18, 2021
@Palid Palid deleted the palid/feature/18955 branch October 18, 2021 12:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add view in room link in thread root event
2 participants