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

Fix feed sorting issue and extra line issue with hightlightable text widget #977

Merged
merged 2 commits into from
Oct 3, 2020

Conversation

cyingfan
Copy link
Contributor

@cyingfan cyingfan commented Oct 2, 2020

This addresses #958 and #900

#958: in a mix of feeds with and without published date, the ones without published date will appear op top of those with published date.

#900: text.HighlightableHelper() always append a LF character to the input. So trimming whitespace in the text widget would help.

PS: I am really not doing this for the shitoberfest t-shirt :P

@cyingfan cyingfan changed the title Fix sorting for feed without published date Fix feed sorting issue and extra line issue with hightlightable text widget Oct 2, 2020
@senorprogrammer
Copy link
Collaborator

Thanks for the PR!

DO has changed how Hacktoberfest works: https://hacktoberfest.digitalocean.com/hacktoberfest-update and your PRs are exactly the kind that Hacktoberfest was intended for, ones that make things better for everyone. So if you do choose to, they'll count :)

(Full disclosure: I work for DigitalOcean)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants