-
Notifications
You must be signed in to change notification settings - Fork 221
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
"About Zulip" in main menu #1128
Comments
Hey, I would love to work on this. Do you guys assign issues or i can start working straightaway? |
Please take a look at the Zulip project's guide to getting involved with the code: https://zulip.readthedocs.io/en/latest/contributing/contributing.html#your-first-codebase-contribution |
Hey I have worked on this feature and have added an About Zulip button to the main menu of the app, proceeding to open a PR on this. |
This is an implementation for issue zulip#1128 This commit includes localizations and tests for the button as well.
The choose-account page has a menu with one item, "About Zulip", taking you to a page with that title. That page in turn has the version of the Zulip app, and an option to see the list of licenses for various open-source software used in the app.
Now that we have (after #1035 / #1076) a new overall navigation scheme, we should also add an "About Zulip" option in the main menu. That seems a more natural place for people to find it.
(It should also remain available in its existing location on the choose-account page. That ensures it's always possible to reach, even in a scenario where you can't get to the home page because the data can't be loaded from the server.)
Reported in a chat thread.
The text was updated successfully, but these errors were encountered: