afadil / wealthfolio

A Beautiful Private and Secure Desktop Investment Tracking Application
https://wealthfolio.app
GNU Affero General Public License v3.0
4.39k stars 228 forks source link

Minor visual fixes #58

Closed alexanderameye closed 2 months ago

alexanderameye commented 2 months ago
  1. do not allow negative values for share/price/fee input fields

    image
  2. add missing border for ticker search results

before

image

after

image
  1. Change import icon to signify an import/download instead of an upload/export.

Also change height of import button so it matches the height of the button next to it.

before

image

after

image
  1. When totalIncome is 0, then the percentages show up as NaN. This sets the percentages to 0 if they could not be calculated.

before

image

after

image

Could alternatively do something like this, I see this happens in other places in the code base.

image
afadil commented 2 months ago

Merged. Thank you @alexanderameye !