Update settings!

This commit is contained in:
2026-02-23 14:56:27 +11:00
parent 2144687bd3
commit cb1469c23d
6 changed files with 270 additions and 27 deletions
+5 -1
View File
@@ -7,9 +7,13 @@
- **Domain exclusion** — exclude specific websites from search results
- SQLite-backed persistence (`backend/data/hey_search.db`)
- REST API: `GET/POST /api/excluded-domains`, `DELETE /api/excluded-domains/{domain}`
- UI modal to view, add, and remove excluded domains
- Sub-domain matching (excluding `example.com` also excludes `sub.example.com`)
### Changed
- **Unified settings modal** — replaced separate Engines and Excluded Sites buttons with a single Settings button that opens a tabbed modal
- Added footer on both home and results pages with a link to the interactive API documentation (Swagger UI at `/docs`)
## 1.0.0 — 2026-02-23
### Added