plane/web/services
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
..
integrations feat: event tracking using posthog and created application provider to render multiple wrappers (#2757) 2023-11-20 13:29:54 +05:30
issue issues rendering in all issue layouts fir profile and project issues and global issues store implementation (#2886) 2023-11-27 14:15:33 +05:30
project chore: deactivate user option added (#2841) 2023-11-23 14:44:06 +05:30
ai.service.ts feat: event tracking using posthog and created application provider to render multiple wrappers (#2757) 2023-11-20 13:29:54 +05:30
analytics.service.ts fix: Implementing mobx, refactoring service layer and rewriting components (#2441) 2023-10-15 23:50:12 +05:30
api_token.service.ts chore: revamp the API tokens workflow (#2880) 2023-11-27 12:14:06 +05:30
api.service.ts fix: Implementing mobx, refactoring service layer and rewriting components (#2441) 2023-10-15 23:50:12 +05:30
app_config.service.ts fix: environment config changes in the API are replicated in web and space app (#2699) 2023-11-07 17:17:10 +05:30
app_installation.service.ts fix: slack integration workflow (#2675) 2023-11-06 21:00:49 +05:30
auth.service.ts fix: Implementing mobx, refactoring service layer and rewriting components (#2441) 2023-10-15 23:50:12 +05:30
cycle.service.ts chore: implemented new store and issue layouts for issues and updated new data structure for issues (#2843) 2023-11-23 14:47:04 +05:30
file.service.ts fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) (#2859) 2023-11-28 11:34:20 +05:30
inbox.service.ts feat: event tracking using posthog and created application provider to render multiple wrappers (#2757) 2023-11-20 13:29:54 +05:30
instance.service.ts chore: instance admins endpoint added and ui/ux improvement (#2895) 2023-11-27 17:15:11 +05:30
module.service.ts chore: implemented new store and issue layouts for issues and updated new data structure for issues (#2843) 2023-11-23 14:47:04 +05:30
notification.service.ts fix: Implementing mobx, refactoring service layer and rewriting components (#2441) 2023-10-15 23:50:12 +05:30
page.service.ts feat: New Pages with Enhanced Document Editor Packages made over Editor Core 📝 (#2784) 2023-11-20 21:31:12 +05:30
user.service.ts issues rendering in all issue layouts fir profile and project issues and global issues store implementation (#2886) 2023-11-27 14:15:33 +05:30
view.service.ts feat: event tracking using posthog and created application provider to render multiple wrappers (#2757) 2023-11-20 13:29:54 +05:30
webhook.service.ts refactor: webhooks (#2896) 2023-11-27 17:15:48 +05:30
workspace.service.ts chore: update get invitation details endpoint (#2902) 2023-11-28 11:30:03 +05:30