| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| $([ | ||
| // PR | ||
| '[class^="prc-PageLayout-PageLayoutWrapper"]', | ||
| // Issue | ||
| '[class*="IssueViewer-module__mainContainer"]', | ||
| ]).setAttribute('data-rgh-conversation-activity-filter', value); |
|
Tested a few things:
Broken:
|
Sorry, something went wrong.
|
@copilot the minorFixesIssuePages defaults are overriding all choices, the state can't be changed |
Sorry, something went wrong.
…igation Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
Fixed in the latest commit. The root cause was two issues:
The fix: export layoutSelectors and an applyStateToLayout helper, then add observe(layoutSelectors, applyStateToLayout, {signal}) in init(). Now whenever the layout element appears in the DOM, the current store state is immediately applied to it — independent of whether the store value changed. The subscription is also updated to use querySelectorAll to cover all matching elements. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Test URLs
Screenshot
untested