-
Notifications
You must be signed in to change notification settings - Fork 1
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
✨Implementing a key-only view #308
Conversation
2f415a6
to
c0934d3
Compare
@@ -35,26 +35,34 @@ export const TableColumn: FC<TableColumnProps> = ({ | |||
className={styles.primaryKeyIcon} | |||
role="img" | |||
aria-label="Primary Key" | |||
strokeWidth={1.5} |
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.
Oh!! Thanks for noticing!
I'm going to refactor the code to reduce unnecessary use of map and filter functions.🙏 |
I've created a new function, commit: ab66460 @MH4GF |
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, Thanks 🚀
Summary
2 changes.
Preview: https://liam-erd-sample-epqkj9r9x-route-06-core.vercel.app/
1st
Implementing a key-only view
2nd
Add LinkIcon and apply it as an icon for foreign keys.
This applies not only to Key Only views but also to All Fields views.
Related Issue
Changes
Testing
Other Information