plane/web/components/issues
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
..
attachment refactor: image upload modals, file size limit added to config (#2868) 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
issue-layouts 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
issue-peek-overview fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) (#2859) 2023-12-07 19:59:35 +05:30
peek-overview feat: event tracking using posthog and created application provider to render multiple wrappers (#2757) 2023-12-07 19:59:35 +05:30
select fix: Labels delete & reordering (#2729) 2023-12-07 19:59:35 +05:30
sidebar-select fix: issue peek overview state select dropdown overflow fix (#2873) 2023-12-07 19:59:35 +05:30
sub-issues chore: optimizations and file name changes (#2845) 2023-12-07 19:59:35 +05:30
view-select chore: spreadsheet layout improvement (#2677) 2023-11-07 15:58:00 +05:30
activity.tsx fix: profile pic dimension bug fix (#2449) 2023-10-17 12:15:46 +05:30
confirm-issue-discard.tsx style: Update modal appearance for UI consistency (#2747) 2023-11-10 15:48:34 +05:30
delete-archived-issue-modal.tsx style: Update modal appearance for UI consistency (#2747) 2023-11-10 15:48:34 +05:30
delete-draft-issue-modal.tsx style: Update modal appearance for UI consistency (#2747) 2023-11-10 15:48:34 +05:30
delete-issue-modal.tsx 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
description-form.tsx fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) (#2859) 2023-12-07 19:59:35 +05:30
draft-issue-form.tsx fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) (#2859) 2023-12-07 19:59:35 +05:30
draft-issue-modal.tsx feat: event tracking using posthog and created application provider to render multiple wrappers (#2757) 2023-12-07 19:59:35 +05:30
form.tsx fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) (#2859) 2023-12-07 19:59:35 +05:30
index.ts refactor: archive issue (#2628) 2023-11-03 20:20:05 +05:30
issue-reaction.tsx fix: project states fixes (#2731) 2023-11-08 20:31:46 +05:30
label.tsx fix: Implementing mobx, refactoring service layer and rewriting components (#2441) 2023-10-15 23:50:12 +05:30
main-content.tsx feat: event tracking using posthog and created application provider to render multiple wrappers (#2757) 2023-12-07 19:59:35 +05:30
modal.tsx 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
parent-issues-list-modal.tsx [FED-888] fix: parent issue select modal improvement (#2837) 2023-12-07 19:59:35 +05:30
sidebar.tsx Style: UI improvements (#2824) 2023-12-07 19:59:35 +05:30