[PR #1652] [MERGED] Improve dashboard repo search #15975

Closed
opened 2025-11-02 11:59:22 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1652
Author: @andreynering
Created: 5/1/2017
Status: Merged
Merged: 5/9/2017
Merged by: @lunny

Base: masterHead: dashboard-search


📝 Commits (4)

📊 Changes

6 files changed (+8654 additions, -32 deletions)

View changed files

📝 models/repo_list.go (+0 -3)
📝 public/js/index.js (+62 -7)
public/js/libs/vue.js (+8568 -0)
📝 templates/base/footer.tmpl (+1 -0)
📝 templates/base/head.tmpl (+3 -0)
📝 templates/user/dashboard/dashboard.tmpl (+20 -22)

📄 Description

Improvement of https://github.com/go-gitea/gitea/pull/872

I think the last thing to discuss is wether we should remove the other repo panels, since this one now show all repos visible to the logged in user.


🔄 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/1652 **Author:** [@andreynering](https://github.com/andreynering) **Created:** 5/1/2017 **Status:** ✅ Merged **Merged:** 5/9/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `dashboard-search` --- ### 📝 Commits (4) - [`e1041bf`](https://github.com/go-gitea/gitea/commit/e1041bf2a9c7d8236b3d5254cd461abaef0e632b) Add VueJS - [`1483e37`](https://github.com/go-gitea/gitea/commit/1483e37fbe8ac365a8f464c4966eaab6888c0d24) Improve dashboard search - [`3e44bcd`](https://github.com/go-gitea/gitea/commit/3e44bcd2b88319dbcc668adb4a137b87f103f098) Fix tab switching - [`3ff2a08`](https://github.com/go-gitea/gitea/commit/3ff2a08c4f6a6ca80435f5bbf84a356f7bc3aee3) Fix input autofocus ### 📊 Changes **6 files changed** (+8654 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `models/repo_list.go` (+0 -3) 📝 `public/js/index.js` (+62 -7) ➕ `public/js/libs/vue.js` (+8568 -0) 📝 `templates/base/footer.tmpl` (+1 -0) 📝 `templates/base/head.tmpl` (+3 -0) 📝 `templates/user/dashboard/dashboard.tmpl` (+20 -22) </details> ### 📄 Description Improvement of https://github.com/go-gitea/gitea/pull/872 I think the last thing to discuss is wether we should remove the other repo panels, since this one now show all repos visible to the logged in user. --- <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:59:22 -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#15975