twenty icon indicating copy to clipboard operation
twenty copied to clipboard

Apply RecoilScope v3 to RecordTable

Open charlesBochet opened this issue 1 year ago • 0 comments

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

charlesBochet avatar Jan 08 '24 10:01 charlesBochet