watermarkchurch / clc-app-v2

0 stars 1 forks source link

Collapsible schedule headers #109

Closed gburgett closed 1 year ago

gburgett commented 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.

gburgett commented 1 year ago

This is complicated due to this code: https://github.com/watermarkchurch/clc-app-v2/blob/master/apolloschurchapp/src/tabs/schedule/Schedule.tsx#L237