semantics

This commit is contained in:
2026-03-20 20:01:58 +03:00
parent 1149e8df1d
commit 80ce8fe150
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';