feat: add logs UI — tRPC router, page, and sidebar nav

- logRouter with list (infinite query, cursor-based) and severityCounts procedures
- /logs route page: severity filter chips with counts, search input, expandable log rows
- Log detail expansion shows attributes, resource, trace context, device/location
- Sidebar "Logs" link with ScrollText icon between Events and Sessions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-30 12:08:39 +02:00
parent 0672857974
commit eefbeac7f8
6 changed files with 558 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
export * from './src/root';
export * from './src/trpc';
export { getProjectAccess } from './src/access';
export type { IServiceLog } from './src/routers/log';