[PR #917] [MERGED] feat: support search bar on star tab of user profile. #15651

Closed
opened 2025-11-02 11:51:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/917
Author: @appleboy
Created: 2/13/2017
Status: Merged
Merged: 2/14/2017
Merged by: @lunny

Base: masterHead: patch-2008


📝 Commits (5)

  • 1f11dc0 feat: support search bar on star tab of user profile.
  • d9d2b35 fix: update testing.
  • 34de9e9 fix: Using loadAttributes
  • a284f3a fix: remove empty line.
  • e79a136 remove LOWER

📊 Changes

8 files changed (+109 additions, -76 deletions)

View changed files

📝 models/repo.go (+25 -5)
📝 models/star.go (+2 -2)
📝 models/star_test.go (+2 -2)
📝 routers/user/profile.go (+66 -55)
📝 templates/base/paginate.tmpl (+5 -5)
📝 templates/explore/repo_list.tmpl (+1 -1)
📝 templates/explore/search.tmpl (+7 -6)
📝 templates/user/profile.tmpl (+1 -0)

📄 Description

Update the repo format of star tab of user profile.

screen shot 2017-02-13 at 9 23 07 am

Origin: https://try.gitea.io/appleboy?tab=stars

screen shot 2017-02-13 at 9 25 07 am


🔄 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/917 **Author:** [@appleboy](https://github.com/appleboy) **Created:** 2/13/2017 **Status:** ✅ Merged **Merged:** 2/14/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `patch-2008` --- ### 📝 Commits (5) - [`1f11dc0`](https://github.com/go-gitea/gitea/commit/1f11dc08fed885b0e9efd474134f4ef2437ffa6c) feat: support search bar on star tab of user profile. - [`d9d2b35`](https://github.com/go-gitea/gitea/commit/d9d2b35364e552ff785f8a312a6d84ad0b65bc87) fix: update testing. - [`34de9e9`](https://github.com/go-gitea/gitea/commit/34de9e9ab44b4286722662a1ef3119deae814145) fix: Using loadAttributes - [`a284f3a`](https://github.com/go-gitea/gitea/commit/a284f3a3d3fa5fdf2369f30acafcbb447d0a1bed) fix: remove empty line. - [`e79a136`](https://github.com/go-gitea/gitea/commit/e79a136e00d5e24a1044ab2d47ba7224f8823bbb) remove LOWER ### 📊 Changes **8 files changed** (+109 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `models/repo.go` (+25 -5) 📝 `models/star.go` (+2 -2) 📝 `models/star_test.go` (+2 -2) 📝 `routers/user/profile.go` (+66 -55) 📝 `templates/base/paginate.tmpl` (+5 -5) 📝 `templates/explore/repo_list.tmpl` (+1 -1) 📝 `templates/explore/search.tmpl` (+7 -6) 📝 `templates/user/profile.tmpl` (+1 -0) </details> ### 📄 Description Update the repo format of star tab of user profile. ![screen shot 2017-02-13 at 9 23 07 am](https://cloud.githubusercontent.com/assets/21979/22868189/25f99606-f1ce-11e6-9602-6422b81df3df.png) Origin: https://try.gitea.io/appleboy?tab=stars ![screen shot 2017-02-13 at 9 25 07 am](https://cloud.githubusercontent.com/assets/21979/22868213/58f88738-f1ce-11e6-848c-c4949b62d7fa.png) --- <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:51:32 -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#15651