[PR #845] [MERGED] feat: support paginater on star tab of user profile. #15606

Closed
opened 2025-11-02 11:50:29 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/845
Author: @appleboy
Created: 2/5/2017
Status: Merged
Merged: 2/7/2017
Merged by: @lunny

Base: masterHead: patch-2005


📝 Commits (1)

  • ffd4565 feat: support paginater on star tab of user profile.

📊 Changes

5 files changed (+64 additions, -12 deletions)

View changed files

📝 models/star.go (+25 -2)
📝 models/star_test.go (+17 -4)
📝 routers/user/profile.go (+17 -2)
📝 templates/base/paginate.tmpl (+4 -4)
📝 templates/user/profile.tmpl (+1 -0)

📄 Description

Add pagination bar on star tab of user profile.

Screenshot as below:

screen shot 2017-02-05 at 4 38 54 pm


🔄 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/845 **Author:** [@appleboy](https://github.com/appleboy) **Created:** 2/5/2017 **Status:** ✅ Merged **Merged:** 2/7/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `patch-2005` --- ### 📝 Commits (1) - [`ffd4565`](https://github.com/go-gitea/gitea/commit/ffd45658320013c54084d93957356ee106f3ecaa) feat: support paginater on star tab of user profile. ### 📊 Changes **5 files changed** (+64 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `models/star.go` (+25 -2) 📝 `models/star_test.go` (+17 -4) 📝 `routers/user/profile.go` (+17 -2) 📝 `templates/base/paginate.tmpl` (+4 -4) 📝 `templates/user/profile.tmpl` (+1 -0) </details> ### 📄 Description Add pagination bar on star tab of user profile. Screenshot as below: ![screen shot 2017-02-05 at 4 38 54 pm](https://cloud.githubusercontent.com/assets/21979/22624814/9d0399a8-ebc1-11e6-9a31-d0df9579cfcd.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:50:29 -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#15606