UX: move and restyle bulk select on desktop (#65)

This commit is contained in:
Kris
2025-03-20 08:42:11 -04:00
committed by GitHub
parent 274e5f7a1f
commit 7f6b0df5bf
3 changed files with 75 additions and 7 deletions
@@ -0,0 +1,7 @@
import { apiInitializer } from "discourse/lib/api";
export default apiInitializer("0.8.0", (api) => {
api.registerValueTransformer("bulk-select-in-nav-controls", () => {
return true;
});
});