plane/web/styles
M. Palanikannan 6607caade7
fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) (#2859)
* image restoration fixed (marks an image to be deleted after a week)

* removed clgs

* added image constraints

* formatted editor-core package using yarn format

* lite-text-editor nothing to format

* rich-text-editor nothing to format

* formatted document-editor with prettier

* modified file service to follow api change

* fixed more formatting in document editor

* fixed all instances of types with that from the package

* fixed delete to work consistently (minor optimizations turned off)

* stop duplicate images inside editor

* restore image on editor creation

say if user A deletes image number 2, user B was also in the same issue and in their screen the image was there, if user B makes certain changes and that gets saved in backend, according to user B image 2 should exist but since user A deleted it, it'll not get restored and get deleted in 7 days, hence I've added a check such that whenever a issue loads we restore all images by default

* added restore image function with types

* replaced all instances to have restore image logic

* fixed issue detail for peek view

* disabled option to insert table inside a table
2023-11-28 11:34:20 +05:30
..
command-pallette.css style: command modal style (#2526) 2023-10-23 17:40:59 +05:30
editor.css fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) (#2859) 2023-11-28 11:34:20 +05:30
globals.css fix: onboarding bugs & improvements (#2839) 2023-11-23 13:45:00 +05:30
nprogress.css New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
react-datepicker.css New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
table.css [fix]: Error Handling for Images and Table Fix for Form Submissions in Editor (#2710) 2023-11-08 18:00:53 +05:30