Merge pull request #72 from ibs0d/claude/review-icon-motion-default-2EasK

Change review default tab from alerts to motion
This commit is contained in:
ibs0d 2026-03-19 13:59:34 +11:00 committed by GitHub
commit c54d0bafbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ export default function Events() {
const [severity, setSeverity] = useOverlayState<ReviewSeverity>(
"severity",
"alert",
"significant_motion",
);
const [showReviewed, setShowReviewed] = useUserPersistence(