mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-26 18:48:15 +02:00
393b961a6b
* Initial commit for refactoring properties * More work on isolating properties * Some other fixes in tests! * Handle gracefully the unknown properties * Moving properties outside components folder * Finishing changes to move the properties out of components * Moving more things to the property logic * Some improvements on properties * Cleaner class based approach for property types * Removing accidentally added people prop * A bit of simplification * Fixing some tests * Fixing more tests * Fixing more tests * All tests working * Fixing eslint errors * Adding the filtering logic for text and boolean properties * Adding support for searching by title * Fixing some tests and adding others * Fixing tests * Removing TODO * Addressing PR review comments * Fixing filterValue test after merge * Removing accidentailly included typo * Fixing typo introduced