[Maintenance] Reorganize mobile components (#2425)
* Reorganize mobile components * Fix lint error * Cleanup * Fix lint error * Release notes * Cleanup * Cleanup useActions * useDebounceCallback
Showing
- packages/desktop-client/package.json 1 addition, 0 deletionspackages/desktop-client/package.json
- packages/desktop-client/src/components/FinancesApp.tsx 1 addition, 1 deletionpackages/desktop-client/src/components/FinancesApp.tsx
- packages/desktop-client/src/components/accounts/Account.jsx 4 additions, 4 deletionspackages/desktop-client/src/components/accounts/Account.jsx
- packages/desktop-client/src/components/accounts/Balance.jsx 1 addition, 1 deletionpackages/desktop-client/src/components/accounts/Balance.jsx
- packages/desktop-client/src/components/accounts/Header.jsx 1 addition, 1 deletionpackages/desktop-client/src/components/accounts/Header.jsx
- packages/desktop-client/src/components/mobile/PullToRefresh.tsx 0 additions, 0 deletions...es/desktop-client/src/components/mobile/PullToRefresh.tsx
- packages/desktop-client/src/components/mobile/accounts/Account.jsx 57 additions, 58 deletions...desktop-client/src/components/mobile/accounts/Account.jsx
- packages/desktop-client/src/components/mobile/accounts/AccountDetails.jsx 18 additions, 18 deletions...-client/src/components/mobile/accounts/AccountDetails.jsx
- packages/desktop-client/src/components/mobile/accounts/Accounts.jsx 15 additions, 15 deletions...esktop-client/src/components/mobile/accounts/Accounts.jsx
- packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx 34 additions, 35 deletions...sktop-client/src/components/mobile/budget/BudgetTable.jsx
- packages/desktop-client/src/components/mobile/budget/ListItem.tsx 2 additions, 2 deletions.../desktop-client/src/components/mobile/budget/ListItem.tsx
- packages/desktop-client/src/components/mobile/budget/index.tsx 127 additions, 134 deletions...ges/desktop-client/src/components/mobile/budget/index.tsx
- packages/desktop-client/src/components/mobile/transactions/FocusableAmountInput.jsx 10 additions, 22 deletions...c/components/mobile/transactions/FocusableAmountInput.jsx
- packages/desktop-client/src/components/mobile/transactions/ListBox.jsx 53 additions, 0 deletions...top-client/src/components/mobile/transactions/ListBox.jsx
- packages/desktop-client/src/components/mobile/transactions/ListBoxSection.jsx 61 additions, 0 deletions...ent/src/components/mobile/transactions/ListBoxSection.jsx
- packages/desktop-client/src/components/mobile/transactions/Option.jsx 33 additions, 0 deletions...ktop-client/src/components/mobile/transactions/Option.jsx
- packages/desktop-client/src/components/mobile/transactions/Transaction.jsx 209 additions, 0 deletions...client/src/components/mobile/transactions/Transaction.jsx
- packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx 84 additions, 523 deletions...nt/src/components/mobile/transactions/TransactionEdit.jsx
- packages/desktop-client/src/components/mobile/transactions/TransactionList.jsx 117 additions, 0 deletions...nt/src/components/mobile/transactions/TransactionList.jsx
- packages/desktop-client/src/components/responsive/narrow.ts 3 additions, 3 deletionspackages/desktop-client/src/components/responsive/narrow.ts
Loading
Please register or sign in to comment