-
Notifications
You must be signed in to change notification settings - Fork 10
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
SSINTER-253: Versioned snapshots > CMS 5 upgrade > Pagination #105
SSINTER-253: Versioned snapshots > CMS 5 upgrade > Pagination #105
Conversation
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.
Looks like you're missing the dist files. Please make sure to build the dist files and commit the changes.
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.
Overall it's looking good 👍 Left some comments to follow up on though.
@@ -151,3 +151,44 @@ | |||
} | |||
} | |||
|
|||
.griddle-footer { |
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.
I'm a bit concerned about the scope of these styles. Maybe we can limit this by wrapping all of the new styles within .history-viewer
?
key={pageNumber} | ||
className={`page-item ${pageNumber === page ? 'active' : ''}`} | ||
> | ||
<button |
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.
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.
@mfendeksilverstripe Can you please provide the steps to replicate this? Not able to replicate this behaviour. Cheers
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.
As per our conversation, we will separate this issue out.
Better approach fix which aligns styling of other griddle tables. |
SSINTER-253: Versioned snapshots > CMS 5 upgrade > Pagination
Bug fixes:
ThumbnailView.js
(Assuming this component's pagination not working too due to griddle-react@1.13.1 new architecture.)Issues
Checklist: