KBG88 / cpassman

Automatically exported from code.google.com/p/cpassman
0 stars 0 forks source link

Suggestion: Faster password list #193

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The option for browsing the password list is not very useful as it is now, 
loading only a few records at a time, and loading the next ones as you scroll 
down.  For organizing the passwords, such as eliminating old ones etc., it 
would be very useful to have a normal, fast-loading list and the chance to 
select several and delete them with one click plus confirmation.

Original issue reported on code.google.com by mheum...@gmail.com on 27 Nov 2011 at 11:28

GoogleCodeExporter commented 9 years ago
I have a very large list of passwords (over 800), and I want to remove those 
that are obsolete.  So it's really difficult to do, because every time I delete 
one that starts with "W", for example, after the reload the list is back at "A" 
again, so I have to scroll down again (which takes very long, as described 
above).

Also, if I edit an entry and change the title, it is not updated in the list 
until I reload it manually.

Original comment by mheum...@gmail.com on 28 Nov 2011 at 3:17

GoogleCodeExporter commented 9 years ago
Same problem here, scroll down it's very problematic, depending on browser 
screen resolution and things like that, if there was a way to disable the limit 
or select how many passwords you want to show at a time, with an unlimited 
option it would be perfect.

Original comment by alar...@gmail.com on 1 Dec 2011 at 10:05

GoogleCodeExporter commented 9 years ago
I'm working on it actually.

The list will be loaded "bunch of items" by "bunch of items" ... if I can say 
so.
The idea is to display the full list but in several steps so that you can at 
least show and use the items.

I'm also improving the fact that the page is not reloaded when adding or 
deleting an item ... which should make it more "usable"

Thanks

Original comment by nils.cpa...@gmail.com on 2 Dec 2011 at 7:39