Hey everyone,
Today I'm excited to bring you long-awaited (even by myself) card filtering in the board view! Your filtering preferences are persisted between sessions into your browser's local storage. Thank you @swinis for another great suggestion and for forcing me to finally focus on it after avoiding the small rewrite for so long, finally I won't need to stare at a thousand of my wife's tickets in our common board 😆 . Alongside that change, we have some other small changes and bug fixes.
Let me know what you think and don't be afraid to spam the repo with issues/discussions, I'll get to them all eventually.
Enjoy!
What's Changed
- feat: Make board stats available for normal users as well by @dkorecko in #102
- feat: Add icon to copy deep link to card by @dkorecko in #104
- refactor: Use constant paths in repeating places by @dkorecko in #103
- fix: Issue where the action modal could extend past the screen by @dkorecko in #105
- feat: Added card filtering by @dkorecko in #106
- fix: Action modal always fit on screen and adjust width/height if needed by @dkorecko in #107
- feat: Include [DEV] in the title when running development build by @dkorecko in #108
Full Changelog: v1.9.0...v1.10.0