focalboard icon indicating copy to clipboard operation
focalboard copied to clipboard

Persist category state

Open harshilsharma63 opened this issue 1 year ago • 0 comments

Fixes #3465 and fixes #3448

Summary-

  1. Added a column collapsed boolean to categories table to store if the user category is collapsed or not.
  2. The SQL migration for MySQL and PostgreSQL is idempotent but that of SQLite is not as I couldn't find a SQL only way to conditionally add a column to a table. Need to dig more into this but created the PR anyways as it doesn't block the plugin release.
  3. Added new and missing tests for category and board category store methods.

harshilsharma63 avatar Aug 05 '22 08:08 harshilsharma63