mattermost / focalboard

Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
https://www.focalboard.com
Other
20.65k stars 1.81k forks source link

MM-58502 Error on crossing block limit on client side #5015

Open Rajat-Dabade opened 2 weeks ago

Rajat-Dabade commented 2 weeks ago

Fixes: https://mattermost.atlassian.net/browse/MM-58502

This PR implements a client-side check for the block limit on the card. Instead of failing silently without any error message, the front end will display an error if the block limit is exceeded.

User flow:

https://github.com/mattermost/focalboard/assets/26198062/1abc8038-7005-4204-b808-c8ae3d3b19e6

I also updated the mysql/mysql-server docker version because version 5.7.12 was deprecated.