marcustyphoon
marcustyphoon
Tags don't count as contributed content for the contributed content feature already! So I bet either you've found a bug or there's some intricacy with the "Always show reblogs of...
Hmm, yeah—do you have an example of a post you're seeing that you'd expect not to? (And which of the relevant blogs you are/aren't following?) If I had to guess...
Perfect, thanks! For your first one: aha, I thought this case (followed-unfollowed-followed) would be very uncommon, but it looks like in your community it's not. I'll probably have to redesign...
Resolved in #1914!
This layout is somewhat limited by the CSS-only method; we could certainly insert more DOM elements to have more flexibility. That I can think of, it would require adding wrappers...
Uhhhhhh why the heck does a fetched community post have `headerContext: { label: { type: 'text', text: 'Private community post' }, icon: 'lock' }`? It—oh, that actually is how an...
> Uhhhhhh why the heck does a fetched community post have `headerContext: { label: { type: 'text', text: 'Private community post' }, icon: 'lock' }`? It—oh, that actually is how...
I feel like as a user I would want to be informed before an entire minute has passed :D
Ultra minimal fix if we're going to go the hotfix route: ```diff styleElement.textContent += ` [data-xkit-themed="${name}"] { --white: ${backgroundColorRGB}; + --content-panel: rgb(${backgroundColorRGB}); --black: ${titleColorRGB}; --deprecated-accent: ${linkColorRGB}; --color-primary-link: rgb(var(--deprecated-accent)); } `;...