plane/apps/app/components/workspace
sriram veeraghanta e1ae0d3b56
feat : Tiptap integration (#1832)
* remirror instances commented out to avoid prosemirror conflicts

* styles migrated for remirror to tiptap transition

* added bubblemenu support with extensions

* fixed css for task lists and code with syntax highlighting

* added support for slash command

* fixed bubble menu to match styles and added better seperation in UI

* saving with debounce logic added and it's stored in backend

* added migration support by updating to html

* Image uploads done

* improved file structure and delete image function implemented

* Integrated tiptap with Issue Modal

* added additional props and Tiptap Integration with Comments

* added tiptap integration with user activity feeds

* added ref control support and bubble menu support for readonly editor

* added tiptap support for plane pages

* added tiptap support to gpt assistant modal (yet to be tested)

* removed remirror instances and cleaned up code

* improved code structure for extracting props in Tiptap

* fixing ts errors for next build

* fixing node ts error for Horizontal Rule

* added ts fix for node types

* temp fix

* temp fix

* added min height for issue description in modal

* added resolutions to prosemirror-model version

* trying pnpm overrides

* explicitly added prosemirror deps

* bugfixes

* removed extra gap at the top and moved saved indicator to the bottom

* fix: slash command scroll position

* chore: update custom css variables

* matched theme colours

* fixed gpt-assistant modal

* updated yarn lock

* added debounced updates for the title and removed saved state after timeout

* added css animations for saved state

* build fixes and remove remirror instances

* minor commenting fixes

---------

Co-authored-by: Palanikannan1437 <73993394+Palanikannan1437@users.noreply.github.com>
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-08-15 15:04:46 +05:30
..
activity-graph.tsx refactor: favorite projects fetch function, chore: update tooltip design (#1526) 2023-07-14 15:08:07 +05:30
completed-issues-graph.tsx fix: theming colors (#1533) 2023-07-17 16:28:23 +05:30
confirm-workspace-member-remove.tsx fix: replaced first name, last name or email to display name (#1796) 2023-08-08 13:01:43 +05:30
create-workspace-form.tsx fix: workspace name validation added (#1702) 2023-07-31 12:03:16 +05:30
delete-workspace-modal.tsx chore: updated user permission for project and workspace settings (#1807) 2023-08-11 18:29:24 +05:30
help-section.tsx feat : Tiptap integration (#1832) 2023-08-15 15:04:46 +05:30
index.ts style: sidebar ui improvement (#1816) 2023-08-11 15:53:10 +05:30
issues-list.tsx fix: theming colors (#1533) 2023-07-17 16:28:23 +05:30
issues-pie-chart.tsx feat: notifications (#1566) 2023-07-19 14:44:04 +05:30
issues-stats.tsx fix: theming colors (#1533) 2023-07-17 16:28:23 +05:30
send-workspace-invitation-modal.tsx fix: workspace member invitation mutate (#1721) 2023-07-31 16:58:45 +05:30
settings-header.tsx chore: update classnames according to the new theming structure (#1494) 2023-07-10 12:47:00 +05:30
sidebar-dropdown.tsx style: ui improvement (#1806) 2023-08-11 15:50:05 +05:30
sidebar-menu.tsx style: sidebar ui improvement (#1816) 2023-08-11 15:53:10 +05:30
sidebar-quick-action.tsx style: profile activity loader (#1858) 2023-08-14 16:20:53 +05:30
single-invitation.tsx fix: replaced first name, last name or email to display name (#1796) 2023-08-08 13:01:43 +05:30