plane/web/components
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
..
account fix: login process validation based on api config (#2361) 2023-10-04 18:55:29 +05:30
analytics fix: resolved pending issue graph in analytics, user wishes in dashboard, and typo in projects list (#2247) 2023-09-22 17:43:23 +05:30
auth-screens New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
automation chore: integrate popper js (#2398) 2023-10-11 12:05:53 +05:30
breadcrumbs New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
command-palette chore: workspace view display filters and properties , code refactor (#2295) 2023-09-28 20:34:57 +05:30
core feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
cycles fix: bug fixes and ui improvement (#2250) 2023-09-25 16:15:49 +05:30
dnd New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
emoji-icon-picker fix: issue relation mutation and draft issue (#2340) 2023-10-04 14:55:41 +05:30
estimates style: project setting ui revamp (#2177) 2023-09-13 23:09:55 +05:30
exporter chore: settings bug fixes and ui improvement (#2198) 2023-09-15 19:30:53 +05:30
gantt-chart fix: issue relation mutation and draft issue (#2340) 2023-10-04 14:55:41 +05:30
icons fix: state group icons (#2381) 2023-10-05 13:08:27 +05:30
inbox refactor: priority icon component (#2132) 2023-09-11 14:35:58 +05:30
integration chore: integrate popper js (#2398) 2023-10-11 12:05:53 +05:30
issues feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
labels fix: bug fixes and ui improvement (#2250) 2023-09-25 16:15:49 +05:30
modules chore: integrate popper js (#2398) 2023-10-11 12:05:53 +05:30
notifications chore: integrate popper js (#2398) 2023-10-11 12:05:53 +05:30
onboarding chore: integrate popper js (#2398) 2023-10-11 12:05:53 +05:30
pages feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
profile chore: workspace view display filters and properties , code refactor (#2295) 2023-09-28 20:34:57 +05:30
project chore: integrate popper js (#2398) 2023-10-11 12:05:53 +05:30
search-listbox New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
states chore: integrate popper js (#2398) 2023-10-11 12:05:53 +05:30
toast-alert New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
ui chore: integrate popper js (#2398) 2023-10-11 12:05:53 +05:30
views fix: workspace view filters count fix (#2307) 2023-09-29 16:40:02 +05:30
web-view feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
workspace show current version in the help section dropdown (#2353) 2023-10-04 18:31:28 +05:30