-
Notifications
You must be signed in to change notification settings - Fork 6
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
X topic search #218
X topic search #218
Conversation
More components \0/ If you need a steer with this particular component I can help, I've built typeahead components a few times now! |
I think we need to consider if |
Jest snapshot tests of the Good job so far 👍 |
@dan-searle Thank you!!
I'm working on that ^^ but ... I think it is difficult to do that... I thought I could do that using |
@fenglish have a look at the x-teaser-timeline unit tests here: https://github.com/Financial-Times/x-dash/pull/204/files#diff-573aecfd17ec8013aa4d6804eda8694bR22 These are separate to the snapshot tests that happen automatically for story definitions. You should be able to do something similar and mock the responses from the search topics service to create the |
625dd79
to
259c3dd
Compare
Do we need to apply #238 for x-topic-search on FT.com? |
This PR is being closed due to inactivity as part of a Pull Request Bankruptcy. If you feel it’s still useful or relevant please feel free to re-open it. |
…he minSearchLength.
…ions with their follow buttons in the appropriate states.
…rowsers It seems Safari includes the height of search cancel button as the input height and Chrome doesn't. Overwrite padding top/bottom 0 and keep the input height the min-height(40px) no matter whether the browser includes the cancel button height as the input height or not.
The design doesn't have much commonality with o-forms and many of the styles are being overwritten.
… x-follow-button 0.0.12
…ss the rest of x-dash
…-button instead of the prerelease branch
…eforeEach() blocks, to allow afterEach() to tear it down after each use instead of the at-init setup in each describe() block
f4dde14
to
8c7f58c
Compare
This is for x-dashing topic search bar on myFT page.