Skip to content

upgrade to vite and vue3#24

Draft
rixx wants to merge 96 commits intomasterfrom
vite-vue3
Draft

upgrade to vite and vue3#24
rixx wants to merge 96 commits intomasterfrom
vite-vue3

Conversation

@rixx
Copy link
Member

@rixx rixx commented Aug 28, 2024

Progress

  • lib build
  • dev server
  • normal build
  • wc build
  • make sure build/release still works as expected

Problems

  • no .min.js / always minified, but the wc build would be nice to have with both. not urgent, but neat for dev server debugging
  • styles are not inlined (or rather, styles from App.js are inlined, but my understanding was that customElement: true would cause all components to have inlined css)
  • pretalx-schedule.js now needs to be loaded with type=module because of the export default on the last line, which would break all existing pretalx schedules out there, I think?

rixx added 30 commits September 19, 2025 13:03
when the last session of a day crossed a date barrier in the user-local
time (but not the event time), the schedule still omitted the rest of
the day when displaying in event time, resulting in e.g. a 7:30pm-8:00pm
session in event time showing as cross-date (but still only 30 minute
long), because the remaining date timeslices were omitted, even though
this should have only happened in user time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants