plane/web/components/inbox
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
..
modals fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) (#2859) 2023-11-28 11:34:20 +05:30
actions-header.tsx style: Update modal appearance for UI consistency (#2747) 2023-11-10 15:48:34 +05:30
filters-dropdown.tsx chore: icon revamp and refactor (#2447) 2023-10-16 20:27:22 +05:30
filters-list.tsx chore: icon revamp and refactor (#2447) 2023-10-16 20:27:22 +05:30
index.ts dev: implemented inbox using MobX (#2440) 2023-10-16 17:10:37 +05:30
issue-activity.tsx feat: event tracking using posthog and created application provider to render multiple wrappers (#2757) 2023-11-20 13:29:54 +05:30
issue-card.tsx Standarding priority icons across the platform (#2776) 2023-11-14 20:52:43 +05:30
issues-list-sidebar.tsx dev: implemented inbox using MobX (#2440) 2023-10-16 17:10:37 +05:30
main-content.tsx chore: removed unused hooks and components (#2611) 2023-11-02 17:11:33 +05:30