semantic markup update

This commit is contained in:
2026-01-18 21:29:54 +03:00
parent 1b863bea1b
commit c0505b4d4f
85 changed files with 7020 additions and 5953 deletions

View File

@@ -38,6 +38,8 @@ export const taskLogs = writable([]);
// [DEF:fetchPlugins:Function]
// @PURPOSE: Fetches plugins from the API and updates the plugins store.
// @PRE: None.
// @POST: plugins store is updated with data from the API.
export async function fetchPlugins() {
try {
console.log("[stores.fetchPlugins][Action] Fetching plugins.");
@@ -52,6 +54,8 @@ export async function fetchPlugins() {
// [DEF:fetchTasks:Function]
// @PURPOSE: Fetches tasks from the API and updates the tasks store.
// @PRE: None.
// @POST: tasks store is updated with data from the API.
export async function fetchTasks() {
try {
console.log("[stores.fetchTasks][Action] Fetching tasks.");