plane/web/pages
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
..
[workspaceSlug] fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) (#2859) 2023-12-07 19:59:35 +05:30
accounts fix: implementing layouts using _app.tsx get layout method. (#2620) 2023-11-02 23:57:44 +05:30
god-mode refactor: Instance admin setting and UI updates. (#2889) 2023-12-07 19:59:35 +05:30
installations/[provider] fix: slack integration workflow (#2675) 2023-11-06 21:00:49 +05:30
invitations Fix: bug fixes and UI / UX improvements (#2906) 2023-12-07 19:59:35 +05:30
onboarding fix: workspace & user avatar tooltip (#2851) 2023-12-07 19:59:35 +05:30
profile refactor: image upload modals, file size limit added to config (#2868) 2023-12-07 19:59:35 +05:30
workspace-invitations chore: update get invitation details endpoint (#2902) 2023-12-07 19:59:35 +05:30
_app.tsx feat: event tracking using posthog and created application provider to render multiple wrappers (#2757) 2023-12-07 19:59:35 +05:30
_document.tsx fix: project states fixes (#2731) 2023-11-08 20:31:46 +05:30
_error.tsx chore: update exception detected screen action button (#2805) 2023-12-07 19:59:35 +05:30
404.tsx fix: edit project button redirection (#2564) 2023-10-31 12:06:55 +05:30
create-workspace.tsx fix: workspace members store added and implemented across the app (#2732) 2023-11-09 00:35:12 +05:30
index.tsx fix: implementing layouts using _app.tsx get layout method. (#2620) 2023-11-02 23:57:44 +05:30