Skip to content

Conversation

@mulikruchi07
Copy link
Contributor

Description

This PR updates the "Tag" label styling in the Edit Task screen to use a bold font weight. Other labels in the screen already use bold text, so this change improves UI consistency and readability

Fixes #(issue_no)

No issue was opened for this change since it is a small UI fix.

Screenshots

Before
After

Checklist

  • Tests have been added or updated to cover the changes
  • Documentation has been updated to reflect the changes
  • [ x ] Code follows the established coding style guidelines
  • [ x ] All tests are passing

Copilot AI review requested due to automatic review settings December 6, 2025 22:46
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves UI consistency in the Edit Task screen by making the "Tag" label bold to match the styling of other labels. The implementation follows the codebase's ongoing migration from GoogleFonts.poppins() to using TextStyle with the generated FontFamily.poppins constant.

  • Converts the Tag label from a simple Text widget to a RichText widget with separate styling for the label and value
  • Applies bold font weight to the label portion while keeping the tag values in regular weight
  • Uses FontFamily.poppins and TaskWarriorFonts constants, consistent with the migration pattern seen in description_widget.dart

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@SGI-CAPP-AT2 SGI-CAPP-AT2 merged commit 6c07dd7 into CCExtractor:main Dec 7, 2025
8 checks passed
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.

2 participants