mercury-web/src/features/accounting
Munkherdene b4ff65deb8 feat(web): exclude bank fees from spending views
Consume the new `fee` flag from the API: bank service/maintenance fees
are dropped from the transaction list, expense totals, the categorize
review queue, and the recurring estimate — the user treats them as noise,
like transfers.
2026-08-23 01:27:40 +08:00
..
CategorizeReview.tsx feat(web): exclude bank fees from spending views 2026-08-23 01:27:40 +08:00
CategorizeSheet.tsx feat(web): transactions list + detail + categorize/rename/note 2026-08-22 20:57:07 +08:00
CategoryChips.tsx feat(web): transactions month nav + category filters + categorize-review queue 2026-08-22 23:00:09 +08:00
MonthNav.tsx feat(web): transactions month nav + category filters + categorize-review queue 2026-08-22 23:00:09 +08:00
monthRange.test.ts feat(web): transactions month nav + category filters + categorize-review queue 2026-08-22 23:00:09 +08:00
monthRange.ts feat(web): transactions month nav + category filters + categorize-review queue 2026-08-22 23:00:09 +08:00
strings.ts feat(web): batch categorizer with auto-suggested categories + coverage 2026-08-23 00:35:21 +08:00
suggestCategory.test.ts fix(web): parse real merchant out of card-string :MCI: segment 2026-08-23 00:41:58 +08:00
suggestCategory.ts fix(web): parse real merchant out of card-string :MCI: segment 2026-08-23 00:41:58 +08:00
TransactionDetail.tsx feat(web): txn-detail subscription/convert-to-lending + lending transaction-linking 2026-08-22 23:02:01 +08:00
TransactionList.test.tsx feat(web): transactions month nav + category filters + categorize-review queue 2026-08-22 23:00:09 +08:00
TransactionList.tsx feat(web): exclude bank fees from spending views 2026-08-23 01:27:40 +08:00
txnRoute.ts feat(web): transactions list + detail + categorize/rename/note 2026-08-22 20:57:07 +08:00
useHiddenAmounts.ts feat(web): transactions list + detail + categorize/rename/note 2026-08-22 20:57:07 +08:00