Closed gburgett closed 1 year ago
On the Schedule tab, allow the list items to collapse under the headers.
Don't worry about animations, we can tackle that later if it's necessary.
Note that the auto-scroll logic has to calculate the size of the list, this will need to be updated to account for collapsed headers.
This is complicated due to this code: https://github.com/watermarkchurch/clc-app-v2/blob/master/apolloschurchapp/src/tabs/schedule/Schedule.tsx#L237
On the Schedule tab, allow the list items to collapse under the headers.
Don't worry about animations, we can tackle that later if it's necessary.
Note that the auto-scroll logic has to calculate the size of the list, this will need to be updated to account for collapsed headers.