[feat]: Extended Tables Support (#2596)

* migrated table to new project structure

* fixed range errors while deleting table nodes with no nodes below and removed console logs

* fixed css for rendering table menu

* removed old table menu

* added support for read only editors as well

* text-black removed

* added design colors

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
M. Palanikannan 2023-11-05 18:54:00 +05:30 committed by GitHub
parent f0335751b3
commit 14ac885e55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 1970 additions and 365 deletions

View file

@ -8,6 +8,7 @@ import NProgress from "nprogress";
// styles
import "styles/globals.css";
import "styles/editor.css";
import "styles/table.css";
import "styles/command-pallette.css";
import "styles/nprogress.css";
import "styles/react-datepicker.css";