Skip to content

Instantly share code, notes, and snippets.

View danielecap089-crypto's full-sized avatar

danielecap089-crypto

  • Joined Sep 29, 2025
View GitHub Profile
import React, { useEffect, useMemo, useState } from "react";
// ==========================
// ROMA SALONS — SINGLE‑FILE REACT APP (FIXED)
// ==========================
// Fix principali:
// 1) Rimosse sequenze residue "$1" che causavano SyntaxError.
// 2) Ripristinato lo stato `sort` e chiusa correttamente la useMemo `filtered`.
// 3) Completata la sezione "Strumenti" (solo admin) e chiuse tutte le parentesi/JSX.
// 4) Self‑tests estesi (Data URL, escape CSV, sanitize, clamp, lingua fallback).