diff --git a/app/app.config.ts b/app/app.config.ts index f27e791..4c061d7 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -17,6 +17,22 @@ export default defineAppConfig({ base: "cursor-pointer" } }, + formField: { + slots: { + root: "w-full" + } + }, + input: { + slots: { + root: "w-full" + } + }, + textarea: { + slots: { + root: "w-full", + base: "resize-none" + } + }, navigationMenu: { slots: { link: "cursor-pointer", diff --git a/app/components/Layout/Tile.vue b/app/components/Layout/Tile.vue index 164ec17..79394d5 100644 --- a/app/components/Layout/Tile.vue +++ b/app/components/Layout/Tile.vue @@ -2,10 +2,10 @@
-

+

{{ props.title }}

-

+

{{ props.description }}

diff --git a/app/pages/commands.vue b/app/pages/commands.vue index 10a5359..6a38068 100644 --- a/app/pages/commands.vue +++ b/app/pages/commands.vue @@ -3,29 +3,23 @@ title="Commands" description="Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application." > -
-
-
-
- -
- -
-
-
- - Send command - -
-
- -
-