-
Notifications
You must be signed in to change notification settings - Fork 234
feat: implement new indexes modal designs COMPASS-5978 #3363
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
…xes-modal-designs # Conflicts: # packages/compass-e2e-tests/helpers/selectors.ts # packages/compass-sidebar/src/components/sidebar.tsx
packages/compass-indexes/src/components/create-index-modal/create-index-modal.tsx
Outdated
Show resolved
Hide resolved
packages/compass-indexes/src/components/create-index-form/create-index-form.tsx
Outdated
Show resolved
Hide resolved
packages/compass-indexes/src/components/create-index-modal/create-index-modal.tsx
Outdated
Show resolved
Hide resolved
packages/compass-indexes/src/components/create-index-form/columnstore-projection.tsx
Outdated
Show resolved
Hide resolved
packages/compass-components/src/components/leafy-green/combobox/combobox.tsx
Outdated
Show resolved
Hide resolved
packages/compass-indexes/src/components/create-index-form/partial-filter-expression.tsx
Show resolved
Hide resolved
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, couple comments on banner displays, looking good.
packages/compass-indexes/src/components/create-index-fields/create-index-fields.tsx
Show resolved
Hide resolved
packages/compass-indexes/src/components/create-index-modal/create-index-modal.tsx
Outdated
Show resolved
Hide resolved
packages/compass-indexes/src/components/create-index-modal/create-index-modal.tsx
Show resolved
Hide resolved
packages/compass-indexes/src/components/create-index-modal/create-index-modal.tsx
Outdated
Show resolved
Hide resolved
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! Nice work, this modal and the controls in it feel a lot nicer to use now. Are we planning to add any indication of the index being created? Currently if you disconnect from wifi and then click create index it doesn’t show any indication something is in progress until the error shows up.
Fixed! Thx for noticing this! More testing is coming... COMPASS-6034 :) |
Description
Designs:
https://www.figma.com/file/vbjoD4dcisPYRYJ5RRu72k/Compass-LG?node-id=2425%3A61731
Planned follow-up improvements:
compass-components
(including more tests for collapsibleFieldSet) COMPASS-6035Checklist
Motivation and Context
Types of changes