sugarizer icon indicating copy to clipboard operation
sugarizer copied to clipboard

[v2] Listview lines spacing/padding is wrong

Open llaske opened this issue 1 year ago • 4 comments

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, ...

lqQPiAq658

llaske avatar Jul 21 '24 20:07 llaske

@llaske fixed it. #1653

MdSaifAliMolla avatar Aug 17 '24 20:08 MdSaifAliMolla

@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 avatar Aug 22 '24 07:08 UtkarshSiddhpura

@UtkarshSiddhpura please check #1656

MdSaifAliMolla avatar Aug 22 '24 08:08 MdSaifAliMolla

@UtkarshSiddhpura please check #1656

Yes changes in #1656 are done in v1 not v2 listview

UtkarshSiddhpura avatar Aug 22 '24 10:08 UtkarshSiddhpura

On my local setup both v1 and v2 list view appears to be same. @llaske is the issue fixed ? v1 -> image v2 -> image

AdityaKrSingh26 avatar Oct 23 '24 19:10 AdityaKrSingh26

@AdityaKrSingh26 the issue is still here. Are you sure you use http://localhost:8080/v2 when you test the v2?

llaske avatar Oct 26 '24 19:10 llaske

@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 avatar Oct 28 '24 16:10 AdityaKrSingh26

@AdityaKrSingh26 you must install Sugarizer Server, see https://github.com/llaske/sugarizer-server/tree/dev

llaske avatar Oct 28 '24 20:10 llaske

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. image

AdityaKrSingh26 avatar Oct 31 '24 18:10 AdityaKrSingh26

@AdityaKrSingh26 that's better for alignment but the space between lines is now too huge. We can display 3 fewer lines than before.

Capture vidéo du 2024-11-05 21-54-08.webm

llaske avatar Nov 05 '24 20:11 llaske

Fixed : #1669

AdityaKrSingh26 avatar Dec 10 '24 18:12 AdityaKrSingh26