No description
Find a file
Edward Betts 2c197f5c43 Add live search progress, session counter, and fix URLs
- Search candidates client-side with JS, showing "Checking X..." spinner
  instead of leaving user waiting on a blank page
- Fix broken api_valid_hit endpoint (get_diff returns dict, not tuple)
- Remove server-side get_best_hit; article_page now returns candidate list
  immediately and JS iterates via /api/1/valid_hit
- URL now reflects current article via history.replaceState (?title=X),
  Skip navigates to ?after=X to advance past it
- Track saves in session; show count as green badge in navbar
- Add session counter incremented on each successful save

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 12:24:15 +01:00
add_links Redesign UI and fix several bugs 2026-05-11 11:30:12 +01:00
frontend Initial commit 2023-10-04 12:56:21 +01:00
static Redesign UI and fix several bugs 2026-05-11 11:30:12 +01:00
templates Add live search progress, session counter, and fix URLs 2026-05-11 12:24:15 +01:00
.gitignore Add static/bootstrap to .gitignore 2023-11-26 14:10:00 +00:00
add_front_end_libraries.py Initial commit 2023-10-04 12:56:21 +01:00
cmdline.py Tidy code for building list of examples 2023-12-09 18:43:56 +00:00
package.json Initial commit 2023-10-04 12:56:21 +01:00
vite.config.js Initial commit 2023-10-04 12:56:21 +01:00
web_view.py Add live search progress, session counter, and fix URLs 2026-05-11 12:24:15 +01:00