[PR #1270] [MERGED] Cleaner ui for admin, repo settings, and user settings page (#1269) #15839

Closed
opened 2025-11-02 11:55:49 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1270
Author: @pgaskin
Created: 3/15/2017
Status: Merged
Merged: 3/15/2017
Merged by: @bkcsoft

Base: masterHead: patch-2


📝 Commits (4)

📊 Changes

37 files changed (+2075 additions, -2187 deletions)

View changed files

📝 public/css/index.css (+8 -0)
📝 public/less/_base.less (+9 -0)
📝 templates/admin/auth/edit.tmpl (+178 -182)
📝 templates/admin/auth/list.tmpl (+34 -38)
📝 templates/admin/auth/new.tmpl (+179 -183)
📝 templates/admin/config.tmpl (+252 -256)
📝 templates/admin/dashboard.tmpl (+113 -117)
📝 templates/admin/monitor.tmpl (+53 -57)
📝 templates/admin/navbar.tmpl (+26 -29)
📝 templates/admin/notice.tmpl (+81 -85)
📝 templates/admin/org/list.tmpl (+37 -41)
📝 templates/admin/repo/list.tmpl (+41 -45)
📝 templates/admin/user/edit.tmpl (+103 -107)
📝 templates/admin/user/list.tmpl (+47 -51)
📝 templates/admin/user/new.tmpl (+51 -55)
📝 templates/repo/header.tmpl (+1 -1)
📝 templates/repo/settings/branches.tmpl (+68 -72)
📝 templates/repo/settings/collaboration.tmpl (+42 -46)
📝 templates/repo/settings/deploy_keys.tmpl (+58 -62)
📝 templates/repo/settings/githook_edit.tmpl (+23 -27)

...and 17 more files

📄 Description

I will post a video after I test it. https://transfer.sh/EYam0/newui.mp4

Please review this asap, because many templates have been modified, and I do not want any conflicts

\cc @bkcsoft @tboerger @lunny @strk


🔄 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/1270 **Author:** [@pgaskin](https://github.com/pgaskin) **Created:** 3/15/2017 **Status:** ✅ Merged **Merged:** 3/15/2017 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (4) - [`48b0876`](https://github.com/go-gitea/gitea/commit/48b087625265237783f87877ca080302e9e47712) Update index.css - [`49eccac`](https://github.com/go-gitea/gitea/commit/49eccacf737aa2bcd00ca6cc5600a9429e75089b) Update _base.less - [`5730981`](https://github.com/go-gitea/gitea/commit/5730981a25451f66b29aa2537f3aae637adb7578) Modified templates - [`8f554e9`](https://github.com/go-gitea/gitea/commit/8f554e9d61bf3c05b7c082b9ac89b6c7d07681fc) Update navbar.tmpl ### 📊 Changes **37 files changed** (+2075 additions, -2187 deletions) <details> <summary>View changed files</summary> 📝 `public/css/index.css` (+8 -0) 📝 `public/less/_base.less` (+9 -0) 📝 `templates/admin/auth/edit.tmpl` (+178 -182) 📝 `templates/admin/auth/list.tmpl` (+34 -38) 📝 `templates/admin/auth/new.tmpl` (+179 -183) 📝 `templates/admin/config.tmpl` (+252 -256) 📝 `templates/admin/dashboard.tmpl` (+113 -117) 📝 `templates/admin/monitor.tmpl` (+53 -57) 📝 `templates/admin/navbar.tmpl` (+26 -29) 📝 `templates/admin/notice.tmpl` (+81 -85) 📝 `templates/admin/org/list.tmpl` (+37 -41) 📝 `templates/admin/repo/list.tmpl` (+41 -45) 📝 `templates/admin/user/edit.tmpl` (+103 -107) 📝 `templates/admin/user/list.tmpl` (+47 -51) 📝 `templates/admin/user/new.tmpl` (+51 -55) 📝 `templates/repo/header.tmpl` (+1 -1) 📝 `templates/repo/settings/branches.tmpl` (+68 -72) 📝 `templates/repo/settings/collaboration.tmpl` (+42 -46) 📝 `templates/repo/settings/deploy_keys.tmpl` (+58 -62) 📝 `templates/repo/settings/githook_edit.tmpl` (+23 -27) _...and 17 more files_ </details> ### 📄 Description ~I will post a video after I test it.~ https://transfer.sh/EYam0/newui.mp4 **Please review this asap, because many templates have been modified, and I do not want any conflicts** \cc @bkcsoft @tboerger @lunny @strk --- <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 11:55:49 -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#15839