Skip to content

Conversation

@Roopan-Microsoft
Copy link
Collaborator

Purpose

  • This pull request introduces changes to improve the user interface and user experience for the task management page. The main updates ensure that input fields and buttons are appropriately disabled and styled when a task is marked as "completed."

UI/UX Enhancements:

  • src/frontend/wwwroot/task/task.js: Added logic to disable the taskMessageTextarea and taskMessageAddButton when a task is marked as "completed." Updated their background color and cursor style to visually indicate they are non-interactive.
  • src/frontend/wwwroot/task/task.js: Modified the textInputContainer to also have a disabled appearance (background color and cursor style) when the task is "completed."

Code Additions:

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

Kanchan-Microsoft and others added 2 commits March 28, 2025 09:43
fix: After cancelling the task, user still can provide the input by going back to cancelled task again
@Roopan-Microsoft Roopan-Microsoft merged commit 341088f into main May 26, 2025
8 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.5.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

blessing-msft pushed a commit that referenced this pull request Aug 1, 2025
fix: hotfix to main branch
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.

5 participants