From 6caa4daad76ebf48930a29c87b83802fbd5dfa51 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 25 Aug 2025 20:04:49 +0530 Subject: [PATCH 1/3] feat: add tutorials tab --- src/components/dashboard/MainMenu.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/dashboard/MainMenu.tsx b/src/components/dashboard/MainMenu.tsx index f150f31e..27b5f6b7 100644 --- a/src/components/dashboard/MainMenu.tsx +++ b/src/components/dashboard/MainMenu.tsx @@ -91,6 +91,9 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp + From 4ceb7541133b2da00c2355e80e2dade9ee627c5a Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 25 Aug 2025 20:05:04 +0530 Subject: [PATCH 2/3] fix: impoty --- src/components/dashboard/MainMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/MainMenu.tsx b/src/components/dashboard/MainMenu.tsx index 27b5f6b7..8d129755 100644 --- a/src/components/dashboard/MainMenu.tsx +++ b/src/components/dashboard/MainMenu.tsx @@ -4,7 +4,7 @@ import Tab from '@mui/material/Tab'; import Box from '@mui/material/Box'; import { useNavigate } from 'react-router-dom'; import { Paper, Button, useTheme, Modal, Typography, Stack, TextField, InputAdornment, IconButton } from "@mui/material"; // Added TextField, InputAdornment, IconButton -import { AutoAwesome, FormatListBulleted, VpnKey, Usb, CloudQueue, Description, Favorite, ContentCopy } from "@mui/icons-material"; // Added ContentCopy +import { AutoAwesome, FormatListBulleted, VpnKey, Usb, CloudQueue, Description, Favorite, ContentCopy, SlowMotionVideo } from "@mui/icons-material"; // Added ContentCopy import { useTranslation } from 'react-i18next'; import { useGlobalInfoStore } from "../../context/globalInfo"; From f6d908bc39ce548be9df1cdc6dab9b063568f78b Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 25 Aug 2025 20:05:20 +0530 Subject: [PATCH 3/3] chore: cleanup --- src/components/dashboard/MainMenu.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/dashboard/MainMenu.tsx b/src/components/dashboard/MainMenu.tsx index 8d129755..9df2a6d2 100644 --- a/src/components/dashboard/MainMenu.tsx +++ b/src/components/dashboard/MainMenu.tsx @@ -3,8 +3,8 @@ import Tabs from '@mui/material/Tabs'; import Tab from '@mui/material/Tab'; import Box from '@mui/material/Box'; import { useNavigate } from 'react-router-dom'; -import { Paper, Button, useTheme, Modal, Typography, Stack, TextField, InputAdornment, IconButton } from "@mui/material"; // Added TextField, InputAdornment, IconButton -import { AutoAwesome, FormatListBulleted, VpnKey, Usb, CloudQueue, Description, Favorite, ContentCopy, SlowMotionVideo } from "@mui/icons-material"; // Added ContentCopy +import { Paper, Button, useTheme, Modal, Typography, Stack, TextField, InputAdornment, IconButton } from "@mui/material"; +import { AutoAwesome, FormatListBulleted, VpnKey, Usb, CloudQueue, Description, Favorite, ContentCopy, SlowMotionVideo } from "@mui/icons-material"; import { useTranslation } from 'react-i18next'; import { useGlobalInfoStore } from "../../context/globalInfo"; @@ -52,7 +52,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp alignItems: 'center', textTransform: 'none', color: theme.palette.mode === 'light' ? '#6C6C6C' : 'inherit', - '&:hover': { + '&:hover': { color: theme.palette.mode === 'light' ? '#6C6C6C' : 'inherit', backgroundColor: theme.palette.mode === 'light' ? '#f5f5f5' : 'inherit', }, @@ -92,8 +92,8 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp Documentation + Tutorials + @@ -152,10 +152,10 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp Thank you for your support! 💙 - -