From d08ee0ab59e9ea82c1a60e4064d72a2dcaf1211f Mon Sep 17 00:00:00 2001 From: Runar Ingebrigtsen Date: Fri, 23 Jan 2026 00:34:48 +0100 Subject: [PATCH] some todos done --- README.md | 2 +- docs/TODO.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 853a38a..b1c50e8 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,7 @@ See 'public/Kristillisyyden sanasto ver 23.5.2013.xlsx' ### Pages 1. **Home/Search** — Search box, quick stats, recent entries -2. **Browse** — Alphabetical listing with language tabs +2. **Browse** — Alphabetical listing with language selection 3. **Entry View** — Single entry with all translations, comments, suggested meanings 4. **Entry Edit** — Form for editing translations (contributors only) 5. **New Entry** — Form for creating entries (contributors only) diff --git a/docs/TODO.md b/docs/TODO.md index 61f2eff..0ae242d 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -21,10 +21,10 @@ ## Core Features ### Search & Browse -- [ ] **Full-text search** across all languages (FTS5 integration) -- [ ] **Filter by category** (word, phrase, proper_name, title, reference, other) -- [ ] **Alphabetical browsing** per language with tabs -- [ ] **Live search** (AJAX updates without page reload) +- [x] **Full-text search** across all languages (FTS5 integration) +- [X] **Filter by category** (word, phrase, proper_name, title, reference, other) +- [x] **Alphabetical browsing** per selected language +- [x] **Live search** (AJAX updates without page reload) ### Entry Management - [ ] **Create entry form** with all language fields