Changed Reload Components to Refresh All

This commit is contained in:
Lucas Oliveira 2024-06-13 16:59:51 -03:00
commit 3dbc648f00

View file

@ -123,7 +123,7 @@ export const MenuBar = ({}: {}): JSX.Element => {
title: UPLOAD_ERROR_ALERT,
list: [error],
});
}
},
);
}}
>
@ -193,7 +193,7 @@ export const MenuBar = ({}: {}): JSX.Element => {
name="RefreshCcw"
className="header-menu-options"
/>
Reload Components
Refresh All
</DropdownMenuItem>
</DropdownMenuContent>
</DropdownMenu>
@ -221,7 +221,7 @@ export const MenuBar = ({}: {}): JSX.Element => {
name={isBuilding || saveLoading ? "Loader2" : "CheckCircle2"}
className={cn(
"h-4 w-4",
isBuilding || saveLoading ? "animate-spin" : "animate-wiggle"
isBuilding || saveLoading ? "animate-spin" : "animate-wiggle",
)}
/>
{printByBuildStatus()}