Skip to content

Commit 8c84bee

Browse files
committed
feat: eslint upgrade, formatting, improved test and build process, dependency upgrades
1 parent ea9f1fd commit 8c84bee

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

src-tauri/gen/schemas/acl-manifests.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src-tauri/gen/schemas/desktop-schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,12 @@
236236
"const": "core:app:allow-set-app-theme",
237237
"markdownDescription": "Enables the set_app_theme command without any pre-configured scope."
238238
},
239+
{
240+
"description": "Enables the set_dock_visibility command without any pre-configured scope.",
241+
"type": "string",
242+
"const": "core:app:allow-set-dock-visibility",
243+
"markdownDescription": "Enables the set_dock_visibility command without any pre-configured scope."
244+
},
239245
{
240246
"description": "Enables the tauri_version command without any pre-configured scope.",
241247
"type": "string",
@@ -296,6 +302,12 @@
296302
"const": "core:app:deny-set-app-theme",
297303
"markdownDescription": "Denies the set_app_theme command without any pre-configured scope."
298304
},
305+
{
306+
"description": "Denies the set_dock_visibility command without any pre-configured scope.",
307+
"type": "string",
308+
"const": "core:app:deny-set-dock-visibility",
309+
"markdownDescription": "Denies the set_dock_visibility command without any pre-configured scope."
310+
},
299311
{
300312
"description": "Denies the tauri_version command without any pre-configured scope.",
301313
"type": "string",

src-tauri/gen/schemas/linux-schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,12 @@
236236
"const": "core:app:allow-set-app-theme",
237237
"markdownDescription": "Enables the set_app_theme command without any pre-configured scope."
238238
},
239+
{
240+
"description": "Enables the set_dock_visibility command without any pre-configured scope.",
241+
"type": "string",
242+
"const": "core:app:allow-set-dock-visibility",
243+
"markdownDescription": "Enables the set_dock_visibility command without any pre-configured scope."
244+
},
239245
{
240246
"description": "Enables the tauri_version command without any pre-configured scope.",
241247
"type": "string",
@@ -296,6 +302,12 @@
296302
"const": "core:app:deny-set-app-theme",
297303
"markdownDescription": "Denies the set_app_theme command without any pre-configured scope."
298304
},
305+
{
306+
"description": "Denies the set_dock_visibility command without any pre-configured scope.",
307+
"type": "string",
308+
"const": "core:app:deny-set-dock-visibility",
309+
"markdownDescription": "Denies the set_dock_visibility command without any pre-configured scope."
310+
},
299311
{
300312
"description": "Denies the tauri_version command without any pre-configured scope.",
301313
"type": "string",

0 commit comments

Comments
 (0)