Skip to content
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

feat(LeftSidebar): rearrange conversation fast creating options #11893

Merged
merged 4 commits into from
Mar 27, 2024

Conversation

Antreesy
Copy link
Contributor

@Antreesy Antreesy commented Mar 22, 2024

☑️ Resolves

  • Fix "Create new conversation" shows above more useful conversation results in search #11632
    • Move "Create new conversation" under current conversations
    • Add sublines to indicate that user is starting a new conversation from search results
    • Decrease margin between sections
  • Show user status for known users in search results
  • Add fast option to create group conversation with federated user from search results
    • API provides entrypoint, would be a good base for follow-up 1-1 federated rooms

🖌️ UI Checklist

🖼️ Screenshots / Screencasts

🏚️ Before 🏡 After 🏚️ Before 🏡 After
image image image image
image image image image
Not available image - -

🏁 Checklist

  • 🌏 Tested with Chrome, Firefox and Safari or should not be risky to browser differences
  • 🖥️ Tested with Desktop client or should not be risky for it
  • 🖌️ Design was reviewed, approved or inspired by the design team

@Antreesy Antreesy force-pushed the feat/11632/separate-new-conv branch 2 times, most recently from 9bcd7cc to e3c8b88 Compare March 22, 2024 13:26
@DorraJaouad
Copy link
Contributor

I think we lost arrow navigation 🙈

@Antreesy Antreesy force-pushed the feat/11632/separate-new-conv branch from 1c768b0 to bc2edb2 Compare March 23, 2024 14:09
@Antreesy
Copy link
Contributor Author

Antreesy commented Mar 23, 2024

I think we lost arrow navigation 🙈

Yeah, due to vue-lib changes (again)

I rewrote code, so we don't depend on selector (which could be changed), only on presense of data-nav-id

Copy link
Member

@jancborchardt jancborchardt left a comment

Choose a reason for hiding this comment

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

Design-wise it looks nice! :)

…gn list styles with LeftSidebar

Signed-off-by: Maksim Sukharev <[email protected]>
…ion for federated users

- lint import order

Signed-off-by: Maksim Sukharev <[email protected]>
@Antreesy Antreesy force-pushed the feat/11632/separate-new-conv branch from 7d05b9d to 1bfff6e Compare March 27, 2024 08:33
Copy link
Contributor

@DorraJaouad DorraJaouad left a comment

Choose a reason for hiding this comment

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

Tested ✅

@Antreesy Antreesy merged commit 2a80dee into main Mar 27, 2024
46 checks passed
@Antreesy Antreesy deleted the feat/11632/separate-new-conv branch March 27, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

"Create new conversation" shows above more useful conversation results in search
4 participants