chore: UX design audit cleanup and receipt flow improvements #186

Merged
egullickson merged 25 commits from issue-162-ux-design-audit-cleanup into main 2026-02-14 03:50:23 +00:00
Showing only changes of commit bc9c386300 - Show all commits

View File

@@ -7,7 +7,7 @@ import React from 'react';
import { Box, IconButton, Typography, useTheme, SpeedDial, SpeedDialAction, Backdrop, SpeedDialIcon } from '@mui/material';
import HomeRoundedIcon from '@mui/icons-material/HomeRounded';
import DirectionsCarRoundedIcon from '@mui/icons-material/DirectionsCarRounded';
import LocalGasStationRoundedIcon from '@mui/icons-material/LocalGasStationRounded';
import PlaceRoundedIcon from '@mui/icons-material/PlaceRounded';
import MenuRoundedIcon from '@mui/icons-material/MenuRounded';
import AddIcon from '@mui/icons-material/Add';
import CloseIcon from '@mui/icons-material/Close';
@@ -33,7 +33,7 @@ const leftNavItems: NavItem[] = [
];
const rightNavItems: NavItem[] = [
{ screen: 'Stations', label: 'Stations', icon: <LocalGasStationRoundedIcon /> },
{ screen: 'Stations', label: 'Stations', icon: <PlaceRoundedIcon /> },
];
export const BottomNavigation: React.FC<BottomNavigationProps> = ({