709 adapt creation modal to mobile view (#744)

* [#709] adapt creation modal to mobile view
* [#709] extracted time and date pickers to relevant subcomponents
* [#709] add bottom sheet to creation modal
* [#709] set autocomplete to off in title and location
* [#709] remove autofocus in event update modal
This commit is contained in:
Camille Moussu
2026-04-13 09:19:54 +02:00
committed by GitHub
parent 200d69fd28
commit b98a78abeb
21 changed files with 1093 additions and 727 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import {
DateTimeFields,
DateTimeFieldsProps
} from '@/components/Event/components/DateTimeFields'
} from '@/components/Event/components/DateTimeFields/DateTimeFields'
import { act, fireEvent, render, screen, waitFor } from '@testing-library/react'
import userEvent from '@testing-library/user-event'