Skip to content

UI: Improve the Add Task model ui#1393

Open
riya-k003 wants to merge 1 commit into
aryandas2911:mainfrom
riya-k003:redesign-add-task-modal-dark-theme
Open

UI: Improve the Add Task model ui#1393
riya-k003 wants to merge 1 commit into
aryandas2911:mainfrom
riya-k003:redesign-add-task-modal-dark-theme

Conversation

@riya-k003
Copy link
Copy Markdown

📌 Description

Revamped the Add Task modal UI to create a cleaner, more modern, and visually polished user experience while maintaining the existing application theme and functionality.

🔗 Related Issue

Closes #4

🛠 Changes Made

  • Improved modal layout, spacing, and visual hierarchy
  • Added modern input styling, focus states, and responsive structure
  • Added icons and required field indicators for better UX clarity
  • Enhanced button styling and footer layout consistency
  • Improved responsiveness across different screen sizes
  • Integrated full dark/light mode support using CSS variables (--surface, --border, --text-main, --text-muted, --primary, --accent)
  • Maintained complete existing form functionality

📸 Screenshots

Before

Screenshot 2026-05-31 153322 Screenshot 2026-05-31 153335 Screenshot 2026-05-16 174507

Dark mode

image

Light mode

image

✅ Checklist

  • Code runs locally
  • Followed project structure
  • No console errors
  • Properly tested changes
  • Linked the issue

🚀 Notes for Reviewers

Focused on improving the overall visual experience and usability of the Add Task modal without changing the existing functionality or application theme. All validation logic, state management, scroll lock behaviour, and keyboard handling remain untouched. Only className strings and layout structure were modified. Dark/light mode now uses the app's existing CSS variables so the form automatically adapts when the theme toggles — no extra dark: Tailwind classes needed.

@riya-k003 riya-k003 changed the title Improved the Add task Model UI UI: Improve the Add Task model ui Jun 1, 2026
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.

Revamp Add Task Modal UI (Improve Look & UX)

1 participant