jameskokoska / Cashew

💸 An app created to help users manage a budget and purchases
https://cashewapp.web.app/
GNU General Public License v3.0
1.75k stars 239 forks source link

[Feature Request] Unify Transfer Money Model #361

Closed Radwan-Albahrani closed 3 months ago

Radwan-Albahrani commented 3 months ago

Is your feature request related to a problem? Please describe. When creating a transaction, the transfer model from within the transaction creation page is different from the transaction model that pops up on quick transfer (holding on the plus sign)

Describe the solution you'd like To Unify the models. The quick model, while concise and brief, makes adding a title/time a bit of a bother, since it pops up yet another model when I click edit.

Transaction Model inside transaction page: image

Transaction Model using quick transfer: image

Adding title with the quick transfer method: image

Also, pressing Done in this page does not get rid of the edit title model:

https://github.com/user-attachments/assets/d178031d-bc36-4b91-a291-4f94b8c9daa8

jameskokoska commented 3 months ago

This is intended. When adding a transfer without the extra inputs, it is designed for just that of a quick transfer at the time. These can always be edited by tapping the icon. When adding a transfer through the Add Transaction page, more details are added as, when adding a transaction, more details are usually edited.

Radwan-Albahrani commented 3 months ago

@jameskokoska what about the bug where pressing done doesn’t close the keyboard model? Should I submit a bug report for that?

You’ll see it in the final recording up above