fix(dblm-ext): tables distance fixed + search item Icon #94
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.
Table Distance Positioning
So I fixed some bug regarding tables distance positioning.
Before:
After (fixed):
Restore Search Icon
I noticed you have made some improvements from my adjustments. Very well done!
However, I noticed you also removed the icon in the search dropdown. I hope you don't mind I restored the icon because it cognitively helps to identify why type of item it is.
Without the icon, it takes a moment to identify whether it's a table or column:
That kinda asks your brain to make a little effort than intuitively recognize the icon. The fact is our cognition (brain) responds quicker to image than text.
Please also help check from your end too. Thank you.