Skip to content

fix(ui): update logo and improve layout for better responsiveness - #300

Merged
javi11 merged 2 commits into
mainfrom
feat-ui-improvement
Feb 17, 2026
Merged

fix(ui): update logo and improve layout for better responsiveness#300
javi11 merged 2 commits into
mainfrom
feat-ui-improvement

Conversation

@javi11

@javi11 javi11 commented Feb 17, 2026

Copy link
Copy Markdown
Collaborator
  • 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.

javi11 and others added 2 commits February 17, 2026 13:26
- 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>
@javi11
javi11 merged commit 64f9c15 into main Feb 17, 2026
1 check passed
@javi11
javi11 deleted the feat-ui-improvement branch February 24, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant