diff --git a/web/src/components/ShortcutView.tsx b/web/src/components/ShortcutView.tsx index b8aa4d7..25a2ad1 100644 --- a/web/src/components/ShortcutView.tsx +++ b/web/src/components/ShortcutView.tsx @@ -61,9 +61,7 @@ const ShortcutView = (props: Props) => { )} handleCopyButtonClick(shortcut)}> - - s/ - + s/ {shortcut.name} diff --git a/web/src/pages/Home.tsx b/web/src/pages/Home.tsx index fbe4004..533451c 100644 --- a/web/src/pages/Home.tsx +++ b/web/src/pages/Home.tsx @@ -1,4 +1,4 @@ -import { Button, Option, Select } from "@mui/joy"; +import { Button, Tab, TabList, Tabs } from "@mui/joy"; import { useEffect, useState } from "react"; import { shortcutService } from "../services"; import { useAppSelector } from "../stores"; @@ -37,19 +37,23 @@ const Home: React.FC = () => { return ( <> + + Shortcuts + - Shortcuts + setSelectFilter(value as any)}> + + All + Mine + + + + setShowCreateShortcutDialog(true)}> New - - setSelectFilter(value as any)}> - All - Mine - - {loadingState.isLoading ? (