zulip-terminal
zulip-terminal copied to clipboard
Show tutorial at start.
@neiljp if you think this PR is easier to review, then I will push the changes in the other PR. I did a complete change of commits. Let me know your thoughts on this.
@neiljp do the splits look fine? I will proceed to adding tests then...
Apart from the new isort rule errors, everything works fine. @neiljp @sumanthvrao Let me know your thoughts on this.
Thanks @kaustubh-nair for your review, let me get back to you with what I think of them.
@amanagr You have one commit that removes a lot, and then another commit that adds a lot of features; could you combine them into a 'transition' commit? Otherwise, doesn't this lead to a broken build between commits? Even if that isn't considered as big a deal, it's more difficult to understand what the change is, as it's over two commits?
Also, the tests you remove in one commit - isn't that functionality that we still want to include (failure to load) ?
Heads up @amanagr, we just merged some commits that conflict with the changes your made in this pull request! You can review this repository's recent commits to see where the conflicts occur. Please rebase your feature branch against the upstream/master
branch and resolve your pull request's merge conflicts accordingly.