-
Notifications
You must be signed in to change notification settings - Fork 30
fix contrast in credits footer #8718
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
📝 Walkthrough## Walkthrough
This update modifies the height of an onboarding UI card, refactors a footer component to use Ant Design theming and removes routing wrappers, and applies formatting changes to CSS selectors for consistency. No changes were made to logic, exported entities (except for a footer export), or overall styling semantics.
## Changes
| Files/Paths | Change Summary |
|----------------------------------------------------|------------------------------------------------------------------------------------------------|
| frontend/javascripts/admin/onboarding.tsx | Increased "Skip" OptionCard height from 170 to 250 to match "Upload Dataset" card. |
| frontend/javascripts/components/credits_footer.tsx | Wrapped content in Ant Design `ConfigProvider` with dark theme, removed routing wrappers, simplified export. |
| frontend/stylesheets/main.less | Reformatted CSS selectors for compactness and consistency; no changes to styling logic or values.|
## Suggested labels
`usability`
## Suggested reviewers
- philippotto
- daniel-wer
## Poem
> A hop and a skip, the UI grows tall,
> Cards now align, standing proud in the hall.
> The footer’s gone dark, with a theme to delight,
> While CSS lines march, all tidy and tight.
> 🐇 With a twitch of my nose, I code through the night!📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Auto-reformat on save
| width: 25%; | ||
| max-width: 100px; | ||
| } | ||
| img { |
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.
This is the main change in this file.
MichaelBuessemeyer
left a comment
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.
Awesome,looking good, thanks for fixing the UI 🙏
Before
After
URL of deployed dev instance (used for testing):
Steps to test:
(Please delete unneeded items, merge only when none are left open)