1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-11 18:13:52 +02:00
focalboard/server
Jesús Espino f915a20c64
Adding the new blocks based editor (#3825)
* Working in the new content block editor

* Moving blocksEditor content block into its own component

* Initial integration with quick development flow

* More WIP

* Adding drag and drop support with server side help

* Some extra work around the styles

* Adding image support

* Adding video and attachments, and fixing edit

* Putting everything behind a feature flag

* Adding support for download attachments

* Fixing compilation error

* Fixing linter errors

* Fixing javascript tests

* Fixing a typescript error

* Moving the move block to an action with undo support

* Fixing ci

* Fixing post merge errors

* Moving to more specific content-blocks api

* Apply suggestions from code review

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>

* Fixing the behavior of certain blocks

* Fixing linter error

* Fixing javascript linter errors

* Adding permission testing for the new move content block api

* Adding some unit tests

* Improving a bit the tests

* Adding more unit tests to the backend

* Fixed PR suggestion

* Adding h1, h2 and h3 tests

* Adding image tests

* Adding video tests

* Adding attachment tests

* Adding quote block tests

* Adding divider tests

* Adding checkbox tests

* Adding list item block tests

* Adding text block tests

* Reorganizing a bit the code to support deveditor eagain

* Fixing dark theme on editor view

* Fixing linter errors

* Fixing tests and removing unneeded data-testid

* Adding root input tests

* Fixing some merge problems

* Fixing text/text.test.tsx test

* Adding more unit tests to the blocks editor

* Fix linter error

* Adding blocksEditor tests

* Fixing linter errors

* Adding tests for blockContent

* Update webapp/src/components/blocksEditor/blockContent.test.tsx

Fix linter warning

* Update webapp/src/components/blocksEditor/blockContent.test.tsx

Fix linter warning

* Update webapp/src/components/blocksEditor/blockContent.test.tsx

Fix linter error

* Fixing test

* Removing unneeded TODO

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
2022-11-15 16:59:07 +01:00
..
admin-scripts Update focalboard endpoints to v2 namespace (#2781) 2022-04-13 15:24:32 -05:00
api Adding the new blocks based editor (#3825) 2022-11-15 16:59:07 +01:00
app Adding the new blocks based editor (#3825) 2022-11-15 16:59:07 +01:00
assets Additional new standard board templates (#4144) 2022-11-07 19:10:58 -07:00
auth Restoring guest account access and adding backend part of the guest accounts support (#2929) 2022-08-24 17:08:58 -05:00
client Adding the new blocks based editor (#3825) 2022-11-15 16:59:07 +01:00
integrationtests Adding the new blocks based editor (#3825) 2022-11-15 16:59:07 +01:00
main Fix make swagger errors & update version (#3772) 2022-09-07 08:32:53 -06:00
model update to version 7.6.0 (#4185) 2022-11-09 17:50:17 +05:30
server GH-3797 Update telemetry to send boards count (#3820) 2022-09-13 14:37:05 -06:00
services [GH-3410] Healthcheck Endpoint with Server Metadata (#4151) 2022-11-14 14:37:06 -05:00
swagger [GH-3410] Healthcheck Endpoint with Server Metadata (#4151) 2022-11-14 14:37:06 -05:00
utils Delete children when deleting boards and cards (#3943) 2022-11-08 11:42:01 -05:00
web Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
ws Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
.golangci.yml add cyclo complexity, update migrate() to use defer (#3257) 2022-06-21 09:12:55 -06:00
go.mod Delete children when deleting boards and cards (#3943) 2022-11-08 11:42:01 -05:00
go.sum Delete children when deleting boards and cards (#3943) 2022-11-08 11:42:01 -05:00
go.tools.mod Updated go version (#3189) 2022-06-06 10:18:21 +02:00
go.tools.sum Adding support for patch blocks (#877) 2021-08-06 14:10:24 +02:00