RocketC31 / budget

Get a grip on your finances.
https://trackmybudget.org
MIT License
2 stars 0 forks source link

When creating a transaction, I can only choose one currency #65

Closed sebastiaanspeck closed 1 year ago

sebastiaanspeck commented 1 year ago

When creating a transaction, I can only choose one currency.

image

Is this not a better view?

image
sebastiaanspeck commented 1 year ago

I took a look in the code and saw you can switch if you have conversion rates in the database. Maybe it is nicer to show the lower screenshot if you don't have any conversion rates and use the upper (maybe a little redesign) if you do have conversion rates.

RocketC31 commented 1 year ago

Hi @sebastiaanspeck yes good idea to adapt the design depending on conversion rates availables. If you want you can do it. Otherwise i think this week end i will work a little on this project (i want to test yarn install with matice from my github repo), if you want i can make your suggest in the same time

sebastiaanspeck commented 1 year ago

As shown in the screenshots, I have the design almost ready, so expect a PR soon.Met vriendelijke groet,Sebastiaan SpeckOn 9 Nov 2022, at 13:21, RocketC31 @.***> wrote: Hi @sebastiaanspeck yes good idea to adapt the design depending on conversion rates availables. If you want you can do it. Otherwise i think this week end i will work a little on this project (i want to test yarn install with matice from my github repo), if you want i can make your suggest in the same time

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

sebastiaanspeck commented 1 year ago

When having no conversion rates:

image

When having multiple currencies (with conversion rate):

image image
sebastiaanspeck commented 1 year ago

Maybe style the select the same way as the text/searchable (rounded corners)