plane/web/components/web-view
M. Palanikannan 0a8b99a074
feat: Editor Core Packaging and Restructuring (#2358)
* initialized tiptap component with common tailwind config

* added common tailwind config to web

* abstracted upload and delete functions

* removed tiptap pro extension

* fixed types

* removed old tailwind config and fixed plane package imports

* exported tiptap editor with and without ref

* updated package name to @plane/editor

* finally fixed import errors

* added turbo dependency for tiptap

* reverted back types and fixed tailwind

* migrated all components to use the common package

* removed old tiptap dependency

* improved dev experience to build the tiptap package before starting dev server

* resolved lock life and missing deps

* fixed dependency issue with react type resolution

* chore: updated pulls build CI for using turbo builds

* comment editor basic version added

* new structure of editor components

* refactored editor to not require workspace slug

* added seperation of extensions and props

* refactoring to LiteTextEditor and RichTextEditor

* fixed global css issue with highlight js

* refactoring tiptap to core/lite/rich text editor

* read only editor support added

* replaced all read-only instances

* trimming html at start and end of content added

* onSubmit on enterkey captured

* removed absolute imports from editor/core package

* removed absolute imports from lite-text-editor

* removed absolute imports from rich-text-editor

* fixed dependencies in editor package

* fixed tailwind config for editor

* Enter key behaviour added for Comments

* fixed modal form issue

* added comment editor with fixed menu

* added support for range commands

* modified turbo config for build pipeline of space and web projects

* fixed shift enter behavior for lists

* removed extra margin from access specifiers

* removed tiptap instance from web

* fixed bugs returning empty editor boxes

* fixed toggle Underline behvaiour

* updated bubble menu to use core package's utilities

* added editor/core readme and fixed imports

* fixed ts issues with link plugin

* added usage of common dependance for slash commands

* completed core package's documentation

* fixed tsconfig by removing path aliases

* Completed readme for rich-text-editor

* Added rich text editor documentation

* changed readme title of core package

---------

Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com>
2023-10-13 12:05:49 +05:30
..
activity-message.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
add-comment.tsx feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
comment-card.tsx feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
confirm-delete.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
create-update-link-form.tsx feat: view, create, update and delete comment (#2106) 2023-09-06 17:08:19 +05:30
date-selector.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
index.ts feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
issue-activity.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
issue-attachments.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
issue-link-list.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
issue-properties-detail.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
issue-web-view-form.tsx feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
issues-select-bottom-sheet.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
label.tsx feat: issue detail for web view 2023-09-05 14:42:34 +05:30
select-assignee.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
select-blocked-by.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
select-blocker-to.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
select-cycle.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
select-duplicate.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
select-estimate.tsx feat: select blocker, blocking, and parent (#2121) 2023-09-07 18:42:24 +05:30
select-module.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
select-parent.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
select-priority.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
select-relates-to.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
select-state.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
spinner.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
sub-issues.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
web-view-modal.tsx fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30