PR: Custom Color Choice (#38)

This commit is contained in:
Jordan Vidrine
2025-03-11 14:45:04 -05:00
committed by GitHub
parent 664e3a5910
commit d1800ffd98
10 changed files with 183 additions and 3 deletions
@@ -0,0 +1,6 @@
import { apiInitializer } from "discourse/lib/api";
import CustomUserPallette from "../components/custom-user-pallette";
export default apiInitializer("1.8.0", (api) => {
api.renderInOutlet("sidebar-footer-actions", CustomUserPallette);
});