Conversation
…ge and user info in header is on
v1 UI, v3 UI: Show legacy subreddit member count, fix attaching side menu to header
- feat: Show post and comment absolute local timestamps [RV1, RV3]. - feat: Mark posts as read [RV3]. - fix: "Add Scrollbars To Images" no longer cuts off part of the image. - fix: Small fixes and tweaks.
- Fix "Always show post and comment options" not working due to a website element name change.
- Apply container borders to Recent Posts, sidebar sections, Community highlights and profile items when "Hide post and sidebar dividers" or "Custom Background" is on; - Fixed an issue where the post overflow menu doesn't appear when certain items under "Hide buttons from post action bar" are activated, after its HTML tag name change; - Fixed an issue where the side menu cannot be opened in profile pages when "Display page and user info in header" is on; - Fixed an issue where the user avatar cannot be fetched when "Display page and user info in header" is on; - Sort and view dropdowns should now only move when "Full Width Subreddit Banner" is on Signed-off-by: Bùi Minh Đức <93396463+bmndc@users.noreply.github.com>
Do NOT check the visited state of each URL in the feed. Browsers de-prioritise and restrict extension background scripts from handling complex tasks, doing so will slow the function to a halt. Instead, if the Mark read button is pressed, add the URL to the browser history again. Let users see if the URL is marked visited by themselves. Also: internally merge "Add a button to each post to mark it as read" with markReadOnOpenExpandos, scan the feed with only one MutationObserver to reduce performance load on browser. TODO: check if this closes #201. Signed-off-by: Bùi Minh Đức <93396463+bmndc@users.noreply.github.com>
On Chromium-based browsers it's documentElement, not activeElement... I should probably look up more details, using GH Copilot to quickly fix this doesn't help me understand anything Signed-off-by: Bùi Minh Đức <93396463+bmndc@users.noreply.github.com>
v3 UI: fixes
- Fix "Show legacy subreddit member count" not working due to a website update. - Fix "Scale Post To Fit Video" not working correctly with compact view video posts. - Theme tweaks. - Update dependencies.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge dev into main