Files
Maestro/.gitignore
Pedram Amini 21898a331e feat: History panel enhancements - navigation, search, scroll persistence, styling
- Add Prev/Next navigation buttons to HistoryDetailModal with left/right arrow key bindings
- Filter-aware navigation (respects AUTO/USER visibility settings)
- Add session ID search capability (long and short octet form)
- Persist scroll position across session switches using module-level cache
- Fix random scroll-to-top on external refresh by preserving state during refresh
- Enhanced validated entry styling (solid green background, white checkmarks)
- Activity graph now supports configurable lookback via right-click context menu
  (24h, 72h, 1 week, 2 weeks, 1 month, 6 months, 1 year, all time)

Claude ID: e2360cc6-54db-411f-9b53-c39ee8212c2a
Maestro ID: b9bc0d08-5be2-4fdf-93cd-5618a8d53b35
2025-12-09 10:18:18 -06:00

42 lines
341 B
Plaintext

# Maestro
Auto\ Run\ Docs
# Tests
coverage/
do-wishlist.sh
do-housekeeping.sh
coverage/
# Dependencies
node_modules/
# Build outputs
dist/
release/
*.log
tmp/
scratch/
# Environment
.env
.env.local
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Electron
out/
# Logs
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*