-
Notifications
You must be signed in to change notification settings - Fork 234
feat(compass-indexes): LG table in indexes COMPASS-5940 #3360
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
Conversation
await createModal.waitForDisplayed({ reverse: true }); | ||
|
||
const indexComponent = await browser.$(Selectors.indexComponent('$**_1')); | ||
const indexComponent = await browser.$(Selectors.IndexComponent('$**_1')); |
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.
👀
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 selectors exported IndexComponent
and indexComponent
. I removed the latter one as its not required anymore and used IndexComponent
:)
Nice work! 👏 I have noticed, that in design the create index and refresh buttons are on the right side, have you agreed with Claudia to put them to the left? |
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.
Nice, I left a couple comments/suggestions on styles and possible accessibility improvements. Looking good.
packages/compass-indexes/src/components/indexes-table/badge-with-icon-link.tsx
Outdated
Show resolved
Hide resolved
packages/compass-indexes/src/components/indexes-table/indexes-table.tsx
Outdated
Show resolved
Hide resolved
packages/compass-indexes/src/components/indexes-table/property-field.tsx
Outdated
Show resolved
Hide resolved
packages/compass-indexes/src/components/indexes-table/type-field.tsx
Outdated
Show resolved
Hide resolved
packages/compass-indexes/src/components/indexes-toolbar/indexes-toolbar.tsx
Show resolved
Hide resolved
I created a follow up ticket for making table header fixed and body scrollable. |
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.
lgtm! Left one styling tweak suggestion, looks good, nice.
packages/compass-indexes/src/components/indexes-toolbar/indexes-toolbar.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Rhys <Anemy@users.noreply.github.com>
feat(compass-indexes): leafygreen table on indexes screen COMPASS-5940
TODO
Description
Checklist
Motivation and Context
Open Questions
Dependents
Types of changes