-
Notifications
You must be signed in to change notification settings - Fork 14
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
rework the table view #25
Comments
+1 for this, any idea on how to handle tabs ? Visible/Hidden should do the trick ?
|
Re: tabs, as one big point of this is to reduce loading time, I would not load everything and then just hide other than the active tab. I would prefer new requests. Later on those can additionally be AJAX requests. @splitbrain, I haven't properly looked at this task yet, but will do later this week and give proper feedback. |
@GeekShadow there's a tab plugin that uses jQuery ajax requests to load separate pages in tabs, it may be useful for an idea, if a tab = a page and a page would have pagination this could just work |
Some thoughts
|
|
+1 for 4 infinite scroll. I don't think its a gimmick, but a simpler interface than more traditional pagination. However, it does require a "back to top" link. |
I'm quite disturbed that everyone likes infinite scroll here. :( As a user I absolutely hate it! It's very unusable and annoying and there is no way you can link to something with that on. For me it's a reason to stop using certain websites or services. In cases when I don't have a choice, I use a workaround (e.g. using m.twitter.com instead of twitter.com). I much prefer classic pagination (with results reloaded via AJAX to make it smoother). |
As a user I like it. Its very usable. Why is a link a problem? Linking to a whole result page rather than page 5 makes sense to me. Links to individual items aren't changed. |
This issue was in the old bug tracker as well: |
We currently display all plugins in the table, when no filter was set. This results in a huge table and lots of data to transfer and process. And this problem is getting worse every day.
I think we should display a limited choice of plugins by default. I think the best choice here would be the most recently updated ones. Maybe with a way to switch to the most popular ones instead.
And most important: adding pagination would be a good idea. Only showing maybe 25 results per page or so.
Here are some crude mockups on how that might look like.
The text was updated successfully, but these errors were encountered: