Implement advanced filtering capabilities in the search interface
Some checks failed
Go / build (push) Has been cancelled
Go / release (push) Has been cancelled

- Added a FilterBuilder component to allow users to create complex search filters based on various criteria such as event kinds, authors, and tags.
- Introduced a FilterDisplay component to show active filters and provide an option to clear them.
- Updated the App.svelte to integrate the new filtering features, including handling filter application and clearing.
- Enhanced search functionality to utilize the new filter structure, improving the search results experience.
- Bumped version to v0.26.0 to reflect these changes.
This commit is contained in:
2025-11-06 09:20:18 +00:00
parent 88d3e3f73e
commit 29ab350eed
6 changed files with 1147 additions and 34 deletions

View File

@@ -1 +1 @@
v0.25.7
v0.26.0