Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Grid items are client only #58

Open
BD103 opened this issue Dec 20, 2023 · 0 comments
Open

Grid items are client only #58

BD103 opened this issue Dec 20, 2023 · 0 comments
Labels
d-hard Hard difficulty p-low Low priority

Comments

@BD103
Copy link
Member

BD103 commented Dec 20, 2023

With eba787d, it has become required to wrap <NGrid>s in a <ClientOnly> component because responsive sizing can only be calculated on the client. Because of this, they appear later than the rest of the page. I hope there would be a way to remove the client-only code, but I fear it might not be possible.

<ClientOnly>
<NGrid cols="1 m:2" :x-gap="12" responsive="screen">
<NGi>
<LazyHomeMemberList />
</NGi>
<NGi>
<LazyHomeQuickStats />
</NGi>
</NGrid>
</ClientOnly>

@BD103 BD103 added p-low Low priority d-hard Hard difficulty labels Dec 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
d-hard Hard difficulty p-low Low priority
Projects
None yet
Development

No branches or pull requests

1 participant