semantic markup update

This commit is contained in:
2026-01-18 21:29:54 +03:00
parent 11c59fb420
commit 76baeb1038
85 changed files with 7020 additions and 5953 deletions

View File

@@ -17,6 +17,8 @@
// [DEF:onMount:Function]
/**
* @purpose Fetch plugins when the component mounts.
* @pre Component is mounting.
* @post plugins store is populated with available tools.
*/
onMount(async () => {
console.log("[Dashboard][Entry] Component mounted, fetching plugins.");
@@ -27,6 +29,8 @@
// [DEF:selectPlugin:Function]
/**
* @purpose Selects a plugin to display its form.
* @pre plugin object is provided.
* @post selectedPlugin store is updated.
* @param {Object} plugin - The plugin object to select.
*/
function selectPlugin(plugin) {