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

feat(next): initializes nav group prefs on the server and consolidates records #9145

Merged
merged 7 commits into from
Nov 13, 2024

Conversation

jacobsfletch
Copy link
Member

@jacobsfletch jacobsfletch commented Nov 12, 2024

Prevents the initial blink of the collapsed state of nav groups. Does so by removing the initial client-side fetches for these preferences, and instead, retrieving them on the server using the Local API. Previously, these preferences were also all stored on individual records in the database, requiring a new request for each group. Now, the existing nav record, which already tracks the open state of the sidebar, also tracks the collapsed state of the individual nav groups.

@jacobsfletch jacobsfletch marked this pull request as ready for review November 12, 2024 20:32
@jacobsfletch jacobsfletch changed the title feat(next): initializes nav group preferences on the server feat(next): initializes nav group prefs on the server and consolidates records Nov 12, 2024
@jacobsfletch jacobsfletch merged commit f6bdc0a into beta Nov 13, 2024
55 checks passed
@jacobsfletch jacobsfletch deleted the feat/server-side-nav-prefs branch November 13, 2024 01:05
Copy link

🚀 This is included in version v3.0.0-beta.130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant