Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin create events build fix #125

Merged
merged 31 commits into from
Oct 27, 2023
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
91660e8
Create Event Page New UI Part 1
greatsamist Oct 11, 2023
f8d6185
remove comment
greatsamist Oct 11, 2023
6983f39
Admin-create-event-Part2
greatsamist Oct 16, 2023
43f5346
handle image upload
greatsamist Oct 17, 2023
52bf182
add create event path and fixes
greatsamist Oct 17, 2023
69a16fb
Merge branch 'main' into admin-create-events
greatsamist Oct 17, 2023
7bc424b
Event preview fixes
greatsamist Oct 17, 2023
4d2c77c
handle empty events
greatsamist Oct 18, 2023
2cfe39c
more UI fixes
greatsamist Oct 18, 2023
3b2aeed
Merge branch 'main' into admin-create-events
greatsamist Oct 19, 2023
2394b55
add dataExporter input
greatsamist Oct 19, 2023
09c7e20
fix text
greatsamist Oct 19, 2023
70cf98f
Merge branch 'main' into admin-create-events
greatsamist Oct 23, 2023
028bdbd
remove axios
greatsamist Oct 23, 2023
9bac73f
delete old event components
greatsamist Oct 23, 2023
e0ec705
add markdown
greatsamist Oct 25, 2023
28cac0b
revalidate request
greatsamist Oct 25, 2023
c12ec03
vercel error
greatsamist Oct 25, 2023
99683a1
timezone-dropdown sidenav-collapse
greatsamist Oct 26, 2023
dcce4c2
minor fix
greatsamist Oct 26, 2023
d24f17b
bug fix
greatsamist Oct 26, 2023
a8bc16e
Merge branch 'main' into admin-create-events
pblvrt Oct 26, 2023
cce3bc3
build fix
pblvrt Oct 26, 2023
9eeed5d
change in route
pblvrt Oct 26, 2023
43718c6
add form validation
greatsamist Oct 26, 2023
50bf053
homepage navabar clean up after events
greatsamist Oct 26, 2023
1e087b2
set accent color on app load
greatsamist Oct 26, 2023
2a3df7e
changed prettier config
pblvrt Oct 27, 2023
c7a8abe
carlota wallet
pblvrt Oct 27, 2023
ac4c656
small fix
greatsamist Oct 27, 2023
3499f2c
Merge branch 'main' into admin-create-events
greatsamist Oct 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ const CreateEditEventStepTwo = ({
const [selectedType, setSelectedType] = useState<string>(
formData?.dataImporter?.[0]?.type ?? ''
)
//@ts-ignore

const [config, setConfig] = useState<GSheetConfig & PretalxConfig>(
//@ts-ignore
formData?.dataImporter?.[0]?.config ?? initialImporterConfig
)
const [exporterConfig, setExporterConfig] = useState<GSheetConfig>(
Expand Down