standardnotes / token-vault

Standard Notes extension for storing 2FA tokens
https://standardnotes.org/extensions/tokenvault
13 stars 12 forks source link

Consider making authentication entries smaller #20

Closed x80486 closed 1 month ago

x80486 commented 4 years ago

Right now, authentication entries uses the entire width of the container. There is a lot of space that's not used for anything, so I think it would be better to make them smaller – but still responsive.

ghost commented 4 years ago

I don't mind the horizontal space, but I'd love to have the entries be shorter. You don't need to have many entries before you're always scrolling to find them, and since they're not in any particular order you can't efficiently find the one you're looking for.

At the moment entries are about two thirds whitespace vertically.

JaspalSuri commented 4 years ago

Hi, thank you for the feedback! I'll pass it along to the team for review.

h0jeZvgoxFepBQ2C commented 4 years ago

Yeah, would be great if you could reduce the vertical spacing 👍

ghost commented 4 years ago

It would appear to be as simple as changing the padding on this line.

moughxyz commented 4 years ago

How many entries do you all have, roughly?

ghost commented 4 years ago

How many entries do you all have, roughly?

~25

h0jeZvgoxFepBQ2C commented 4 years ago

2 seperate Notes, one with 15 and the other one with about 25.

moughxyz commented 4 years ago

Wow, quite a lot of services! Indeed, I can see how the current arrangement can be fatiguing. It's not as simple as a padding change since we have to account for different configurations and presence of fields, but we'll keep this in mind as we explore a sort of v2 upgrade. The main features we'll want for that is some sort of drag and drop sorting, and also auto sorting based on name.

h0jeZvgoxFepBQ2C commented 4 years ago

And pleeeease this: https://github.com/sn-extensions/token-vault/issues/26 - it would also help drastically to find items much faster.

saizai commented 3 years ago

Second this. I only have 14, but still. Especially on mobile, lots of wasted vertical space.

h0jeZvgoxFepBQ2C commented 2 years ago

Would still be nice to get implemented now that version 2 is out now?

h0jeZvgoxFepBQ2C commented 1 year ago

Any updates about this?