feat: add 2 second auto close on skipped notifications (#6191)

This commit is contained in:
Prospector
2026-05-24 10:39:27 -07:00
committed by GitHub
parent ea967845d9
commit 6f44c5b039
3 changed files with 20 additions and 16 deletions
@@ -872,6 +872,7 @@ function notifySkippedQueueProjects(count: number) {
title: 'Skipped projects',
text: `Skipped ${count} project(s) already moderated or locked by others.`,
type: 'info',
autoCloseMs: 2000,
})
}