Add badge leaderboard UI and badge rarity styling

This commit is contained in:
Lorenzune
2026-05-19 15:30:47 +02:00
parent 1de0194547
commit 4e1ceed53f
47 changed files with 970 additions and 8 deletions
@@ -30,7 +30,6 @@ export const DraggableWindow: FC<DraggableWindowProps> = props => {
const [isPositioned, setIsPositioned] = useState(false);
const [dragHandler, setDragHandler] = useState<HTMLElement>(null);
const elementRef = useRef<HTMLDivElement>();
const bringToTop = useCallback(() => {
let zIndex = 400;
for (const existingWindow of CURRENT_WINDOWS) {