Releases: manan30/account-manager
Releases · manan30/account-manager
v1.6.0
v1.5.0
v1.4.0
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