mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
e01ca97fc9
* 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 |
||
---|---|---|
.. | ||
attachment | ||
comment | ||
issue-layouts | ||
issue-peek-overview | ||
peek-overview | ||
select | ||
sidebar-select | ||
sub-issues | ||
view-select | ||
activity.tsx | ||
confirm-issue-discard.tsx | ||
delete-archived-issue-modal.tsx | ||
delete-draft-issue-modal.tsx | ||
delete-issue-modal.tsx | ||
description-form.tsx | ||
draft-issue-form.tsx | ||
draft-issue-modal.tsx | ||
form.tsx | ||
index.ts | ||
issue-reaction.tsx | ||
label.tsx | ||
main-content.tsx | ||
modal.tsx | ||
parent-issues-list-modal.tsx | ||
sidebar.tsx |