SB fetch and entry

This commit is contained in:
2025-06-11 23:49:35 +02:00
parent 896a459bba
commit 8975ea17af
11 changed files with 156 additions and 237 deletions
@@ -1,7 +1,8 @@
import { FC } from 'react';
import { LoadingState } from '../../types/general';
interface ActionBarProps {
loadingState: 'preview' | 'accepted' | 'loaded';
loadingState: LoadingState;
acceptDisabled: boolean;
accept: () => void;
reject: () => void;