-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[CAL-3176] Add a setting to change the default home view #13778
Comments
@PeerRich won't be able to ssr here if you want to use localStorage cal.com/apps/web/pages/index.tsx Lines 9 to 17 in b520238
|
Yes, we can't use localstorage value here as it is server component. Need to think for some better way. I have a suggession that what if we store the route value as backend cookie and set it to response header so we can use that header. Please give your input as well. |
I think we should take a field in the general setting on backend side and store the default route's value there. |
User request:
As this is not the case for all users, instead of making it the default, we're going to make it an option that you can set:
Update default home view - New Features (Figma)
From SyncLinear.com | CAL-3176
The text was updated successfully, but these errors were encountered: