-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UHF-7791: Add react search and typescript support #508
Conversation
…eact cannot be imported properly
…icating icon names everywhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
.hdbt-search__date-input table tbody tr td, | ||
.hdbt-search__date-input table thead th { | ||
min-width: unset; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should get rid of the min-width from table cells alltogether, I do not quite understand why we have it at all. Maybe add an comment that points to UHF-3044 and reference there to remember to remove this line when it's done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Btw, why is this set twice?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems it's not needed so I'll remove it. Maybe HDS has made some updates since this was added. It's not my code so I don't know more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please link the ticket here both in ticket and in code so that we remember to fix it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the min-width from here because seems it's not needed but I can add comment about the ticket if you want to check this still when working with the UHF-3044 ticket.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems I forgot to push code yesterday evening but as said min-width is now removed but added also comment about checking it with 3044.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last thing... 😢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job, huge set of code you've managed to get working! 🚀 Approved!
UHF-7791
What was done
How to install
git pull origin dev
make fresh
composer require drupal/hdbt:dev-UHF-7791-tsconfig
composer require drupal/helfi_platform_config:dev-UHF-7791-drupal-react-search-module
make shell
drush updb && drush cr && drush locale-check && drush locale-update && drush cr
How to test
npm run dev
andnpm run build
are working.Test paragraph functionality:
Designers review
Other PRs