From 25c2cd5966b74ce4f3d91a7199a86d67e684d661 Mon Sep 17 00:00:00 2001 From: talksik Date: Sat, 28 May 2022 01:16:51 -0500 Subject: [PATCH] nice elevation simple playback history getting faster and faster at this mui thing --- packages/desktop/src/components/Terminal.tsx | 99 +++++++++++++++++++- 1 file changed, 96 insertions(+), 3 deletions(-) diff --git a/packages/desktop/src/components/Terminal.tsx b/packages/desktop/src/components/Terminal.tsx index ffac62d..96cd523 100644 --- a/packages/desktop/src/components/Terminal.tsx +++ b/packages/desktop/src/components/Terminal.tsx @@ -16,12 +16,13 @@ import { ListItemButton, ListItemText, ListSubheader, + Paper, Stack, Typography, } from '@mui/material'; import NirvanaLogo from './NirvanaLogo'; import { blueGrey } from '@mui/material/colors'; -import { FiActivity, FiInbox, FiMoreVertical, FiSearch, FiSun } from 'react-icons/fi'; +import { FiActivity, FiInbox, FiMoreVertical, FiPlay, FiSearch, FiSun } from 'react-icons/fi'; import KeyboardShortcutLabel from './KeyboardShortcutLabel'; import { useSnackbar } from 'notistack'; import { useKey } from 'react-use'; @@ -208,9 +209,101 @@ export default function Terminal() { - - + + yesterday + + + + + + + + {'Viet Phan'} + + + + + + + + + + + + today + + + + + + + + {'Viet Phan'} + + + + + + + + + + + + right now + + + + + + + + {'Arjun Patel'} + + + + + + + +