[PR #710] [MERGED] Search by type #672

Closed
opened 2026-02-28 14:33:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/710
Author: @jacksongoode
Created: 11/28/2025
Status: Merged
Merged: 12/2/2025
Merged by: @jacksongoode

Base: mainHead: feature/search-topics


📝 Commits (3)

  • 5c56cf6 Add the ability to search by selected topics
  • 52d78ea Some cleanup and padding for the topic list scroll
  • 78c33df Make topic header conditional

📊 Changes

5 files changed (+188 additions, -74 deletions)

View changed files

📝 psst-gui/src/controller/nav.rs (+8 -2)
📝 psst-gui/src/data/mod.rs (+1 -0)
📝 psst-gui/src/data/search.rs (+23 -1)
📝 psst-gui/src/ui/mod.rs (+1 -3)
📝 psst-gui/src/ui/search.rs (+155 -68)

📄 Description

Search by types! It will save the last category you searched by for your next search! I've limited it to 50 but I think in a future PR we could expose it to the config page so user's could decide how many results they want.


🔄 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/jpochyla/psst/pull/710 **Author:** [@jacksongoode](https://github.com/jacksongoode) **Created:** 11/28/2025 **Status:** ✅ Merged **Merged:** 12/2/2025 **Merged by:** [@jacksongoode](https://github.com/jacksongoode) **Base:** `main` ← **Head:** `feature/search-topics` --- ### 📝 Commits (3) - [`5c56cf6`](https://github.com/jpochyla/psst/commit/5c56cf6b9987e833c4459b5c771f31df215a4ef0) Add the ability to search by selected topics - [`52d78ea`](https://github.com/jpochyla/psst/commit/52d78eab1c212bdf81f8866ff773e96968a4c5c0) Some cleanup and padding for the topic list scroll - [`78c33df`](https://github.com/jpochyla/psst/commit/78c33df096d31124e0597d25a45d9c904e4e31bc) Make topic header conditional ### 📊 Changes **5 files changed** (+188 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `psst-gui/src/controller/nav.rs` (+8 -2) 📝 `psst-gui/src/data/mod.rs` (+1 -0) 📝 `psst-gui/src/data/search.rs` (+23 -1) 📝 `psst-gui/src/ui/mod.rs` (+1 -3) 📝 `psst-gui/src/ui/search.rs` (+155 -68) </details> ### 📄 Description Search by types! It will save the last category you searched by for your next search! I've limited it to 50 but I think in a future PR we could expose it to the config page so user's could decide how many results they want. <video width="400" src="https://github.com/user-attachments/assets/26c3f276-9e55-4e50-83b9-643417b1a1ba" ></video> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#672
No description provided.