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

[Public] Apply SSR for public pages #59

Merged
merged 20 commits into from
Jun 21, 2024
Merged

Conversation

somnisomni
Copy link
Owner

@somnisomni somnisomni commented Jun 12, 2024

Resolves #41

Vite (CSR) -> Nuxt.js (SSR) migration

@somnisomni somnisomni added the enhancement New feature or request label Jun 12, 2024
@somnisomni somnisomni force-pushed the feat/public-migrate-nuxtjs branch from 643f584 to 82b9d4c Compare June 12, 2024 06:47
public-ssr: Use `useAsyncData` in API wrapper function
to use `useAsyncData`

not working well yet
public-ssr: Fix some Vuetify behaviour by adding ssr option
public-ssr: Properly include common UI stylesheet
…l booth page

public-ssr: Fix `setInterval` called multiple times caused by web browser behaviour by implementing custom interval runner using `requestAnimationFrame`
public-ssr: Set image rendering option to info image
@somnisomni somnisomni force-pushed the feat/public-migrate-nuxtjs branch 3 times, most recently from 18b0cb6 to a64f497 Compare June 21, 2024 16:08
@somnisomni somnisomni force-pushed the feat/public-migrate-nuxtjs branch from a64f497 to 7c0f2c4 Compare June 21, 2024 16:13
@somnisomni somnisomni marked this pull request as ready for review June 21, 2024 16:42
@somnisomni somnisomni merged commit 80f7815 into main Jun 21, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Public] Apply SSR for public pages
1 participant