twenty
twenty copied to clipboard
Apply RecoilScope v3 to RecordTable
Context
We have implement a new version of state scoping called "StateScopeMap". This should simplify a lot the usage of scoped states and scopes. This has been implemented on ui component SelectableList in #3266
Scope
This is to refactor the recoil states to use this new way of doing things for our Record Table component
- migrate scopedStates to stateScopeMaps
- create a hook to load this states
- refactor usage to use this hook
Based on previous PRs made on the same area, I would expect it to be ~500 lines of code changed