aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/users/user-quota.component.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2023-05-241-2/+4
|
* Remove secondary color themeChocobozzz2022-06-101-1/+1
|
* Fix daily quota displayChocobozzz2021-06-281-2/+1
|
* modify user-quota to match account settings styleRigel Kent2020-07-291-7/+8
|
* Display user quota progress bars above upload form (#2981)Kim2020-07-241-0/+21
* Move user-quota to my-user-quota shared component * Add user-quota to upload form * Increase progress bar height and make it focusable * Correct syntax parenthesis * Add explicit title to user-quota bars + tooltip with quota values * Hide user-quota in second upload step * Customize focus styles on user-quota Co-authored-by: kimsible <kimsible@users.noreply.github.com>