* Add FilterSelectDrawer component
* Add descriptions for build order table filters
* Pass active filters through via UseTable hook
* Remove old FilterGroup component
* Add callback to remove selected filter
* Implement interface for adding new filters
* Prevent duplication of filters
* Hide "add filter" elements after creating new filter
* Improved rendering
* Implement more filters for stock item table
* Add some filters for stock location table
* Refactor filter choice method
- Add StatusFilterOptions callback
- Update filters for existing tables
* purchase order table filters
* Implement more table filters
* Fix unused imports
* Render display value, not raw value
* Cleanup
* UI improvements