diff --git a/src/lib/components/creation/CalendarV2/Calendar.svelte b/src/lib/components/creation/CalendarV2/Calendar.svelte index e9f10eeb..e9c32ef3 100644 --- a/src/lib/components/creation/CalendarV2/Calendar.svelte +++ b/src/lib/components/creation/CalendarV2/Calendar.svelte @@ -49,10 +49,10 @@
-

+

{monthName} {currentYear} -

+

diff --git a/src/lib/components/creation/Creation.svelte b/src/lib/components/creation/Creation.svelte index 9fdf1872..ba0356dd 100644 --- a/src/lib/components/creation/Creation.svelte +++ b/src/lib/components/creation/Creation.svelte @@ -8,28 +8,24 @@ import { cn } from "$lib/utils/utils"; -
-

Let's plan your next meeting.

-

- Select potential dates and times for you and your team. +
+

+ Let's plan your next meeting.

+

+ Select potential dates and times for you and your team. +

- - -
-
-

- Meeting Details -

- -
- - -
+
+
+ +
+ +
diff --git a/src/lib/components/creation/MeetingV2/MeetingNameField.svelte b/src/lib/components/creation/MeetingV2/MeetingNameField.svelte index 33129196..2e8f9cc8 100644 --- a/src/lib/components/creation/MeetingV2/MeetingNameField.svelte +++ b/src/lib/components/creation/MeetingV2/MeetingNameField.svelte @@ -2,35 +2,22 @@ import { onMount } from "svelte"; import { DEFAULT_MEETING_NAME, meetingName } from "$lib/stores/meetingSetupStores"; - import EditNoteIcon from "~icons/material-symbols/edit-note"; + + let inputRef: HTMLInputElement; /* Reset to the default meeting name*/ onMount(() => { $meetingName = DEFAULT_MEETING_NAME; + inputRef.focus(); }); - - const onFocus = (e: Event) => { - (e.target as HTMLInputElement).select(); - }; - const onSelect = (e: Event) => { - (e.target as HTMLInputElement).select(); - }; -
-
- -

Meeting Name

-
- -
- -
+
+
diff --git a/src/lib/components/creation/MeetingV2/MeetingTimeField.svelte b/src/lib/components/creation/MeetingV2/MeetingTimeField.svelte index b7b6c258..bc204132 100644 --- a/src/lib/components/creation/MeetingV2/MeetingTimeField.svelte +++ b/src/lib/components/creation/MeetingV2/MeetingTimeField.svelte @@ -16,7 +16,7 @@
-

Meet no earlier / No later than

+

ANY TIME BETWEEN

@@ -26,7 +26,7 @@ > - and + and - + PST
diff --git a/src/lib/components/navigation/Navbar.svelte b/src/lib/components/navigation/Navbar.svelte index 80037344..77f09f2d 100644 --- a/src/lib/components/navigation/Navbar.svelte +++ b/src/lib/components/navigation/Navbar.svelte @@ -15,7 +15,7 @@
-