-
- Downloads
[Mobile] Category activity/transactions page (#2531)
* Mobile category transactions * Release notes * Fix typo * Fix typecheck error * Handle null location state * VRT * Fix account search * Update test * Search placeholder * vrt * Add month to page title * Cleanup * Fix AccountName component * Replace ButtonLink with Link * Fix typecheck * Code review update
Showing
- packages/desktop-client/e2e/page-models/mobile-account-page.js 1 addition, 1 deletion...ges/desktop-client/e2e/page-models/mobile-account-page.js
- packages/desktop-client/src/components/App.tsx 1 addition, 1 deletionpackages/desktop-client/src/components/App.tsx
- packages/desktop-client/src/components/FinancesApp.tsx 4 additions, 11 deletionspackages/desktop-client/src/components/FinancesApp.tsx
- packages/desktop-client/src/components/accounts/Account.jsx 8 additions, 34 deletionspackages/desktop-client/src/components/accounts/Account.jsx
- packages/desktop-client/src/components/common/Link.tsx 3 additions, 1 deletionpackages/desktop-client/src/components/common/Link.tsx
- packages/desktop-client/src/components/mobile/MobileBackButton.tsx 6 additions, 6 deletions...desktop-client/src/components/mobile/MobileBackButton.tsx
- packages/desktop-client/src/components/mobile/MobileWebMessage.tsx 7 additions, 8 deletions...desktop-client/src/components/mobile/MobileWebMessage.tsx
- packages/desktop-client/src/components/mobile/accounts/Account.jsx 16 additions, 236 deletions...desktop-client/src/components/mobile/accounts/Account.jsx
- packages/desktop-client/src/components/mobile/accounts/AccountTransactions.jsx 261 additions, 0 deletions...nt/src/components/mobile/accounts/AccountTransactions.jsx
- packages/desktop-client/src/components/mobile/accounts/Accounts.jsx 1 addition, 14 deletions...esktop-client/src/components/mobile/accounts/Accounts.jsx
- packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx 16 additions, 2 deletions...sktop-client/src/components/mobile/budget/BudgetTable.jsx
- packages/desktop-client/src/components/mobile/budget/Category.tsx 38 additions, 0 deletions.../desktop-client/src/components/mobile/budget/Category.tsx
- packages/desktop-client/src/components/mobile/budget/CategoryTransactions.jsx 156 additions, 0 deletions...ent/src/components/mobile/budget/CategoryTransactions.jsx
- packages/desktop-client/src/components/mobile/transactions/AddTransactionButton.tsx 40 additions, 0 deletions...c/components/mobile/transactions/AddTransactionButton.tsx
- packages/desktop-client/src/components/mobile/transactions/ListBox.jsx 1 addition, 1 deletion...top-client/src/components/mobile/transactions/ListBox.jsx
- packages/desktop-client/src/components/mobile/transactions/Transaction.jsx 22 additions, 12 deletions...client/src/components/mobile/transactions/Transaction.jsx
- packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx 18 additions, 10 deletions...nt/src/components/mobile/transactions/TransactionEdit.jsx
- packages/desktop-client/src/components/mobile/transactions/TransactionList.jsx 2 additions, 12 deletions...nt/src/components/mobile/transactions/TransactionList.jsx
- packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.jsx 165 additions, 0 deletions...nents/mobile/transactions/TransactionListWithBalances.jsx
- packages/desktop-client/src/hooks/usePreviewTransactions.ts 40 additions, 0 deletionspackages/desktop-client/src/hooks/usePreviewTransactions.ts
Loading
Please register or sign in to comment