plane/web/pages/[workspaceSlug]/projects/[projectId]
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
..
archived-issues feat: event tracking using posthog and created application provider to render multiple wrappers (#2757) 2023-12-07 19:59:35 +05:30
cycles fix: newly added cycle doesnt appear unlelss the page is manually reloaded (#2673) 2023-12-07 19:59:35 +05:30
draft-issues issues rendering in all issue layouts fir profile and project issues and global issues store implementation (#2886) 2023-12-07 19:59:35 +05:30
inbox fix: implementing layouts using _app.tsx get layout method. (#2620) 2023-11-02 23:57:44 +05:30
issues feat: event tracking using posthog and created application provider to render multiple wrappers (#2757) 2023-12-07 19:59:35 +05:30
modules fix: project automation settings flickering (#2680) 2023-11-08 17:34:42 +05:30
pages fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) (#2859) 2023-12-07 19:59:35 +05:30
settings refactor: project estimates store (#2801) 2023-12-07 19:59:35 +05:30
views fix: implementing layouts using _app.tsx get layout method. (#2620) 2023-11-02 23:57:44 +05:30