extended data canvas and init indices management

This commit is contained in:
dswbx
2025-05-03 17:58:58 +02:00
parent 6694c63990
commit 66959fe789
19 changed files with 440 additions and 159 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
import { isDebug } from "core";
import { autoFormatString } from "core/utils";
import { type ChangeEvent, useState } from "react";
import type { ChangeEvent } from "react";
import {
TbAt,
TbBrandAppleFilled,
@@ -13,7 +13,6 @@ import {
TbBrandX,
TbSettings,
} from "react-icons/tb";
import { twMerge } from "tailwind-merge";
import { useBknd } from "ui/client/bknd";
import { useBkndAuth } from "ui/client/schema/auth/use-bknd-auth";
import { Button } from "ui/components/buttons/Button";