Skip to content

Tags: kboul/expense-tracker-nextjs

Tags

v.1.3.5

Toggle v.1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/get list of total transactions per month (#19)

* Minor improvements

* Modify readme and increase minor version

* Introduce a list button that when clicked displays a modal with a transactions list per month

* Make AppDialog list per month to AppDrawer

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/use a drawer to prompt a transaction deletion and show the cu…

…rrent name and transaction amount (#17)

* Update package.json version, use drawer to delete a transaction apart from adding one

* Give more space on table container

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create a no transactions alert and use it also when current month is …

…selected and no transactions have been stored (#16)

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Restore decimals on amount input on AddTransaction form (#12)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/change last month to current (#11)

* Change cancel to close

* Change last month to current and filters to month on query params

* Remove step from AddTransaction

v1.1.0

Toggle v1.1.0's commit message
Upon changing filter dropdown change balance, income and expense

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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