Skip to content

Releases: manan30/account-manager

v1.6.0

30 Dec 06:31
758ee08

Choose a tag to compare

What's Changed

  • [AM-103] Allowing multi-user support by @manan30 in #57

Full Changelog: v1.5.0...v1.6.0

v1.5.0

24 Oct 07:13
417e57a

Choose a tag to compare

What's Changed

  • [AM-95] Adding Recurring transactions MVP to the app by @manan30 in #50

Full Changelog: 1.4.0...v1.5.0

v1.4.0

05 Apr 04:07
8d88287

Choose a tag to compare

Adding new accounts page (#44)

* [AM-77] Migrating the app to use Vite (#39)

* Adding vite and vite scripts

* vite works partially without tailwind

* Bringing the styles back

* Moving files around

* Moved favicons to public

* Adding react fast refresh plugin

* Removing additional dependencies

* Finishing update to tailwind 2.0

* Removing process.env references

* Resolving small vs code errors

* Adding svg as component support

* tsconfig updates

* Resolving type errors

* Solving all type errors

* Removing runtimeconfig file

* [AM-50] Adding spending page (#43)

* gitignore changes

* Updating config files

* Adding accounts page and route

* Adding plaid server code

* functions lock file changes

* Cleaning up

* lock file changes

* Modifying functions code

* Modifying client code

* Resolving tsconfig conflict

* [AM-88] Adding support for integrating with Teller API (#40)

* Integrating with teller

* Typing teller connect

* Adding API endpoint and sandbox creds

* Adding API to frontend

* Finally the pem files work

* Cleaning functions code

* Adding use teller connect hook

* Adding new typings and finishing hook

* Adding redaxios back

* [AM-48] Adding accounts page with bank account linking support (#41)

* Adding accounts link to SideNav

* Adding accounts route and page

* Adding empty account UI

* Extracting plaid token code into separate hook

* Using redaxios for fetching data

* Using react query to make the API call

* Fetching accounts

* Showing account data

* Account data shows up need to work on styling

* Adding vite config options

* Placing link account button correctly

* Adding styling to account card

* Updating functions

* Removing balances product

* Updating empty account check

* Creating a post route for adding new account

* Strong typing add account route

* Adding error handling

* Adding support for duplicate account handling

* Moving link account to a new component

* Adding new account component

* Fetching account data

* Adding account item card

* Modifying account item component

* Removing plaid references

* Getting account balance

* Styling account item card

* Adding account details route

* Adding account details route

* Adding transactions route

* Fetching transactions in transaction modal

* Getting modal close handler working again

* Adding new modal

* Showing transactions data

* Adding transactions table

* Removing type

* Adding husky

* Adding max warnings 0

* [AM-91] Adding background function for syncing bank transactions (#42)

* Reorganizing accounts functions code

* Changing endpoint

* Getting transactions data

* Adding transactions to bank-transaction collection

* Adding logs

* Adding id to bank transaction doc

* Starting to move seeding to backend

* Adding transactions

* Adding new typing to transaction interface

* Only adding new transactions

* Showing transaction name from the new details

* Adding max height to modal

* Refactoring spending model and starting triger

* Adding new spending entry trigger

* Setting up the trigger correctly

* Only adding debit txns to spending

* Updating creditor only on debit type transaction

* Removing auto transaction adding trigger

* Resolving type errors

* Adding firestore types to functions

v1.3.0

11 Feb 22:24
79f1bc1

Choose a tag to compare

Merge pull request #32 from manan30/develop

Adding new spending page to the app

v1.2.0

26 Jan 05:37
23d2caf

Choose a tag to compare

Merge pull request #17 from manan30/feature/AM-54

[AM-54] Showing feedback in case of  any errors on creditor details page

v1.1.0

24 Dec 23:40
7997536

Choose a tag to compare

Merge pull request #7 from manan30/feature/AM-30

[AM-30] Adding support for creating new transactions and firebase functions triggers

v1.0.0

22 Dec 00:17

Choose a tag to compare

Adding npm script to copy redeploy file