Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(confirm-order): add Confirm Order page #22

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { MAIN_MENU, SUB_MENU } from '@constants';
import { useUserQuery } from '@hooks';
import { AppLayout, AuthLayout } from '@layouts';
import { AuthPage, HomePage } from '@pages';
import { ConfirmOrder } from './pages/ConfirmOrder';

export default function App() {
const navigate: NavigateFunction = useNavigate();
Expand Down Expand Up @@ -69,6 +70,12 @@ export default function App() {
name: MAIN_MENU.location,
element: <></>
},
{
type: 'sub-item',
path: '/confirmOrder',
name: SUB_MENU.confirmOrder,
element: <ConfirmOrder />
},
{
type: 'sub-item',
path: '/help',
Expand Down
Binary file added src/assets/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/constants/menuBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ export const MAIN_MENU = {
export const SUB_MENU = {
help: 'Help Center',
settings: 'Settings',
logout: 'Log out'
logout: 'Log out',
confirmOrder: 'Confirm oder'
};
215 changes: 215 additions & 0 deletions src/pages/ConfirmOrder.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,215 @@
import CoinIcon from '@assets/coin.png';
import {
ClipboardDocumentListIcon,
MapPinIcon,
PrinterIcon,
WalletIcon
} from '@heroicons/react/24/outline';
import {
ChevronRightIcon,
ExclamationCircleIcon,
QuestionMarkCircleIcon
} from '@heroicons/react/24/solid';
import { Button } from '@material-tailwind/react';
import previewImage from '@assets/preview.png';
export function ConfirmOrder() {
const PICK_UP_LOCATION = 'Tiệm in thư viện H3, tầng 1';
const User_Balance = 200;
const Orders = [
{
preview: { previewImage },
name: 'filename.csv',
size: '20 MB',
amount: 2,
fileCost: 200
},
{
preview: { previewImage },
name: 'filename.csv',
size: '20 MB',
amount: 2,
fileCost: 200
},
{
preview: { previewImage },
name: 'filename.csv',
size: '20 MB',
amount: 2,
fileCost: 200
},
{
preview: { previewImage },
name: 'filename.csv',
size: '20 MB',
amount: 2,
fileCost: 200
},
{
preview: { previewImage },
name: 'filename.csv',
size: '20 MB',
amount: 2,
fileCost: 200
},
{
preview: { previewImage },
name: 'filename.csv',
size: '20 MB',
amount: 2,
fileCost: 200
},
{
preview: { previewImage },
name: 'filename.csv',
size: '20 MB',
amount: 2,
fileCost: 200
}
];
const PRINT_FEE = Orders.reduce((total, order) => total + order.fileCost * order.amount, 0);
const FEE = [
{ name: 'Print fee', price: PRINT_FEE },
{ name: 'Service fee', price: 2 }
];
const BUTTON_CLASSNAME =
'h-[64px] px-8 py-2 text-xl font-bold text-white rounded-none hover:shadow-none shadow-none rounded-b-lg';
return (
<div className='pt-[36px] px-[128px] flex'>
<div className='bg-white shrink grow mr-12 rounded-t-lg'>
<div className='px-6 py-4 flex text-blue/1'>
<PrinterIcon className='w-6 h-6' />
<span className='ml-2 text-base font-medium text-gray/4'>Document</span>
</div>
<div className='grid grid-rows-[auto, 1fr]'>
<div className='grid grid-cols-6 px-6 py-3 text-blue/1 bg-gray/2 text-base font-semibold text-gray/4 text-center'>
<div className='col-span-4 border-r border-gray-400'>TÀI LIỆU ĐẶT IN</div>
<div className='col-span-1 border-r border-gray-400'>SỐ LƯỢNG</div>
<div className='col-span-1'>THÀNH TIỀN</div>
</div>
{Orders.map((order) => (
<div className='grid grid-cols-6 px-6 py-6 border-b border-gray/2 '>
<div className='col-span-4 flex ml-0'>
<img src={order.preview.previewImage} alt='Preview' className='mr-6' />
<div className='flex flex-col'>
<div className=''>
<span className='text-2xl font-medium text-blue/1 mr-1'>{order.name}</span>
<span className='text-2xl font-medium text-gray/3'>({order.size})</span>
</div>
<div className='flex items-center'>
<img
src={CoinIcon}
alt='Coin Icon'
className='w-6 h-6 mr-1 opacity-50 mix-blend-luminosity'
/>
<span className='text-2xl font-normal text-gray/'>{order.fileCost}</span>
</div>
</div>
</div>
<div className='col-span-1 px-6 flex items-center justify-center '>
<span className='text-2xl font-medium text-gray/4 items-center'>
x{order.amount}
</span>
</div>
<div className='col-span-1 px-6 flex items-center justify-center '>
<div className='flex'>
<img src={CoinIcon} alt='Coin Icon' className='w-6 h-6 mr-1' />
<span className='text-2xl font-bold text-[#D97706]'>
{order.fileCost * order.amount}
</span>
</div>
</div>
</div>
))}
</div>
</div>
<div className='flex-none w-[360px] h-[612px] '>
<div className='flex flex-col gap-y-6'>
<div className='flex flex-col bg-white'>
<div className='flex px-6 py-4'>
<MapPinIcon className='w-6 h-6 text-blue/1' />
<span className='ml-2 text-base font-medium text-gray/4'>Pick-up location</span>
</div>
<div className='px-6 pb-4 flex justify-between'>
<span className='text-base font-normal text-gray/4'>{PICK_UP_LOCATION}</span>
<QuestionMarkCircleIcon className='w-7 h-7 opacity-40 cursor-pointer focus:opacity-100 active:opacity-100' />
</div>
</div>
<div className='flex flex-col bg-white'>
<div className='flex px-6 py-4'>
<WalletIcon className='w-6 h-6 text-blue/1' />
<span className='ml-2 text-base font-medium text-gray/4'>Payment method</span>
</div>
<div className='px-6 pb-4'>
<div className='flex flex-col'>
<div className='flex justify-between items-center'>
<span className='text-base font-medium text-gray/4'>Print wallet</span>
<ChevronRightIcon className='w-7 h-7 opacity-40 focus:opacity-100 active:opacity-100 cursor-pointer' />
</div>
<div className='flex'>
<span className='text-base font-medium text-gray/4'>Current balance:</span>
<img src={CoinIcon} alt='Coin Icon' className='w-6 h-6 mr-1' />
<span className='text-base font-bold text-[#D97706]'>{User_Balance}</span>
</div>
<div
className={
User_Balance >= FEE.reduce((total, item) => total + item.price, 0)
? 'hidden'
: 'flex flex-col mt-3 bg-red-100 rounded-sm p-3'
}
>
<div className='flex'>
<ExclamationCircleIcon className='w-6 h-6 text-red-600 mr-3' />
<span className='text-base font-bold text-red-600'>Amount exceed balance!</span>
</div>
<div className='text-base font-normal text-red-600'>
Top up your account to proceed.
</div>
</div>
</div>
</div>
</div>
<div className='flex flex-col bg-white rounded-b-lg'>
<div className='flex px-6 py-4'>
<ClipboardDocumentListIcon className='w-6 h-6 text-blue/1 mr-3' />
<span className='text-base font-medium text-gray/4'>Charge Details</span>
</div>
<div className='px-6 pb-6'>
{FEE.map((item) => (
<div className='flex justify-between'>
<span className='text-base font-normal text-gray/4'>{item.name}</span>
<div className='flex'>
<img
src={CoinIcon}
alt='Coin Icon'
className='w-6 h-6 mr-1 mix-blend-luminosity opacity-50;'
/>
<span className='text-base font-normal text-gray/4'>{item.price}</span>
</div>
</div>
))}
<div className='flex justify-between mt-3'>
<span className='text-base font-medium text-gray/4'>Total cost</span>
<div className='flex'>
<img src={CoinIcon} alt='Coin Icon' className='w-6 h-6 mr-1' />
<span className='text-base font-bold text-[#D97706]'>
{FEE.reduce((total, item) => total + item.price, 0)}
</span>
</div>
</div>
</div>
<Button
fullWidth
className={
User_Balance >= FEE.reduce((total, item) => total + item.price, 0)
? BUTTON_CLASSNAME + ' bg-blue/1'
: BUTTON_CLASSNAME + ' bg-gray/2 pointer-events-none'
}
>
Confirm Order
</Button>
</div>
</div>
</div>
</div>
);
}
1 change: 1 addition & 0 deletions src/pages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
*/

export * from './AuthPage';
export * from './ConfirmOrder';
export * from './HomePage';
1 change: 1 addition & 0 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = withMT({
'blue/1': '#1488D8',
'blue/2': '#030391',
'gray/1': '#F5F5F5',
'gray/2': '#DDE2E5',
'gray/3': '#ACB5BD',
'gray/4': '#495057',
'yellow/1': '#D97706'
Expand Down