UI flaw in viewing user quotas in different languages
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
When viewing index.php/settings/users, you can see what quotas have been set for users, as well as their current consumption. When using the English language, everything is displayed normally:
However, in different interface languages, there are instances where the text is so long that the required information doesn’t fit. The only way to view it is by using F12.
It’s worth trying to implement a different way to display the current memory usage by users so that this problem goes away. For example, allow the column to be stretched.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at index.php/settings/users and compare the quota display in English and another interface language with long translations. Identify the existing user-quota layout and verify that quota limits and current consumption remain readable without browser developer tools across the affected languages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- frontend, localization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100