-
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
Replace Wikit Lookup component with Codex #773
Conversation
da188e0
to
fc0f367
Compare
fc0f367
to
94a80c3
Compare
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.
The lookup styles look a bit spartan to me – the “no match was found” message doesn’t have any special styles, and the “label” of a match is also no longer bold. That’s not a blocker for merging, but I wouldn’t be surprised if it comes up during UX review.
4f68ec5
to
79f0a66
Compare
I’m trying to understand the CI errors. I assume the accessibility issues will be fixed with the next Codex release; but do we know what this other error means? |
I can only say that in my local testing with a modified codex, those errors go away. I'm assuming the error is a result of the |
Alright, then I guess we’re just waiting here. I don’t have any other review comments – once CI passes I think this is good to go. |
79f0a66
to
646faa6
Compare
Hm, CI is unhappy :( |
Yeah. The test suite is a bit frustrating. I took a quick look this morning, but I need a bit longer to dive back into how I made the tests pass last time. |
646faa6
to
0cc4630
Compare
Replace usages of Wikit's Lookup compontent in `ItemLookup` and `SpellingVariantInput` with the `CdxLookup` component. Bug: T370057
0cc4630
to
b8c614d
Compare
CI should now be happy again |
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.
looks good to me, and CI does seem to be happy!
Depends on changes to Codex: T376024 (Iddbd4a83a444b382d0b9318cd1831b42126464c4)
Replace usages of Wikit's Lookup compontent in
ItemLookup
andSpellingVariantInput
with theCdxLookup
component.Bug: T370057