Skip to content

Conversation

@psrpinto
Copy link
Member

@psrpinto psrpinto commented Dec 21, 2022

Fixes #91

This PR fixes the following issues with single-room mode:

  1. In single-room mode, user cannot access the settings #91
  2. In non-small screens, single-room mode was not functional, since user still had access to list of rooms.
  3. User could not access session picker when in single-room mode.

This PR implements the following changes, which fix all above issues.

When in single room mode:

  1. Hide the left panel completely
  2. Add a Settings entry to the options menu of the room
  3. Closing the Settings screen navigates to configured roomId
  4. Closing the Room (timeline) screen navigates to session picker

Screen captures

Small screen

Screen.Recording.2022-12-22.at.17.09.15.mov

Non-small screen

Screen.Recording.2022-12-22.at.17.23.02.mov

@psrpinto psrpinto changed the base branch from main to delete-sessions December 21, 2022 16:56
@psrpinto psrpinto force-pushed the single-room-mode-settings branch from 998136d to ed83f28 Compare December 22, 2022 14:40
@psrpinto psrpinto force-pushed the single-room-mode-settings branch from ed83f28 to 355ba36 Compare December 22, 2022 16:14
@psrpinto psrpinto self-assigned this Dec 22, 2022
@psrpinto psrpinto marked this pull request as ready for review December 22, 2022 17:33
@psrpinto psrpinto requested review from akirk and ashfame December 22, 2022 17:33
Copy link
Member

@ashfame ashfame left a comment

Choose a reason for hiding this comment

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

🚀

Base automatically changed from delete-sessions to main January 5, 2023 13:25
@psrpinto psrpinto merged commit 3a951bd into main Jan 5, 2023
@psrpinto psrpinto deleted the single-room-mode-settings branch January 5, 2023 13:26
@psrpinto psrpinto mentioned this pull request Jan 25, 2023
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.

In single-room mode, user cannot access the settings

3 participants