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

Factor out LoggedInView from MatrixChat #535

Merged
merged 2 commits into from Nov 4, 2016
Merged

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Nov 3, 2016

The idea here is to make a layer which sits around for as long as we have a valid MatrixClient. Also it makes a plausible split for the render of MatrixChat, even if they are much too tightly bound for now.

The idea here is to make a layer which sits around for as long as we have a
valid MatrixClient. Also it makes a plausible split for the render of
MatrixChat, even if they are much too tightly bound for now.
It fits much more naturally here than in LoggedInView.
@dbkr dbkr merged commit bd36792 into develop Nov 4, 2016
@ara4n
Copy link
Member

ara4n commented Nov 13, 2016

i'm not entirely seeing what this buys us?

@richvdh
Copy link
Member Author

richvdh commented Nov 14, 2016

  1. Less crap in MatrixChat, which is a good thing
  2. Steps towards getting rid of MatrixClientPeg, which is a good thing

@richvdh richvdh deleted the rav/factor_out_loggedinpanel branch November 15, 2016 11:11
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.

None yet

3 participants