-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Fix post merge Revamp navigation bar #6285
Comments
Implementation Steps
References/packages/twenty-front/src/pages/object-record/RecordShowPage.tsx
|
Passing the cursor from table seems useless, because we can already have it from the return of the findOne request by using the same query variables than the passed view.
|
The assumption that led to passing the parameter was that recomputing the position / converting the sorts into filters would be too expensive, but great if it's not! |
Scope & Context
After merge of #6031, we have a lot of small fixes and refactors to do. We left them aside to release a working feature.
Technical inputs
The text was updated successfully, but these errors were encountered: