Dateien nach "frontend/src/tools" hochladen

This commit is contained in:
2026-05-25 23:04:10 +02:00
parent f1167e964c
commit 58528edafe

View File

@@ -287,7 +287,7 @@ export default function Kalkulator3D({ toast, editData, onEditDone, mobile }) {
); );
} }
// ── Kostenarchiv ────────────────────────────────────────────────────────────── // ── Archiv ──────────────────────────────────────────────────────────────
export function SavedList({ toast, mobile }) { export function SavedList({ toast, mobile }) {
const [items, setItems] = useState([]); const [items, setItems] = useState([]);
const [loading, setLoading] = useState(true); const [loading, setLoading] = useState(true);
@@ -323,7 +323,7 @@ export function SavedList({ toast, mobile }) {
<div style={{ padding: mobile ? '14px 14px 90px' : '36px 44px', maxWidth:900 }}> <div style={{ padding: mobile ? '14px 14px 90px' : '36px 44px', maxWidth:900 }}>
{lightbox && <ImageModal src={lightbox} onClose={() => setLightbox(null)} />} {lightbox && <ImageModal src={lightbox} onClose={() => setLightbox(null)} />}
<h1 style={{ color:'#fff', fontFamily:"'Space Mono',monospace", fontSize:mobile?18:22, marginBottom:14 }}>Kostenarchiv</h1> <h1 style={{ color:'#fff', fontFamily:"'Space Mono',monospace", fontSize:mobile?18:22, marginBottom:14 }}>Archiv</h1>
{/* Suche */} {/* Suche */}
<div style={{ position:'relative', marginBottom:12 }}> <div style={{ position:'relative', marginBottom:12 }}>