Skip to content

feat: enhance tag editing functionality in task component#208

Merged
its-me-abhishek merged 4 commits intoCCExtractor:mainfrom
ParthKshirsagar7:main
Nov 21, 2025
Merged

feat: enhance tag editing functionality in task component#208
its-me-abhishek merged 4 commits intoCCExtractor:mainfrom
ParthKshirsagar7:main

Conversation

@ParthKshirsagar7
Copy link
Copy Markdown
Contributor

Description

This pull request enhances the user experience when editing tags of a task by displaying them as badges. This change simplifies the process of adding or deleting tags, moving away from the previous method of displaying them separated by commas, while editing.

Checklist

  • Ran npx prettier --write . (for formatting)
  • Ran gofmt -w . (for Go backend) - NA
  • Ran npm test (for JS/TS testing)
  • Added unit tests, if applicable - NA
  • Verified all tests pass
  • Updated documentation, if needed - NA

Media

Video

@its-me-abhishek
Copy link
Copy Markdown
Collaborator

please fix conflicts and add necessary tests for all the new changes

@ParthKshirsagar7
Copy link
Copy Markdown
Contributor Author

please fix conflicts and add necessary tests for all the new changes

Done

@its-me-abhishek
Copy link
Copy Markdown
Collaborator

Please fix prettier issues

@its-me-abhishek its-me-abhishek merged commit cd36ddc into CCExtractor:main Nov 21, 2025
4 checks passed
ShivaGupta-14 pushed a commit to ShivaGupta-14/ccsync that referenced this pull request Dec 25, 2025
…r#208)

* feat: enhance tag editing functionality in task component

* add tests for tag editing functionality in task dialog

* fix prettier issues

---------

Co-authored-by: Parth Kshirsagar <parthkshirsagar96@gmail.com>
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.

Improve User Experience by Consistent Tag Display in Task Editing

3 participants