[PR #2343] [MERGED] Use custom search for each filter type in dashboard #16353

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2343
Author: @Morlinest
Created: 8/20/2017
Status: Merged
Merged: 11/1/2017
Merged by: @lafriks

Base: masterHead: feature-dashboard-filters-custom-search


📝 Commits (5)

  • 7d007f5 Do custom search for each filter in repo-search
  • 6757740 Fix search url
  • 5544b39 Simplify code
  • 86a07f8 Remove loader and reset counts when changing filter
  • 27a4890 Merge branch 'master' into feature-dashboard-filters-custom-search

📊 Changes

2 files changed (+74 additions, -19 deletions)

View changed files

📝 public/js/index.js (+52 -12)
📝 templates/user/dashboard/dashboard.tmpl (+22 -7)

📄 Description

Based on #2326 (need to be merged first)
Discussion on #2312

Fast network (no restrictions):
2017-11-01_16-26-45

Slow network ("Slow 3G" through Chrome network setting):
2017-11-01_16-24-56

Edit: Updated screnshots/gifs.


🔄 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/2343 **Author:** [@Morlinest](https://github.com/Morlinest) **Created:** 8/20/2017 **Status:** ✅ Merged **Merged:** 11/1/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `feature-dashboard-filters-custom-search` --- ### 📝 Commits (5) - [`7d007f5`](https://github.com/go-gitea/gitea/commit/7d007f54b7ecbf3c1d3cf17ce0b00abbe3c92cdd) Do custom search for each filter in repo-search - [`6757740`](https://github.com/go-gitea/gitea/commit/6757740b9bf047e91086fac82926b91f3ba10f9c) Fix search url - [`5544b39`](https://github.com/go-gitea/gitea/commit/5544b3919a3e2f4c8aacb50a51e2c15e1803f6d4) Simplify code - [`86a07f8`](https://github.com/go-gitea/gitea/commit/86a07f8062fa318ab6ab233a54ca2e1c201ddf81) Remove loader and reset counts when changing filter - [`27a4890`](https://github.com/go-gitea/gitea/commit/27a4890a96a1ac9da1a34bc398856a08e95c6c17) Merge branch 'master' into feature-dashboard-filters-custom-search ### 📊 Changes **2 files changed** (+74 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `public/js/index.js` (+52 -12) 📝 `templates/user/dashboard/dashboard.tmpl` (+22 -7) </details> ### 📄 Description Based on #2326 (need to be merged first) Discussion on #2312 Fast network (no restrictions): ![2017-11-01_16-26-45](https://user-images.githubusercontent.com/12720041/32282754-be280b34-bf22-11e7-9106-028890beaa1f.gif) Slow network ("Slow 3G" through Chrome network setting): ![2017-11-01_16-24-56](https://user-images.githubusercontent.com/12720041/32282763-c4b0ba82-bf22-11e7-99ba-5994ae81cd8c.gif) Edit: Updated screnshots/gifs. --- <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:08:38 -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#16353