[v2] Listview lines spacing/padding is wrong
The list view in v2 has wrong spacing/padding compared to v1. Specifically: the favorite icon is too close to left size, lines are not centered vertically, ...
@llaske fixed it. #1653
@llaske @MdSaifAliMolla The change in listview is made in v1 not v2, To make changes in v2 listview see https://github.com/llaske/sugarizer/blob/feature/v2/js/listview.js
@UtkarshSiddhpura please check #1656
@UtkarshSiddhpura please check #1656
Yes changes in #1656 are done in v1 not v2 listview
On my local setup both v1 and v2 list view appears to be same. @llaske is the issue fixed ?
v1 ->
v2 ->
@AdityaKrSingh26 the issue is still here. Are you sure you use http://localhost:8080/v2 when you test the v2?
@llaske could you please help me with how start sugarizer on localhost. I have been using it using command "npm start -- --window --sdebug" or chrome --allow-file-access-from-files file:\<Directory>\sugarizer\index.html
@AdityaKrSingh26 you must install Sugarizer Server, see https://github.com/llaske/sugarizer-server/tree/dev
Hey @llaske i have created a pr for v2 where i have resolved the issue. Do let me know if there are any other changes required.
@AdityaKrSingh26 that's better for alignment but the space between lines is now too huge. We can display 3 fewer lines than before.
Fixed : #1669