Scaffold out basic transactions model and UI #478

Merged
zachgoll merged 8 commits from basic-transactions into main 2024-02-24 10:34:34 +08:00
zachgoll commented 2024-02-24 06:31:21 +08:00 (Migrated from github.com)

This PR is a very rough sketch of the Transaction model and the UI for it. UI is mostly static for now. Subsequent PRs will address syncing transactions, search and sort, etc.

Global transactions view ("command center")

CleanShot 2024-02-23 at 17 30 35

Account-level transactions view

CleanShot 2024-02-23 at 17 30 53

This PR is a very rough sketch of the `Transaction` model and the UI for it. UI is mostly static for now. Subsequent PRs will address syncing transactions, search and sort, etc. ## Global transactions view ("command center") ![CleanShot 2024-02-23 at 17 30 35](https://github.com/maybe-finance/maybe/assets/16676157/68d4584d-5cf9-4d95-b5c3-5c3bc7d68183) ## Account-level transactions view ![CleanShot 2024-02-23 at 17 30 53](https://github.com/maybe-finance/maybe/assets/16676157/4f6524f6-079b-4f1f-888b-dde78c96f645)
Sign in to join this conversation.