plane/apps/app
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
..
components feat : Tiptap integration (#1832) 2023-08-15 15:04:46 +05:30
constants feat: csv, json and, xlsx exporter (#1840) 2023-08-14 11:44:17 +05:30
contexts feat : Tiptap integration (#1832) 2023-08-15 15:04:46 +05:30
helpers fix: custom theme persisting after signing out (#1780) 2023-08-03 15:01:31 +05:30
hooks feat : Tiptap integration (#1832) 2023-08-15 15:04:46 +05:30
layouts feat / public deploy settings workflow (#1863) 2023-08-14 19:18:38 +05:30
lib feat / public deploy settings workflow (#1863) 2023-08-14 19:18:38 +05:30
pages feat : Tiptap integration (#1832) 2023-08-15 15:04:46 +05:30
public refactor: using webp image format instead of svg (#1852) 2023-08-14 13:26:16 +05:30
services feat : Tiptap integration (#1832) 2023-08-15 15:04:46 +05:30
store feat / public deploy settings workflow (#1863) 2023-08-14 19:18:38 +05:30
styles feat : Tiptap integration (#1832) 2023-08-15 15:04:46 +05:30
types feat: csv, json and, xlsx exporter (#1840) 2023-08-14 11:44:17 +05:30
.eslintrc.js chore: replace nextjs Image element (#1227) 2023-06-07 01:56:21 +05:30
.prettierrc build: merge with latest changes update dockerfile to work with pnpm 2022-12-02 00:28:31 +05:30
Dockerfile.dev Improve apk usages in Dockerfile (#1198) 2023-06-07 12:30:42 +05:30
Dockerfile.web Add network timeout option to yarn install (#1382) 2023-06-30 09:53:44 +05:30
google.d.ts fix: google not accepting width as string 2023-07-28 19:21:55 +05:30
manifest.json Refactoring Phase 1 (#199) 2023-01-26 23:42:20 +05:30
next-env.d.ts build: merge with latest changes update dockerfile to work with pnpm 2022-12-02 00:28:31 +05:30
next.config.js fix: docker image uploads (#1108) 2023-05-25 10:24:20 +05:30
package.json feat : Tiptap integration (#1832) 2023-08-15 15:04:46 +05:30
postcss.config.js feat : Tiptap integration (#1832) 2023-08-15 15:04:46 +05:30
sentry.client.config.js sentry changes (#255) 2023-02-08 20:44:35 +05:30
sentry.edge.config.js sentry changes (#255) 2023-02-08 20:44:35 +05:30
sentry.properties release: Stage Release (#251) 2023-02-08 10:15:18 +05:30
sentry.server.config.js sentry changes (#255) 2023-02-08 20:44:35 +05:30
tailwind.config.js feat : Tiptap integration (#1832) 2023-08-15 15:04:46 +05:30
tsconfig.json Feat: Dockerizing using nginx reverse proxy (#280) 2023-02-21 11:31:43 +05:30