Ruthvik-1411 / Finance_Tracker_app

Basic finance tracker for personal use
0 stars 0 forks source link

feat: update holdings scrollview #11

Closed Ruthvik-1411 closed 4 months ago

Ruthvik-1411 commented 4 months ago

Resolves #8 Previously the holdings data is shown as mini cards and this is limited to 12 cards arranged in a grid layout. This is not ideal and can incur debts later on when number of holdings increase.

Solution:

  1. Add a scroll view element, only specific to holdings data.
  2. When the number of holdings increases, the scrollview will auto adjust the elements present inside it, rather than increase the element size. This is helpful when this data can be dynamic.
  3. User can scroll the holdings, if required and data will be shown as they scroll.

Screenshot for ref: