ClangPan / dashboard-unfucker

Unfucks the twitterification of tumblr's dashboard, fork continuation
GNU General Public License v3.0
14 stars 0 forks source link

Communities button missing. #5

Open anton-exe opened 3 months ago

anton-exe commented 3 months ago

The button for the relatively new communities doesn't appear on the unfucked dash. Guessing this is it just not getting brought along to the new top bar along with the other buttons but can't actually tell since i don't know JS.

image image

In case you aren't in any communities yourself here is the HTML from my tumblr.

Very long HTML ```html
  • ``` (the `
      ` block is hidden unless the drop down is opened)

    While having full functionality would be great even having a basic button to bring you to https://tumblr.com/communities would work since you can go to individual communities from there too.

    ClangPan commented 3 months ago

    Hmmm, adding this button might need some work, since this is an oversight on Tumblr's side (which is understandable since the old layout isn't supported anymore)

    I'll see when I have time what I can do, recreating the current behavior might be possible, but since I don't even have the community button it's gonna be tricky to test it

    ClangPan commented 2 months ago

    A basic version of the button has been added in 6.2.1

    Keeping this issue open until I either replicate the behavior, or think that I can't