Tags: kboul/expense-tracker-nextjs
Tags
Fix/total transactions amount table cell alignment and size (#21) * Change History header to Transactions History * Rename MonthlyTransactionsList to MonthlyTransactionsTable, change cell alignment, conditional width for desktop and mobile * Change package version
Fix/scrollable table and not page (#13) * Change package version * Small margin between month dropdown and table * Replace margins along sections with flex and gap * Correct comp name * Sticky table header, eliminate page scrollbar and add it inside table * Remove gap from main * Removal of margins
Feature/shadcnui (#9) * Install shadcnui, upgrade @prisma/client to 5.17.0 * Fix issue with imports from one index after shadcn installation * Add shadcn button and use it * Hide progressbar on toasts * Use a drawer to add a transaction * Convert List to Table with a trash icon to delete each transaction, add date also, fix bugs with Drawer button icon * Fix spacing on Header * Replace react-toastify with radix's react-toast * Display Add transaction btn differently on mobile and on desktop devices * When deleting a transaction show its name on the prompt