diff --git a/app/messages/en.json b/app/messages/en.json index a821711..2837190 100644 --- a/app/messages/en.json +++ b/app/messages/en.json @@ -19,6 +19,7 @@ "child": "Child", "citizenship": "Citizenship", "close": "Close", + "coffee": "Coffee", "colour": "Colour", "connection": "Connection", "connection_type": "Connection Type", @@ -104,6 +105,7 @@ "sibling": "Sibling", "sign_in": "Sign In", "sign_out": "Sign Out", + "site_intro": "Welcome to Generations Heritage, a place to record and share your family history.", "skill": "Skill", "skin_colour": "Skin Colour", "source": "Source", diff --git a/app/messages/hu.json b/app/messages/hu.json index abc37c2..ad5579d 100644 --- a/app/messages/hu.json +++ b/app/messages/hu.json @@ -19,6 +19,7 @@ "child": "Gyermek", "citizenship": "Állampolgárság", "close": "Bezár", + "coffee": "Kávé", "colour": "Szín", "connection": "Kapcsolat", "connection_type": "Kapcsolat típusa", @@ -104,6 +105,7 @@ "sibling": "Testvér", "sign_in": "Bejelentkezés", "sign_out": "Kijelentkezés", + "site_intro": "Üdvözöljük a Generációk Öröksége oldalán, ahol rögzítheti és megoszthatja családtörténetét.", "skill": "Képesség", "skin_colour": "Bőrszín", "source": "Forrás", diff --git a/app/src/routes/+page.svelte b/app/src/routes/+page.svelte index f4412f1..54ddaad 100644 --- a/app/src/routes/+page.svelte +++ b/app/src/routes/+page.svelte @@ -2,6 +2,7 @@ import {title, family_tree} from '$lib/paraglide/messages.js'; import { SvelteFlowProvider,Background, BackgroundVariant, SvelteFlow, Controls, MiniMap } from '@xyflow/svelte'; import type { Node, Edge, NodeTypes, NodeProps } from '@xyflow/svelte'; + import ThemeButton from '$lib/theme-select.svelte'; let nodes = $state.raw([]); let edges = $state.raw([]); @@ -11,6 +12,10 @@ {title({ page: family_tree() })} +
+ +
+
diff --git a/app/src/routes/login/highresolution_icon_no_background_croped.png b/app/src/routes/login/highresolution_icon_no_background_croped.png new file mode 100644 index 0000000..8e640e5 Binary files /dev/null and b/app/src/routes/login/highresolution_icon_no_background_croped.png differ