Redesign timeline cards and drilldown UX

This commit is contained in:
2026-02-22 21:19:43 +03:00
parent ec54d3249e
commit 5a6a1c9d4d
20 changed files with 2923 additions and 200 deletions

View File

@@ -51,6 +51,7 @@ func NewServer(addr string, readTimeout, writeTimeout time.Duration, db *sql.DB)
Components: componentRepo,
Installations: installationRepo,
Timeline: timelineRepo,
History: historySvc,
})
RegisterFailureRoutes(mux, FailureDependencies{
Failures: failureRepo,