Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not limit counts to 999. #11418

Open
RokeJulianLockhart opened this issue Jan 2, 2024 · 1 comment
Open

Do not limit counts to 999. #11418

RokeJulianLockhart opened this issue Jan 2, 2024 · 1 comment

Comments

@RokeJulianLockhart
Copy link

Thanks for helping improve our documentation!

  • There is always room for improvement!
  • All contributions (changes and change ideas) - from the largest to the tiniest - help make Nextcloud better and easier to use!

Per nextcloud/tasks#2416 (comment), I believe that https://docs.nextcloud.com/server/latest/developer_manual/html_css_design/navigation.html#counter:~:text=the%20counter%20should%20be%20limited%20to%20999%20and%20turn%20to%20999%2B%20if%20any%20higher%20number%20is%20given should be reconsidered. I see no reason for counts to be limited to 999, especially because every time I encounter that value, it's exactly when I care about the count of what I'm looking at (because it's usually notably large and thus usefully quantified).


Notes

  • Please be patient: this is a large open source project that is overseen by a mixture of volunteers and non-volunteers which are all ultimately busy.
  • If your suggestion is a troubleshooting scenario or one you're not 100% certain about, please post for feedback on the Nextcloud Help Forum first.
    • Then return here to bring back your experience to help improve the documentation for clarity, etc. (and link back to the forum discussion in your report!)

Protip: If you want to help move things along (or just help out in other ways too) here are some suggestions:

  • Look for areas where you can assist - even seemingly unrelated areas - because doing so frees up resources for your favorite topics and ideas.
  • Submit a proposed change - that attempts to addresses your issue - as a pull request.
  • Participate in a discussion on some other unresolved submitted idea ("issues") to help move it along.
  • Post a comment or review on someone else's proposed change ("pull request") to help move it along.
@tflidd
Copy link
Contributor

tflidd commented Jan 31, 2024

For menu elements, it can make sense that the size does not increase to much (e.g. having 172512 new elements). In the end it depends what and where it is, just randomly choose 1000 as limit for everything. I experienced the same thing in different software, where they did a similar thing and I had a counter between 1200 and 1800, and it was really painful to see 999+ all the time. In contrast to Nextcloud it wasn't open source, so I couldn't even change it for myself 😡

Would this be an option: Do it like file sizes, e.g. 1.7k+ for more than 1700 but less than 1800, it is shorter but contains a bit more information than just 999+?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants