FEATURE: Add "Recent Errors" tab and improved error modal (#2169)

This commit is contained in:
Michael Ficocelli
2025-06-16 19:43:21 -04:00
committed by GitHub
parent cf72937faf
commit 18f84396e2
17 changed files with 530 additions and 34 deletions
+1
View File
@@ -13,6 +13,7 @@ export interface ICreateProps {
icon: React.ReactElement["type"];
count?: number;
active?: boolean;
alternateKeys?: Page[];
}
export interface SidebarItemProps extends ICreateProps {