chore(webui): remove timeline animation page

The animated t-SNE 'embedding landscape' added no real analytical value and
its cumulative-by-month logic was inherently confusing (ancient drafts
appearing late in the animation). Removed entirely rather than maintained.

Drops the /timeline route, template, nav link, data builder
(get_timeline_animation_data / _compute_timeline_animation_data) and its test.
The Overview mini-timeline and /api/timeline (separate features) are untouched.
This commit is contained in:
2026-05-23 21:52:30 +02:00
parent e166091388
commit 89df70a6c0
6 changed files with 0 additions and 355 deletions

View File

@@ -69,7 +69,6 @@ from webui.data.analysis import ( # noqa: F401
get_timeline_data,
get_similarity_graph,
get_idea_clusters,
get_timeline_animation_data,
get_monitor_status,
get_citation_graph,
get_landscape_tsne,