feat(filters): automatically resizing textareas (#523)

* Change textfield shows, match_releases and except_releases to textareas customized layout.

* fix indentation and removed blank lines

* add react-textarea-autosize
created const TextAreaAutoResize
change fieldtype of shows, match_releases and except_releases to TextAreaAutoResize

* see previous commit

* fix layout for match_releases and reject_releases textarea
revert 'Use regex' switch to old design

* revert layout changes back to 1.9.0

* fix code formatting

* fix: prevent scrollbar with overflow-hidden

* merge and implement tooltips

* chore: update yarn.lock

* feat: create TextAreaRegex component

---------

Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com >
Co-authored-by: ze0s <ze0s@riseup.net>
This commit is contained in:
martylukyy 2023-05-07 16:28:31 +02:00 committed by GitHub
parent 01a69c7582
commit e5692fefc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 283 additions and 21 deletions

View file

@ -28,6 +28,7 @@
"react-router-dom": "^6.3.0",
"react-select": "^5.3.2",
"react-table": "^7.8.0",
"react-textarea-autosize": "^8.3.4",
"react-tooltip": "^5.5.2",
"stacktracey": "^2.1.8",
"vite-plugin-pwa": "^0.14.6",