Skip to content

Commit

Permalink
Merge pull request #1060 from jetstreamapp/chore/remove-rte
Browse files Browse the repository at this point in the history
Remove rich text editor
  • Loading branch information
paustint authored Nov 11, 2024
2 parents adc2a11 + 3c3fdfc commit a238c29
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 360 deletions.
1 change: 0 additions & 1 deletion libs/ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export * from './lib/form/radio/Radio';
export * from './lib/form/radio/RadioButton';
export * from './lib/form/radio/RadioGroup';
export * from './lib/form/readonly-form-element/ReadOnlyFormElement';
export * from './lib/form/rich-text/RichText';
export * from './lib/form/search-input/SearchInput';
export * from './lib/form/select/Select';
export * from './lib/form/textarea/Textarea';
Expand Down
138 changes: 0 additions & 138 deletions libs/ui/src/lib/form/rich-text/RichText.tsx

This file was deleted.

112 changes: 0 additions & 112 deletions libs/ui/src/lib/form/rich-text/RichTextToolbar.tsx

This file was deleted.

34 changes: 0 additions & 34 deletions libs/ui/src/lib/form/rich-text/rich-text.stories.tsx

This file was deleted.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"start:cron:save-analytics-summary": "node dist/apps/cron-tasks/save-analytics-summary.js",
"build": "cross-env NODE_ENV=production npm-run-all db:generate build:core build:landing generate:version",
"build:pre-deploy": "cross-env NODE_ENV=production npm-run-all --parallel rollbar:upload-sourcemaps db:migrate",
"build:core": "NODE_OPTIONS=--max_old_space_size=8192 nx run-many --target=build --parallel=3 --projects=jetstream,api,download-zip-sw --configuration=production",
"build:ci": "npx nx run-many --target=build --parallel=3 --projects=jetstream,api,download-zip-sw,landing,jetstream-web-extension --configuration=production",
"build:core": "NODE_OPTIONS=--max_old_space_size=8192 nx run-many --output-style=dynamic --target=build --parallel=3 --projects=jetstream,api,download-zip-sw --configuration=production",
"build:ci": "npx nx run-many --output-style=static --target=build --parallel=3 --projects=jetstream,api,download-zip-sw,landing,jetstream-web-extension --configuration=production",
"build:affected": "nx affected --target=build --parallel=3 --configuration=production",
"build:docker": "cross-env NODE_ENV=production npm-run-all db:generate build:client:docker build:api:docker build:sw build:landing generate:version",
"build:test": "npm-run-all db:generate build:client:test build:api:test build:sw build:landing generate:version",
Expand Down Expand Up @@ -156,7 +156,6 @@
"@types/passport-auth0": "^1.0.4",
"@types/passport-local": "^1.0.34",
"@types/pg": "^8.11.5",
"@types/quill": "^1.3.10",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
Expand Down Expand Up @@ -306,8 +305,6 @@
"pino-pretty": "^10.3.1",
"postcss-import": "^12.0.1",
"prettier-plugin-prisma": "^3.1.1",
"quill": "^1.3.7",
"quill-delta": "^3.6.3",
"react": "18.3.1",
"react-data-grid": "7.0.0-beta.41",
"react-dnd": "^16.0.1",
Expand Down
Loading

0 comments on commit a238c29

Please sign in to comment.