clouditor / ui

4 stars 0 forks source link

Fixed inconsistency in compliance view #142

Closed oxisto closed 9 months ago

oxisto commented 9 months ago

Seems that with SvelteKit 2.0, we had some inconsistencies when loading the compliance data in the way that we did (which work in v1). This PR is now a workaround so that we fetch all data in the +layout.ts instead of +layout.ts and +page.ts.

This could somehow be related to https://github.com/sveltejs/kit/issues/11446

Fixes #141