From 9a63e0babd82f828b663a2f38c51067e7dca4b9a Mon Sep 17 00:00:00 2001 From: Valentin Boulanger Date: Mon, 8 Jul 2024 09:54:55 +0200 Subject: [PATCH] improve fields --- frontend/src/components/General/Input.svelte | 6 ++++-- .../Settings/ProjectPropertiesContent.svelte | 13 +++++++------ frontend/src/lang/en.json | 6 +++++- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/General/Input.svelte b/frontend/src/components/General/Input.svelte index 30b6977..ff1248c 100644 --- a/frontend/src/components/General/Input.svelte +++ b/frontend/src/components/General/Input.svelte @@ -10,6 +10,8 @@ export let alt = undefined; export let width = undefined; export let height = undefined; + export let value = ''; + export let placeholder = ''; // Import the main colors from the store let firstColor, secondColor, thirdColor, fourthColor, okColor, nokColor, whiteColor @@ -37,10 +39,10 @@

{label}

{#if type === 'large'} -