You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Port improvements such as support for data export as CSV and bug fixes from various projects
Refactor the code to split large component files into separate components and utils with separation of concern
Make the API fetching logic and other defaults configurable via a global config provider for the project
Fix the boolean type filter in filters-button.tsx. Once its applied, it can't be reset or turned off. Lets use a Select component with Yes and No options as a boolean filter.