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: Refactor comment sorting order mechanism and markdown summary output order #53

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

BagToad
Copy link
Owner

@BagToad BagToad commented Jan 22, 2024

This PR updates the comment sorting order in the background.js file to descending order. It also changes the list layout in the popup.css file to display items in a column instead of a reverse column.

Instead of sorting with CSS, we'll now sort with the request parameter.

This commit also fixes a bug with sorting in the configurable summary output since the data itself is now sorted.

This commit updates the comment sorting order in the background.js file to descending order. It also changes the list layout in the popup.css file to display items in a column instead of a reverse column.

Instead of sorting with CSS, we'll now sort with the request parameter.

This commit also fixes a bug with sorting in the configurable summary output since the data itself is now sorted.
@BagToad BagToad merged commit fd3aeaf into main Jan 22, 2024
3 checks passed
@BagToad BagToad deleted the dev-bagtoad-markdown-summary-enhancements branch January 22, 2024 19:01
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.

1 participant