[PR #1389] [MERGED] Simplify settings pages with item list #15889

Closed
opened 2025-11-02 11:56:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1389
Author: @sapk
Created: 3/26/2017
Status: Merged
Merged: 3/30/2017
Merged by: @lunny

Base: masterHead: remove-point-ssh-keys


📝 Commits (4)

📊 Changes

9 files changed (+130 additions, -170 deletions)

View changed files

📝 public/css/index.css (+35 -47)
📝 public/less/_repository.less (+23 -19)
📝 public/less/_user.less (+0 -17)
📝 templates/repo/settings/deploy_keys.tmpl (+15 -20)
📝 templates/user/settings/account_link.tmpl (+6 -6)
📝 templates/user/settings/applications.tmpl (+12 -17)
📝 templates/user/settings/email.tmpl (+17 -17)
📝 templates/user/settings/openid.tmpl (+7 -7)
📝 templates/user/settings/sshkeys.tmpl (+15 -20)

📄 Description

Gitea SSH key seeting page display a column with a point indicating if the key is used recently.
It's more simple to display recent use of key like github and color the key icon and date of recent use.

Before :
before-deploy-keys
before-apps
before-keys
before-email

After :
after-deploy-keys
after-apps
after-keys
after-email

Still need to be apply in repository key list.


🔄 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/1389 **Author:** [@sapk](https://github.com/sapk) **Created:** 3/26/2017 **Status:** ✅ Merged **Merged:** 3/30/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `remove-point-ssh-keys` --- ### 📝 Commits (4) - [`99a867c`](https://github.com/go-gitea/gitea/commit/99a867c07f2d6fdd8195798b3722b37c51fa3b7d) Remove point column on ssh key setting page - [`6157817`](https://github.com/go-gitea/gitea/commit/615781728bc360b0e42798d4b6e9e37f32ebe94b) Remove un-used css - [`0d0fb0e`](https://github.com/go-gitea/gitea/commit/0d0fb0e2ab574d377b95b453ce1f02db21c4775b) Some cleaning - [`1359d18`](https://github.com/go-gitea/gitea/commit/1359d18cb4e6c0cfee37cdbf237a6daa364c56be) Use octicon-key ### 📊 Changes **9 files changed** (+130 additions, -170 deletions) <details> <summary>View changed files</summary> 📝 `public/css/index.css` (+35 -47) 📝 `public/less/_repository.less` (+23 -19) 📝 `public/less/_user.less` (+0 -17) 📝 `templates/repo/settings/deploy_keys.tmpl` (+15 -20) 📝 `templates/user/settings/account_link.tmpl` (+6 -6) 📝 `templates/user/settings/applications.tmpl` (+12 -17) 📝 `templates/user/settings/email.tmpl` (+17 -17) 📝 `templates/user/settings/openid.tmpl` (+7 -7) 📝 `templates/user/settings/sshkeys.tmpl` (+15 -20) </details> ### 📄 Description Gitea SSH key seeting page display a column with a point indicating if the key is used recently. It's more simple to display recent use of key like github and color the key icon and date of recent use. **Before :** ![before-deploy-keys](https://cloud.githubusercontent.com/assets/4052400/24426865/5c1b5c1c-1409-11e7-9301-192673e374ae.png) ![before-apps](https://cloud.githubusercontent.com/assets/4052400/24426867/5c23a5f2-1409-11e7-93e2-977ecbbc2d25.png) ![before-keys](https://cloud.githubusercontent.com/assets/4052400/24426871/5c4677d0-1409-11e7-8a0d-4016a8e9e342.png) ![before-email](https://cloud.githubusercontent.com/assets/4052400/24426866/5c22afa8-1409-11e7-89aa-6cde54825178.png) **After :** ![after-deploy-keys](https://cloud.githubusercontent.com/assets/4052400/24468782/adb9b004-14b9-11e7-850f-c35877706b6a.png) ![after-apps](https://cloud.githubusercontent.com/assets/4052400/24426868/5c25ff82-1409-11e7-8f9e-f65501b8c171.png) ![after-keys](https://cloud.githubusercontent.com/assets/4052400/24468511/c67c0e80-14b8-11e7-87ce-50255d36d061.png) ![after-email](https://cloud.githubusercontent.com/assets/4052400/24426870/5c31d23a-1409-11e7-9f06-a41bf94ca854.png) Still need to be apply in repository key list. --- <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:56:57 -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#15889