mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 03:20:11 +00:00
chore: add frontend utilities and metrics documentation
- Add useResizeObserver and useTooltip React hooks - Add utility functions for anomaly colors, error extraction, text width, and threshold colors - Add METRICS_DATA_FLOW.md documentation - Ignore SQLite temp files (*.db-shm, *.db-wal)
This commit is contained in:
parent
289d95374f
commit
ad4acf1222
8 changed files with 313 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -192,3 +192,7 @@ start-pulse-agent.sh
|
|||
# Husky
|
||||
.husky/_/
|
||||
measure_sessions.sh
|
||||
|
||||
# SQLite temp files
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue