This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 472
The pagination only shows up after a complete reload of the page. #585
Comments
8 tasks
vitoravelino
added a commit
to vitoravelino/Portus
that referenced
this issue
Aug 14, 2017
- Created custom elements for namespaces (namespace-panel, new-namespace-form, namespace-table, namespace-table-row, namespace-visibility) - Added sorting columns (similar to SUSE#590) - Fixed pagination (similar to SUSE#585) - Improved UX of changing namespace visibility (see gif below) - Updated slim gem - Updated active_model_serializers gem - Used serializers (check namespace_serializer.rb) for json rendering - Added moment for dates (kind of overkill but a good thing in the long term) - Added lodash and lodash babel plugin (makes partial imports possible) - And other minor changes
vitoravelino
added a commit
to vitoravelino/Portus
that referenced
this issue
Aug 15, 2017
- Created custom elements for namespaces (namespace-panel, new-namespace-form, namespace-table, namespace-table-row, namespace-visibility) - Added sorting columns (similar to SUSE#590) - Fixed pagination (similar to SUSE#585) - Improved UX of changing namespace visibility (see gif below) - Updated slim gem - Updated active_model_serializers gem - Used serializers (check namespace_serializer.rb) for json rendering - Added moment for dates (kind of overkill but a good thing in the long term) - Added lodash and lodash babel plugin (makes partial imports possible) - And other minor changes
Current status:
|
@vitoravelino this is already the case for teams and team members no ? |
I fixed the namespaces tables. The teams and team members are still missing the refactoring. |
@vitoravelino ok sorry then, I thought it was also applied to teams and teams members already 😁 |
No worries! I want to do that soon. That would be really awesome! |
Finally able to close this after merging the last piece. :D |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a user add more than 10 team members or 15 namespaces at once a complete reload of entire webpage is necessary to trigger the pagination.
The text was updated successfully, but these errors were encountered: