Commit Graph

17 Commits

Author SHA1 Message Date
sriram veeraghanta
578893df18 fix: adding pnpm action setup 2023-11-28 18:57:15 +05:30
sriram veeraghanta
84cc2fafd2 fix: moving towards pnpm 2023-11-28 18:42:13 +05:30
Manish Gupta
d661026e3f cleanup 2023-11-28 17:39:39 +05:30
Manish Gupta
d3194ac595 cache enabled 2023-11-28 17:35:35 +05:30
Manish Gupta
ce70aa7349 wip 2023-11-28 17:34:32 +05:30
Manish Gupta
66cfb7b205 wip 2023-11-28 17:31:13 +05:30
Manish Gupta
b0688a060a wip 2023-11-28 17:30:23 +05:30
Manish Gupta
d062415bf0 wip 2023-11-28 17:27:27 +05:30
Manish Gupta
e81ea00fbf wip 2023-11-28 17:25:40 +05:30
Manish Gupta
4c3c20dacd yarn version 2023-11-28 17:22:51 +05:30
Manish Gupta
5875cf7fd7 testing yarn step 2023-11-28 17:21:25 +05:30
sriram veeraghanta
495da01073 fix: using setup node v3 2023-11-28 16:58:31 +05:30
sriram veeraghanta
2eba0f8cdc fix: adding new yarn version in build script 2023-11-28 15:57:46 +05:30
sriram veeraghanta
efd2db5bf9 fix: enable corepack 2023-11-28 15:55:34 +05:30
sriram veeraghanta
e0e78903cd fix: updating setup-node v4 2023-11-28 15:47:52 +05:30
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
Nikhil
d9bd07886f
dev: update sync workflow to run only when the source repo is configured (#2346)
* dev: update sync workflow to run only when the source repo is configured

* fix: naming convention changes

---------

Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
2023-10-03 18:41:26 +05:30