[PR #872] [CLOSED] [WIP] Improve dashboard repo search #15625

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/872
Author: @andreynering
Created: 2/8/2017
Status: Closed

Base: masterHead: dashboard-search


📝 Commits (2)

📊 Changes

4 files changed (+8627 additions, -25 deletions)

View changed files

📝 public/js/index.js (+44 -9)
public/js/libs/vue.js (+8568 -0)
📝 templates/base/footer.tmpl (+1 -0)
📝 templates/user/dashboard/dashboard.tmpl (+14 -16)

📄 Description

This is a WIP.

Followup of https://github.com/go-gitea/gitea/pull/773. This PR makes possible to search all repos, not just the 15 listed.


🔄 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/872 **Author:** [@andreynering](https://github.com/andreynering) **Created:** 2/8/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dashboard-search` --- ### 📝 Commits (2) - [`555e766`](https://github.com/go-gitea/gitea/commit/555e766528b470b37d64c1b3c278eeef8ab5b35f) Add VueJS - [`84ea9e1`](https://github.com/go-gitea/gitea/commit/84ea9e1e4377762a138c87ec27becd7632238c59) [WIP] Improve dashboard search ### 📊 Changes **4 files changed** (+8627 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `public/js/index.js` (+44 -9) ➕ `public/js/libs/vue.js` (+8568 -0) 📝 `templates/base/footer.tmpl` (+1 -0) 📝 `templates/user/dashboard/dashboard.tmpl` (+14 -16) </details> ### 📄 Description This is a WIP. Followup of https://github.com/go-gitea/gitea/pull/773. This PR makes possible to search all repos, not just the 15 listed. - I found problems with the [repos API](https://github.com/gogits/go-gogs-client/wiki/Repositories#repositories) that should be fixed first. (https://github.com/go-gitea/gitea/issues/873) - I think I will unify the two panels (My Repos and Organizations Repos), since the API return all. Thoughts? --- <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:58 -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#15625