[PR #3072] [MERGED] Sort repos in issues dashboard sidebar #16747

Closed
opened 2025-11-02 12:18:08 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3072
Author: @ethantkoenig
Created: 12/3/2017
Status: Merged
Merged: 12/4/2017
Merged by: @lunny

Base: masterHead: dashboard_repo_order


📝 Commits (3)

  • 1d1ea11 Sort repos in issues dashboard sidebar
  • 7cc20c9 Sort repos by name
  • 0805943 Merge branch 'master' into dashboard_repo_order

📊 Changes

2 files changed (+14 additions, -0 deletions)

View changed files

📝 models/repo_list.go (+12 -0)
📝 routers/user/home.go (+2 -0)

📄 Description

Sort repos in the sidebar of the issues dashboard page. Previously, the order would vary each time the page (re)loaded (example below).

image
image


🔄 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/3072 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 12/3/2017 **Status:** ✅ Merged **Merged:** 12/4/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `dashboard_repo_order` --- ### 📝 Commits (3) - [`1d1ea11`](https://github.com/go-gitea/gitea/commit/1d1ea118fc801b841eaeaca68da01c9df0ad1df0) Sort repos in issues dashboard sidebar - [`7cc20c9`](https://github.com/go-gitea/gitea/commit/7cc20c9b2f036b5f2ceb47516378e1e37ee9274d) Sort repos by name - [`0805943`](https://github.com/go-gitea/gitea/commit/080594309d5a189592241bfe41b2ab651fb9f195) Merge branch 'master' into dashboard_repo_order ### 📊 Changes **2 files changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `models/repo_list.go` (+12 -0) 📝 `routers/user/home.go` (+2 -0) </details> ### 📄 Description Sort repos in the sidebar of the issues dashboard page. Previously, the order would vary each time the page (re)loaded (example below). ![image](https://user-images.githubusercontent.com/8990880/33521907-6c883260-d794-11e7-943c-010c894c69bc.png) ![image](https://user-images.githubusercontent.com/8990880/33521911-76a81544-d794-11e7-8063-41ec74094d24.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 12:18:08 -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#16747