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

Add "Invite people" to the space menu in the left panel and update me… #5897

Merged
merged 2 commits into from
Mar 23, 2022

Conversation

gileluard
Copy link
Contributor

fix #5810

ezgif-5-2de14a35a6
ezgif-1-6d37c976e9

@gileluard gileluard requested review from a team and aringenbach and removed request for a team March 22, 2022 16:37
@github-actions
Copy link

github-actions bot commented Mar 22, 2022

📱 Scan the QR code below to install the build for this PR.
🔒 This build is for internal testing purpose. Only devices listed in the ad-hoc provisioning profile can install Element Alpha.

QR code

If you can't scan the QR code you can install the build via this link: https://i.diawi.com/tHpeir

Copy link
Contributor

@aringenbach aringenbach left a comment

Choose a reason for hiding this comment

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

LGTM 👍

(just a small comment on double checking items ordering)

SpaceMenuListItemViewData(action: .exploreSpaceMembers, style: .normal, title: VectorL10n.roomDetailsPeople, icon: Asset.Images.spaceMenuMembers.image, value: nil),
SpaceMenuListItemViewData(action: .settings, style: .normal, title: VectorL10n.sideMenuActionSettings, icon: Asset.Images.sideMenuActionIconSettings.image, value: nil),
SpaceMenuListItemViewData(action: .exploreSpaceRooms, style: .normal, title: VectorL10n.spacesExploreRooms, icon: Asset.Images.spaceMenuRooms.image, value: nil),
Copy link
Contributor

@aringenbach aringenbach Mar 23, 2022

Choose a reason for hiding this comment

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

shouldn't exploreSpaceRooms be displayed over exploreSpaceMembers ? (according to #5810 initial message)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You're completely right! Thanks for double checking. It should be the right order now :)

@gileluard gileluard merged commit fa5e7f0 into develop Mar 23, 2022
@gileluard gileluard deleted the gil/5810_Add_Invite_people_to_the_space_menu branch March 23, 2022 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "Invite people"to the space menu in the left panel and update menu order
2 participants