Precompiled 2025-04-22-a7c63f7
Pre-release
Pre-release
·
466 commits
to main
since this release
Avoid elements being incorrectly blocked by Brave (#36513) EasyList Cookie, the blocking list used by Brave to block cookie notices, [blocks elements with `.bottom-4` on convex.dev](https://github.com/easylist/easylist/blob/54378db24d7c56f0bf488d7b7825966d9f4a573e/easylist_cookie/easylist_cookie_specific_hide.txt#L3471), presumably to block the cookie notice component on website/docs that uses this class. As a consequence of this, all elements in the dashboard using `.bottom-4` are currently blocked by Brave by default. I’m creating a class with a different name to avoid breaking some dashboard features for Brave users. This PR also adds an ESLint rule to make sure we won’t use `.bottom-4` somewhere else by mistake. GitOrigin-RevId: ccaa22670e143f19edc0b1836092a68030d98104