plane/space/components/issues/peek-overview
M. Palanikannan e01ca97fc9 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-12-07 19:59:35 +05:30
..
comment fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) (#2859) 2023-12-07 19:59:35 +05:30
full-screen-peek-view.tsx New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
header.tsx chore: removed material icons package (#2518) 2023-10-23 15:07:09 +05:30
index.ts feat: comment reactions 2023-09-06 11:59:57 +05:30
issue-activity.tsx New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
issue-details.tsx fix: project states fixes (#2731) 2023-11-08 20:31:46 +05:30
issue-emoji-reactions.tsx feat: comment reactions 2023-09-06 11:59:57 +05:30
issue-properties.tsx fix: state icon (#2678) 2023-11-07 16:15:34 +05:30
issue-reaction.tsx New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
issue-vote-reactions.tsx New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
layout.tsx fix: copy link button not working on the peek overview (#2075) 2023-09-04 14:47:28 +05:30
side-peek-view.tsx New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30