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

Feature make character of PaginationEllipsis configurable #38

Merged
merged 2 commits into from
Apr 18, 2023

Conversation

shenek
Copy link
Contributor

@shenek shenek commented Apr 3, 2023

And set the default character to "…" instead of "…", because "…" was not displayed correctly with the latest version of yew.

Before:
before

After:
after

And set the default character to "…" instead of "…", because
"…" was not displayed correctly with the latest version of yew.
@@ -95,13 +95,20 @@ pub enum PaginationItemType {

//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
///
Copy link
Owner

Choose a reason for hiding this comment

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

Might be good to add a simple doc string here.

Copy link
Owner

@thedodd thedodd left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! One small thing.

@shenek
Copy link
Contributor Author

shenek commented Apr 15, 2023

Very simple doc string added and I also updated changelog.

@shenek shenek requested a review from thedodd April 15, 2023 11:24
Copy link
Owner

@thedodd thedodd left a comment

Choose a reason for hiding this comment

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

🎉

@thedodd thedodd merged commit 399d705 into thedodd:master Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants