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

LegalScreen: Turn into a global, all-accounts screen #5680

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 6, 2023

  1. LegalScreen: Turn into a global, all-accounts screen

    The user should be equally aware of the terms for all realms the app
    is interacting with, and that includes realms other than the active
    account's realm. (There would be even more interaction in a future
    with better multi-account support.)
    
    Rather than make the user traverse all realms with the "active
    account" pointer to find all the relevant terms, it seems nicer to
    show them together on this one page.
    chrisbobbe committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    dea832f View commit details
    Browse the repository at this point in the history
  2. LegalScreen: Put policies URL on "Zulip terms" line

    Since the realms' individual policy URLs are shown (really just to
    disambiguate different realms with the same name) it looks a bit odd
    if the "Zulip terms" line doesn't have a URL, so add it.
    chrisbobbe committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    a5123e9 View commit details
    Browse the repository at this point in the history