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

[WIP] Fixes #27913 - Add pagination to table component #7061

Closed

Conversation

MariaAga
Copy link
Member

@MariaAga MariaAga commented Sep 23, 2019

Adding a pagination to the table including the needed actions and reducers.
usage example PR - #7064

@theforeman-bot
Copy link
Member

Issues: #27913

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 72.653% when pulling 1fae7aa on MariaAga:feat/add-pagination-to-table into 8fe3f5d on theforeman:develop.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 72.653% when pulling 1fae7aa on MariaAga:feat/add-pagination-to-table into 8fe3f5d on theforeman:develop.

const { REQUEST, FAILURE, SUCCESS } = createTableActionTypes(tableID);

switch (action.type) {
const { REQUEST, FAILURE, SUCCESS, SET_PAGINATION } = createTableActionTypes(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at changes in Table, are we ok with having SET_PAGINATION for tables that are not paginated?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will just be not used, I don't see the harm in that

@xprazak2 xprazak2 self-assigned this Sep 27, 2019
@MariaAga MariaAga changed the title Fixes #27913 - Add pagination to table component [WIP] Fixes #27913 - Add pagination to table component Oct 29, 2019
@theforeman-bot
Copy link
Member

@MariaAga, this pull request is currently not mergeable. Please rebase against the develop branch and push again.

If you have a remote called 'upstream' that points to this repository, you can do this by running:

    $ git pull --rebase upstream develop

This message was auto-generated by Foreman's prprocessor

@jeremylenz
Copy link
Contributor

@MariaAga is this ready to test? Or do you need to rebase again?

@MariaAga
Copy link
Member Author

This is not ready at all yet

@xprazak2
Copy link
Contributor

xprazak2 commented Mar 4, 2020

This has been without a change for more than 3 months, therefore I will close. Feel free to reopen if you find time to work on this @MariaAga!

@xprazak2 xprazak2 closed this Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants