-
Notifications
You must be signed in to change notification settings - Fork 26
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
Issue #34 - Print the additional platforms in the description
table column
#36
Conversation
…n` table column Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
…ndex The benefit of using DataTables.net is that it renders the DOM dynamically showing just a subset/page of the data at a time. It also provides filtering, sorting and many more settings (https://datatables.net/reference/option/) Also on top I have added a small table that shows the number of recipes with additional platforms and their ratio to the total. Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Here is the new version of the Package Index page based on DataTables.net: I tried to keep it similar to the current UI of that page but if you have ideas how to improve its user experience I'll be glad to implement them! You could try it at https://bc2a-212-50-92-101.ngrok-free.app/conda-package_index.html |
There is no need to keep them in data['objects'] Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
f53a151
to
2b921e5
Compare
Very cool, @martin-g ! |
Cool, I like it :) |
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Remove debug statement Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
I don't have more ideas for improvements for this PR! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... and I don't have anything to complain :) Great stuff @martin-g!
@martin-g this is great, thank you! |
I'm glad you all like it! :-) |
Prints the optional additional platforms in the
description
column of the Index table.Also prints the platforms in the recipe's details page.
This is still work in progress! I'll try to make the Index table more dynamic by using https://datatables.net/