-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
fix: Tags Page Polish #25403
fix: Tags Page Polish #25403
Conversation
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.
@hughhhh can you add some screenshots, so people outside of Preset can know what changes this PR is introducing?
superset-frontend/src/features/allEntities/AllEntitiesTable.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/src/features/allEntities/AllEntitiesTable.tsx
Outdated
Show resolved
Hide resolved
@hughhhh Thanks for updates. Could you add the screenshot for the update in the description? |
91ecea2
to
14c97a1
Compare
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.
small nits. LGMT!
(tag: Tag) => | ||
tag.type === 'TagTypes.custom' || tag.type === 1, | ||
)} | ||
maxTags={3} |
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.
Can this number be a constant on top of the file?
superset-frontend/src/features/allEntities/AllEntitiesTable.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Lily Kuang <lily@preset.io>
Co-authored-by: Lily Kuang <lily@preset.io>
Co-authored-by: Lily Kuang <lily@preset.io>
SUMMARY
Updating tags page with request from product. The following changes were made:
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
After
design decisions -->TESTING INSTRUCTIONS
ADDITIONAL INFORMATION