-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
366 fe implement delete tag functionality #425
366 fe implement delete tag functionality #425
Conversation
Implement <AddTag> component - rename <AddTags> to <TagManagementControls> for clarity - move <ToastContainer> from <ContactForm> to layout.tsx - minor UI modifications for better UX
- lift handleDelete to parent - implement delete functionality via modal
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you set up a base branch for all the tags functionality.
you will make PRs toward that branch and in the end we will merge the base branch to staging.
It would be better to just see the changes regarding the ticket on the branch.
Implement <AddTag> component - rename <AddTags> to <TagManagementControls> for clarity - move <ToastContainer> from <ContactForm> to layout.tsx - minor UI modifications for better UX
- lift handleDelete to parent - implement delete functionality via modal
- remove unrelated functionality (the add functionality) - translate to Macedonian
…ithub.com/learnhubmk/app into 366-fe-implement-delete-tag-functionality
- remove AddTag functionality
Implement <AddTag> component - rename <AddTags> to <TagManagementControls> for clarity - move <ToastContainer> from <ContactForm> to layout.tsx - minor UI modifications for better UX
- lift handleDelete to parent - implement delete functionality via modal
- remove AddTag functionality
…ithub.com/learnhubmk/app into 366-fe-implement-delete-tag-functionality
Rebase to feature/tags-base completed. |
Implement tag deletion functionality.