[PR #4599] [MERGED] dashboard: sort Repositories widget by most recently updated (issue #3963) #17430

Closed
opened 2025-11-02 13:20:31 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4599
Author: @aswild
Created: 8/2/2018
Status: Merged
Merged: 2/19/2019
Merged by: @lafriks

Base: masterHead: repos-widget-sort


📝 Commits (3)

  • 6800e75 dashboard: sort Repositories widget by most recently updated (issue #3963)
  • 3cd34cf Merge branch 'master' into repos-widget-sort
  • 3dca6cf Merge branch 'master' into repos-widget-sort

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 public/js/index.js (+3 -1)

📄 Description

Similar to Github and other git hosting sites, sort the user's repos on
the dashboard by last updated rather than alphabetically. An alphabetic
sort isn't very useful once a user has more than 15 repos and wants
quick access to recent ones that aren't in the first part of the alphabet.


🔄 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/4599 **Author:** [@aswild](https://github.com/aswild) **Created:** 8/2/2018 **Status:** ✅ Merged **Merged:** 2/19/2019 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `repos-widget-sort` --- ### 📝 Commits (3) - [`6800e75`](https://github.com/go-gitea/gitea/commit/6800e75db411bb494b6684725d7bc2a99feabae7) dashboard: sort Repositories widget by most recently updated (issue #3963) - [`3cd34cf`](https://github.com/go-gitea/gitea/commit/3cd34cf7134dc1ebbb301fd519c254cebf58f382) Merge branch 'master' into repos-widget-sort - [`3dca6cf`](https://github.com/go-gitea/gitea/commit/3dca6cf616928dbf87cc92338d1dc4e253097ed6) Merge branch 'master' into repos-widget-sort ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `public/js/index.js` (+3 -1) </details> ### 📄 Description Similar to Github and other git hosting sites, sort the user's repos on the dashboard by last updated rather than alphabetically. An alphabetic sort isn't very useful once a user has more than 15 repos and wants quick access to recent ones that aren't in the first part of the alphabet. --- <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 13:20:31 -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#17430