Remove react-text-truncate and use custom 'see more' button in task header

This commit is contained in:
Saoud Rizwan
2024-08-14 00:22:20 -04:00
parent acb3ff8ded
commit 69d2bb68b4
3 changed files with 67 additions and 50 deletions

View File

@@ -21,7 +21,6 @@
"react-markdown": "^9.0.1",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-text-truncate": "^0.19.0",
"react-textarea-autosize": "^8.5.3",
"react-use": "^17.5.1",
"react-virtuoso": "^4.7.13",
@@ -17453,19 +17452,6 @@
"react": ">= 0.14.0"
}
},
"node_modules/react-text-truncate": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/react-text-truncate/-/react-text-truncate-0.19.0.tgz",
"integrity": "sha512-QxHpZABfGG0Z3WEYbRTZ+rXdZn50Zvp+sWZXgVAd7FCKAMzv/kcwctTpNmWgXDTpAoHhMjOVwmgRtX3x5yeF4w==",
"license": "MIT",
"dependencies": {
"prop-types": "^15.5.7"
},
"peerDependencies": {
"react": "^15.4.1 || ^16.0.0 || ^17.0.0 || || ^18.0.0",
"react-dom": "^15.4.1 || ^16.0.0 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/react-textarea-autosize": {
"version": "8.5.3",
"resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.5.3.tgz",