0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/web/components
M. Palanikannan 6607caade7
fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) ()
* 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
..
account fix: user state after logout () 2023-11-25 23:04:56 +05:30
analytics fix: custom analytics project dropdown fix () 2023-11-22 14:55:18 +05:30
api-token Fix: bug fixes and UI / UX improvements () 2023-11-28 11:29:01 +05:30
auth-screens [FED-1054] fix: join project mutation () 2023-11-27 17:16:46 +05:30
automation style: Update modal appearance for UI consistency () 2023-11-10 15:48:34 +05:30
breadcrumbs chore: icon revamp and refactor () 2023-10-16 20:27:22 +05:30
command-palette refactor: keyboard shortcuts modal () 2023-11-27 18:41:59 +05:30
common style: Update modal appearance for UI consistency () 2023-11-10 15:48:34 +05:30
core fix: adding ai assistance to pages () 2023-11-27 20:39:18 +05:30
cycles fix: progress panel default open () 2023-11-27 17:21:14 +05:30
dnd refactor: removed unused packages () 2023-11-06 13:17:02 +05:30
emoji-icon-picker fix: Implementing mobx, refactoring service layer and rewriting components () 2023-10-15 23:50:12 +05:30
estimates refactor: project estimates store () 2023-11-20 15:58:40 +05:30
exporter feat: event tracking using posthog and created application provider to render multiple wrappers () 2023-11-20 13:29:54 +05:30
gantt-chart chore: implemented new store and issue layouts for issues and updated new data structure for issues () 2023-11-23 14:47:04 +05:30
headers issues rendering in all issue layouts fir profile and project issues and global issues store implementation () 2023-11-27 14:15:33 +05:30
icons fix: project states fixes () 2023-11-08 20:31:46 +05:30
inbox fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) () 2023-11-28 11:34:20 +05:30
instance refactor: Instance admin setting and UI updates. () 2023-11-27 19:41:47 +05:30
integration fix: track events updated, extra parameters added, added events for issues, pages, states, cycles () 2023-11-25 21:26:26 +05:30
issues fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) () 2023-11-28 11:34:20 +05:30
labels chore: optimizations and file name changes () 2023-11-23 15:09:46 +05:30
modules fix: progress panel default open () 2023-11-27 17:21:14 +05:30
notifications Style: UI improvements () 2023-11-22 12:58:55 +05:30
onboarding fix: workspace & user avatar tooltip () 2023-11-25 21:31:09 +05:30
page-views chore: signup removed () 2023-11-27 17:17:55 +05:30
pages fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) () 2023-11-28 11:34:20 +05:30
profile issues rendering in all issue layouts fir profile and project issues and global issues store implementation () 2023-11-27 14:15:33 +05:30
project Fix: bug fixes and UI / UX improvements () 2023-11-28 11:29:01 +05:30
states fix: track events updated, extra parameters added, added events for issues, pages, states, cycles () 2023-11-25 21:26:26 +05:30
toast-alert chore: icon revamp and refactor () 2023-10-16 20:27:22 +05:30
ui chore: optimizations and file name changes () 2023-11-23 15:09:46 +05:30
user fix: Implementing mobx, refactoring service layer and rewriting components () 2023-10-15 23:50:12 +05:30
views feat: New Pages with Enhanced Document Editor Packages made over Editor Core 📝 () 2023-11-20 21:31:12 +05:30
web-hooks Fix: bug fixes and UI / UX improvements () 2023-11-28 11:29:01 +05:30
workspace fix: workspace dropdown scroll () 2023-11-27 18:25:40 +05:30