Problem Statement
Currently, users can view all their uploaded files in the file list, but there is no quick way to know the total number of files they have uploaded.
As the number of uploaded files grows, users need to manually count or scroll through the list to understand how many files are stored in their account. This can make file management less convenient and reduces visibility into the user's uploaded content.
Proposed Solution
Add a file counter that displays the total number of uploaded files on the dashboard or file listing page.
Example:
📁 Total Files Uploaded: 12
The counter should automatically update whenever:
A new file is uploaded
An existing file is deleted
-
Benefits *
-
Improves user experience by providing quick file statistics
-
Helps users manage their uploaded files more effectively
-
Adds useful information without affecting the existing workflow
-
Enhances the dashboard/file management interface
-
Technical Approach *
-
Use the existing files data available in the frontend.
-
Calculate the total count using the files array length.
-
Display the count in a visible location on the dashboard/file management page.
-
Ensure the count updates dynamically when files are added or removed.
I would like to work on this feature Could you please assign this issue to me
Thank you @imanchalsingh
Problem Statement
Currently, users can view all their uploaded files in the file list, but there is no quick way to know the total number of files they have uploaded.
As the number of uploaded files grows, users need to manually count or scroll through the list to understand how many files are stored in their account. This can make file management less convenient and reduces visibility into the user's uploaded content.
Proposed Solution
Add a file counter that displays the total number of uploaded files on the dashboard or file listing page.
Example:
📁 Total Files Uploaded: 12
The counter should automatically update whenever:
A new file is uploaded
An existing file is deleted
Benefits *
Improves user experience by providing quick file statistics
Helps users manage their uploaded files more effectively
Adds useful information without affecting the existing workflow
Enhances the dashboard/file management interface
Technical Approach *
Use the existing files data available in the frontend.
Calculate the total count using the files array length.
Display the count in a visible location on the dashboard/file management page.
Ensure the count updates dynamically when files are added or removed.
I would like to work on this feature Could you please assign this issue to me
Thank you @imanchalsingh