[PR #5457] [MERGED] Improve team members and repositories settings UI #17803

Closed
opened 2025-11-02 15:54:34 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5457
Author: @lunny
Created: 12/4/2018
Status: Merged
Merged: 12/9/2018
Merged by: @lafriks

Base: masterHead: lunny/improve_team_ui


📝 Commits (5)

  • 426bf9f improve team members and repositories settings UI
  • 6c22c1b use tab on team pages
  • 6bf0c54 add default description on team members and repos
  • fb71836 add blank on numbers and texts
  • 945b3ca improve translation

📊 Changes

6 files changed (+19 additions, -10 deletions)

View changed files

📝 options/locale/locale_en-US.ini (+2 -0)
📝 routers/org/teams.go (+2 -0)
📝 templates/org/team/members.tmpl (+5 -3)
templates/org/team/navbar.tmpl (+4 -0)
📝 templates/org/team/repositories.tmpl (+5 -3)
📝 templates/org/team/sidebar.tmpl (+1 -4)

📄 Description

The team settings UI is something confusing and this PR will refactor that UI. It removed the links and add tab to switch team members and team repositories. It should fix #2691. See below screenshots.

jietu20181208-215902


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/5457 **Author:** [@lunny](https://github.com/lunny) **Created:** 12/4/2018 **Status:** ✅ Merged **Merged:** 12/9/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `lunny/improve_team_ui` --- ### 📝 Commits (5) - [`426bf9f`](https://github.com/go-gitea/gitea/commit/426bf9febba4d576a628b278c62898d616f38a7c) improve team members and repositories settings UI - [`6c22c1b`](https://github.com/go-gitea/gitea/commit/6c22c1bb04ee489002dc13e7eb4a888b6505c929) use tab on team pages - [`6bf0c54`](https://github.com/go-gitea/gitea/commit/6bf0c54638abf054ecd8186f09157721a4190aae) add default description on team members and repos - [`fb71836`](https://github.com/go-gitea/gitea/commit/fb71836447b06fd75280393cc059963ec0bae0dc) add blank on numbers and texts - [`945b3ca`](https://github.com/go-gitea/gitea/commit/945b3ca56eef6d0203835ed0a6294e88599d4199) improve translation ### 📊 Changes **6 files changed** (+19 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `options/locale/locale_en-US.ini` (+2 -0) 📝 `routers/org/teams.go` (+2 -0) 📝 `templates/org/team/members.tmpl` (+5 -3) ➕ `templates/org/team/navbar.tmpl` (+4 -0) 📝 `templates/org/team/repositories.tmpl` (+5 -3) 📝 `templates/org/team/sidebar.tmpl` (+1 -4) </details> ### 📄 Description The team settings UI is something confusing and this PR will refactor that UI. It removed the links and add tab to switch team members and team repositories. It should fix #2691. See below screenshots. ![jietu20181208-215902](https://user-images.githubusercontent.com/81045/49687132-a6814f00-fb39-11e8-9d43-916edba53c6d.gif) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 15:54:34 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17803