-
Notifications
You must be signed in to change notification settings - Fork 235
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
23b548b
use tg table for indexes
mabaasit dc21419
restructure
mabaasit a3ad50b
show delete button on row hover
mabaasit 56a1c94
clean up
mabaasit 7dfa100
clean up
mabaasit b666473
indexes card test
mabaasit 1880da1
tests
mabaasit 53e2d8a
component tests
mabaasit 020900a
e2e tests
mabaasit d70b1f5
lint
mabaasit 41201e1
clean up
mabaasit 54397c7
Merge branch 'main' into indexes-lg-table
mabaasit 426790a
test fix
mabaasit aa7f9c6
Merge branch 'indexes-lg-table' of github.com:mongodb-js/compass into…
mabaasit af8326b
Merge branch 'main' into indexes-lg-table
mabaasit 29be666
ux changes
mabaasit 193d2aa
Merge branch 'indexes-lg-table' of github.com:mongodb-js/compass into…
mabaasit ba73251
align table data to top
mabaasit d67b6f1
more tests
mabaasit 9345d12
checks
mabaasit 85dd299
Merge branch 'main' into indexes-lg-table
mabaasit 600c3e0
review changes
mabaasit 0dea994
fix focus on icon
mabaasit 478f811
dark mode
mabaasit 772a245
Merge branch 'indexes-lg-table' of github.com:mongodb-js/compass into…
mabaasit a618884
focus delete button on tab
mabaasit 5b2d063
Merge remote-tracking branch 'origin' into indexes-lg-table
mabaasit 15f2d1b
fix tests
mabaasit 6df0303
clean up
mabaasit a457d25
use less padding in toolbar
mabaasit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 0 additions & 68 deletions
68
packages/compass-indexes/src/components/drop-column/drop-column.jsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
packages/compass-indexes/src/components/index-component/index-component.jsx
This file was deleted.
Oops, something went wrong.
64 changes: 0 additions & 64 deletions
64
packages/compass-indexes/src/components/index-component/index-component.spec.jsx
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
packages/compass-indexes/src/components/index-component/index.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
👀
Uh oh!
There was an error while loading. Please reload this page.
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
andindexComponent
. I removed the latter one as its not required anymore and usedIndexComponent
:)