From c47ac97c2bf889a0052b62d3ef862e015bd2b257 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 21 Jun 2026 00:37:40 +0200 Subject: [PATCH] docs: update README to reflect search page replacement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e18f7d41..bc88b28f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ MyAnimeList is a small self-hosted anime tracker and playback app. It keeps the catalog, watchlist, progress tracking, and player in one place, backed by a single SQLite database and a single Go server. -Most of the UI is rendered on the server. HTMX handles lightweight updates like search, pagination, and watchlist changes, while TypeScript is kept for the parts that need real browser state: the video player, command palette, theme handling, and skip segment editor. The app also includes local users, API tokens, subtitle support, playlist rewriting, provider integrations, migrations, and startup data fixes. +Most of the UI is rendered on the server. HTMX handles lightweight updates like pagination and watchlist changes, while TypeScript is kept for the parts that need real browser state: the video player, search page, theme handling, and skip segment editor. The app also includes local users, API tokens, subtitle support, playlist rewriting, provider integrations, migrations, and startup data fixes. ## Running