semantics

This commit is contained in:
2026-03-20 20:01:58 +03:00
parent 62d7c660ef
commit 4d4f204f1c
12 changed files with 1734 additions and 6577 deletions

View File

@@ -3,6 +3,7 @@
// @SEMANTICS: api, client, fetch, rest
// @PURPOSE: Handles all communication with the backend API.
// @LAYER: Infra-API
// @RELATION: [DEPENDS_ON] ->[toasts_module]
import { addToast } from './toasts.js';
import { PUBLIC_WS_URL } from '$env/static/public';