Skip to content

Conversation

@NothingADSR123
Copy link
Contributor

Summary

This pull request resolves issue #5 by implementing a series of UI enhancements and adding a new dark mode feature.

Key Changes Implemented:

  • UI Enhancements:

    • Refactored layout for better spacing and responsiveness.
    • Improved color contrast and font sizes for accessibility.
    • Polished button styles and form inputs for a modern look.
  • New Feature: Dark Mode

    • Added a theme toggle button (Sun/Moon icon) in the header.
    • User's theme preference is persisted in localStorage.
    • All components, including modals and the syntax highlighter, now adapt correctly to the selected theme.

This improves the overall user experience and modernizes the application's design.

Closes #5

Screenshot 2025-10-05 093316 Screenshot 2025-10-05 093304

@UITCODERS UITCODERS merged commit 0ffe95f into UITCODERS:main Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI Enhancement: Implemented Dark Mode Toggle and Color Theme Improvements

2 participants