chore: migrate to Mantine 9 and React 19

This commit is contained in:
Philipinho
2026-06-19 23:14:08 +01:00
parent 1867aa8bf6
commit 943c22c5a5
14 changed files with 951 additions and 964 deletions
@@ -1,7 +1,14 @@
import { Editor } from "@tiptap/react";
import { ActionIcon, TextInput } from "@mantine/core";
import { useDebouncedCallback, useMediaQuery } from "@mantine/hooks";
import { useCallback, useEffect, useMemo, useRef, useState } from "react";
import {
useCallback,
useEffect,
useMemo,
useRef,
useState,
type JSX,
} from "react";
import { createPortal } from "react-dom";
import { useAtom } from "jotai";
import { IconArrowUp } from "@tabler/icons-react";