add-links/add_links
Edward Betts bc6265d4cd Redesign UI and fix several bugs
- Add navbar with login/logout, search form, and Find Link branding
- Clean up index page: search-only, examples behind ?debug=1
- Improve article page: remove debug clutter, named Wikipedia links, collapsible candidates
- Add SVG favicon (🔗 emoji)
- Fix diff CSS: compact layout, auto table layout to eliminate wide marker column gap
- Catch TokenRequestDenied in OAuth start and show error page
- Store username in session at login; clear bad session on API failure
- Raise NoMatch when diff is empty (edit already applied)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 11:30:12 +01:00
..
__init__.py Initial commit 2023-10-04 12:56:21 +01:00
api.py Fix User-Agent header, timeouts, and JSON error handling 2026-05-09 18:11:23 +01:00
core.py Initial commit 2023-10-04 12:56:21 +01:00
language.py Initial commit 2023-10-04 12:56:21 +01:00
match.py Redesign UI and fix several bugs 2026-05-11 11:30:12 +01:00
mediawiki_api.py Fix User-Agent header, timeouts, and JSON error handling 2026-05-09 18:11:23 +01:00
mediawiki_api_old.py Initial commit 2023-10-04 12:56:21 +01:00
mediawiki_oauth.py Redesign UI and fix several bugs 2026-05-11 11:30:12 +01:00
util.py Initial commit 2023-10-04 12:56:21 +01:00
wikipedia.py Initial commit 2023-10-04 12:56:21 +01:00