plane/web/components/issues
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
..
attachment New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
comment feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
gantt-chart chore: gantt chart empty state (#2279) 2023-09-27 14:53:26 +05:30
my-issues chore: workspace view mutation fix ,bug fixes and code refactor (#2301) 2023-09-29 15:05:27 +05:30
peek-overview chore: integrate popper js (#2398) 2023-10-11 12:05:53 +05:30
select chore: integrate popper js (#2398) 2023-10-11 12:05:53 +05:30
sidebar-select fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
sub-issues feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
view-select chore: integrate popper js (#2398) 2023-10-11 12:05:53 +05:30
workspace-views chore: workspace view mutation fix ,bug fixes and code refactor (#2301) 2023-09-29 15:05:27 +05:30
activity.tsx chore: add tooltip to show full time on activity logs (#2235) 2023-09-26 13:10:28 +05:30
confirm-issue-discard.tsx fix: fields not getting selected in the create issue form (#2212) 2023-09-20 13:06:51 +05:30
delete-draft-issue-modal.tsx fix: draft issue delete not working (#2249) 2023-09-25 19:11:10 +05:30
delete-issue-modal.tsx Implemented nested issues in the sub issues section in issue detail page (#2233) 2023-09-21 15:39:45 +05:30
description-form.tsx feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
draft-issue-form.tsx feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
draft-issue-modal.tsx fix: issue relation mutation and draft issue (#2340) 2023-10-04 14:55:41 +05:30
form.tsx feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
index.ts Implemented nested issues in the sub issues section in issue detail page (#2233) 2023-09-21 15:39:45 +05:30
issue-reaction.tsx New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
label.tsx New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
main-content.tsx chore: integrate popper js (#2398) 2023-10-11 12:05:53 +05:30
modal.tsx fix: workspace view add issue mutation fix (#2317) 2023-09-29 20:02:56 +05:30
parent-issues-list-modal.tsx fix: ui improvement and bug fixes (#2105) 2023-09-06 16:15:21 +05:30
sidebar.tsx fix: issue relation mutation and draft issue (#2340) 2023-10-04 14:55:41 +05:30