[PR #787] [MERGED] feat: Add search bar on user profile page. #15573

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/787
Author: @appleboy
Created: 1/29/2017
Status: Merged
Merged: 2/4/2017
Merged by: @lunny

Base: masterHead: searchbar


📝 Commits (1)

  • 5074de0 feat: Add search bar on user profile page.

📊 Changes

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

View changed files

📝 models/repo.go (+6 -2)
📝 models/user.go (+1 -1)
📝 routers/api/v1/repo/repo.go (+1 -1)
📝 routers/user/home.go (+1 -1)
📝 routers/user/profile.go (+59 -5)
📝 templates/user/profile.tmpl (+1 -0)

📄 Description

Screenshot as below:

screen shot 2017-01-29 at 8 57 31 pm

  • Sort and search keyword on repository 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/787 **Author:** [@appleboy](https://github.com/appleboy) **Created:** 1/29/2017 **Status:** ✅ Merged **Merged:** 2/4/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `searchbar` --- ### 📝 Commits (1) - [`5074de0`](https://github.com/go-gitea/gitea/commit/5074de0c1fd188d9b320618b6c5e83ed81787dc6) feat: Add search bar on user profile page. ### 📊 Changes **6 files changed** (+69 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `models/repo.go` (+6 -2) 📝 `models/user.go` (+1 -1) 📝 `routers/api/v1/repo/repo.go` (+1 -1) 📝 `routers/user/home.go` (+1 -1) 📝 `routers/user/profile.go` (+59 -5) 📝 `templates/user/profile.tmpl` (+1 -0) </details> ### 📄 Description Screenshot as below: ![screen shot 2017-01-29 at 8 57 31 pm](https://cloud.githubusercontent.com/assets/21979/22404135/ab803b32-e665-11e6-9ee0-8d7e38fafed8.png) * Sort and search keyword on repository 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:49:43 -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#15573