Show number of credentials per folder and overall dashboard stats #6911
dreamserver-ro
started this conversation in
Ideas
Replies: 1 comment
|
As noted here this project doesn't make functionality changes to the web client outside of those which are strictly required to support the Vaultwarden server. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
Currently, when browsing folders in Vaultwarden, the UI does not display how many credentials/items are stored in each folder. The same applies to the general vault view, there is no visible total count of stored accounts.
For users with many stored credentials, it would be helpful to quickly understand how many items exist in a folder or in the vault overall.
Proposed Solution
Add a credential/item counter in the UI.
Examples:
Example ideas for a dashboard:
Inspiration
A similar concept can be seen in the dashboard used by Linkwarden, which provides a quick overview of stored items.
Benefits
Additional Context
This could be implemented as a lightweight UI improvement without affecting existing functionality.
All reactions