fix(ui): update logo and improve layout for better responsiveness - #300
Merged
Conversation
- Replaced logo image format from PNG to JPG for better compatibility. - Adjusted hero logo dimensions in CSS for improved display on various screen sizes. - Updated homepage to reference new hero image. - Added theme detection script to enhance user experience based on system preferences. - Cleaned up CSS styles for better consistency and responsiveness across components. These changes aim to enhance the visual presentation and user experience of the application.
Fix all remaining lint warnings to achieve clean build output. TypeScript fixes: - Replace `any` types with proper type definitions in API client - Use QueueHistoricalStatsResponse for queue history endpoint - Use Array<Record<string, unknown>> for import history endpoint - Add proper type intersection for SystemConfigSection log update Accessibility fixes: - Replace div[role="button"] with semantic <button> elements in QueuePage - Replace div[role="button"] with semantic <button> elements in HealthPage - Replace div[role="button"] with semantic <section> element for draggable provider cards - Replace <label> without control with <div> for heading text in ImportPage All lint checks now pass with zero errors and zero warnings. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
These changes aim to enhance the visual presentation and user experience of the application.