Open leeoocca opened 3 weeks ago
Ok, so the problem with the sorting jump that you described is due to the fact that Remix renders the page server-side first, where it has no access to localStorage. I'd propose to keep the scope for this PR on the new column create another PR to address table styling (maybe also https://github.com/42-student-council/website/issues/160) move from localstorage to cookies (bc also available server-side) or query params (not as persistent as localStorage, but shareable) What do you think?
Ok, so the problem with the sorting jump that you described is due to the fact that Remix renders the page server-side first, where it has no access to localStorage.
I'd propose to
What do you think?
Originally posted by @leeoocca in https://github.com/42-student-council/website/pull/213#pullrequestreview-2406525810
Originally posted by @leeoocca in https://github.com/42-student-council/website/pull/213#pullrequestreview-2406525810