aboutsummaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authortomholford <16504501+tomholford@users.noreply.github.com>2023-10-22 05:34:16 -0700
committerGitHub <noreply@github.com>2023-10-22 12:34:16 +0000
commite3afe4a248ac3a961f332e2ba221bedafa3dfb7e (patch)
tree7fe8d1a8b54049e04d7c583ded73f3aacfb1d2c3 /options
parent16cfa1784402856c7477fefe942d552b49908112 (diff)
downloadgitea-e3afe4a248ac3a961f332e2ba221bedafa3dfb7e.tar.gz
gitea-e3afe4a248ac3a961f332e2ba221bedafa3dfb7e.zip
teams: new View button (#27685)
Per the discussion on #22054, the flow for adding a new team member to an org 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 ('Owners' by default). 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. --------- Co-authored-by: tomholford <tomholford@users.noreply.github.com>
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index d34d10566e..b0c21816ae 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -91,6 +91,7 @@ remove = Remove
remove_all = Remove All
remove_label_str = Remove item "%s"
edit = Edit
+view = View
enabled = Enabled
disabled = Disabled