Skip to content

v1 UI, v3 UI: Show legacy subreddit member count, fix attaching side menu to header#195

Merged
joelacus merged 4 commits intojoelacus:devfrom
bmndc:dev
Sep 28, 2025
Merged

v1 UI, v3 UI: Show legacy subreddit member count, fix attaching side menu to header#195
joelacus merged 4 commits intojoelacus:devfrom
bmndc:dev

Conversation

@bmndc
Copy link
Contributor

@bmndc bmndc commented Sep 26, 2025

Reddit changes

  • Added an option to fetch the subreddit member count from Reddit API and display in the subreddit info sidebar, in place of the new "Weekly visitors" and "Weekly contributions" on v3 UI + restore the "readers" count on v1 UI.
  • Fixed an issue where default feed sort options may not work after reloading the page
    Problem with Firefox Multi-Account Container? Sort order ignored. #191
  • Fixed an issue where the side menu is no longer attached to the header after navigating to other page when "Display page and user info in header" is on.
  • Fixed a style issue where the "View discussions on other communities" link is misaligned to the left of the comment box.

*/
function formatNumber(num) {
const units = [
{ value: 1e18, symbol: 'E' },
Copy link
Owner

Choose a reason for hiding this comment

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

1e18 ?! I didn't realise how big some subreddits were!

@bmndc
Copy link
Contributor Author

bmndc commented Sep 28, 2025 via email

@joelacus joelacus merged commit 626d712 into joelacus:dev Sep 28, 2025
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