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

teams: new View button #27685

Merged
merged 4 commits into from
Oct 22, 2023
Merged

Commits on Oct 21, 2023

  1. teams: new Add Team Member button

    Per the discussion on go-gitea#22054, the flow for adding a new team mamber is not intuitive for new Gitea users.
    
    The ideal solution would be to add a new button on the Org > Members index view (see the screenshot mockup in the issue description). However, this would require a refactor of the UX for the flow. The current flow has an implicit context of which team within the org the new member is being added to. From the Members index, there is no implicit context; the flow would have to add a picker for which team the new member should be added to.
    
    So, as a stopgap, this change simply adds a button to the Teams index page that performs the same action as clicking on the title of the team (a behavior that is currently too obscure as indicated in the comments on the issue). This should reduce support burden and serve as a decent temporary measure until the Add Member flow is refactored.
    tomholford committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    05335b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    984e650 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b280cf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    4080b94 View commit details
    Browse the repository at this point in the history