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

Make responsive #61

Merged
merged 4 commits into from
May 19, 2019
Merged

Make responsive #61

merged 4 commits into from
May 19, 2019

Conversation

chrissainty
Copy link
Member

This PR contains a revised layout which works better on smaller devices.

Resolves #34

@@ -28,7 +28,7 @@ public class RoomMessagesBase : ComponentBase, IDisposable
bool IsFetchingOlder = false;
bool NoMoreOldMessages = false;
bool FirstLoad = true;
internal bool Paused = true;
internal bool Paused = false;
Copy link
Member Author

Choose a reason for hiding this comment

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

I've set this to false as otherwise a pause overlay is shown when a room is first loading which isn't true. I couldn't see any issue with this but I wanted to point it out.

@chrissainty chrissainty merged commit 0fdc75d into master May 19, 2019
@chrissainty chrissainty deleted the make-responsive branch May 19, 2019 12:00
Copy link
Collaborator

@SQL-MisterMagoo SQL-MisterMagoo left a comment

Choose a reason for hiding this comment

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

Just need to sort out the Search button and it's good to go!

thanks Chris - the layout is working nicely!

@SQL-MisterMagoo
Copy link
Collaborator

Hah! you beat me to it! Ignore last comment!

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.

Make the app responsive
2 participants