-
Notifications
You must be signed in to change notification settings - Fork 1
Add custom status functionality #687
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🐛 fix(mapBugsToTableData.tsx): add type annotation to onClick event handlers
…dency to version 3.1.50
…emplates to common/components directory 🔥 chore(PageLoader.tsx): Remove unused PageLoader component from features/templates directory
🐛 fix(pages/Service/index.tsx): import PageLoader from correct location 🐛 fix(pages/Services/index.tsx): import PageLoader from correct location
🔧 chore(Bugform/index.tsx): replace IframeResizer component with iframe element
⬆️ chore(package.json): add @babel/plugin-proposal-nullish-coalescing-operator@7.18.6 as a dev dependency ⬆️ chore(package.json): add @babel/plugin-proposal-optional-chaining@7.21.0 as a dev dependency
…ck event handlers 🐛 fix(mapBugsToTableData.tsx): remove unnecessary type annotation in onClick event handlers ✨ feat(AlignmentDiv): add alignment prop to AlignmentDiv component
…n-object as a dev dependency
✨ feat(PageLoader.tsx): add support for expanded and collapsed navigation 🐛 fix(Logged.tsx): fix conditional rendering of PageLoader component
Update styled components
New Crowdin updates
fix: fixed flipcard-face behaviour with container queries
🔧 fix(bugsPageSlice.ts): fix resetCustomStatus action to reset customStatus to initial state
🔧 chore(bugsPageSlice.ts): update and reset custom status actions
…ing dispatch action ✨ feat(BugStateDropdown.tsx): add functionality to open custom status drawer on manage item click
…m component in BugStateDropdown 🔧 chore(BugStateDropdown.tsx): update key and className for ManageItem component in BugStateDropdown
The CustomStatusDrawer component is added to handle the custom status drawer in the Bug page. It includes functionality to open and close the drawer, update the custom status, and reset the custom status. The component uses the @appquality/unguess-design-system library for the Button and Drawer components, the react-i18next library for translation, and the useAppDispatch and useAppSelector hooks from the src/app/hooks module.
🔧 fix(Bug/index.tsx): add CustomStatusDrawer component to render when isCustomStatusDrawerOpen is true
…opdown label ✨ feat(translation.json): add translations for custom status drawer labels 🔧 fix(translation.json): remove empty translation strings for shared workspaces and attachments 🌟 feat(translation.json): add support for plural translations for devices, OS, priority, replicability, severity, status, tags, typology, and use cases
…n on small screens 🔧 fix(BugStateDropdown.tsx): fix bug where "Manage" item is not hidden on small screens
🔧 fix(Bug/index.tsx): fix missing semicolon in line 11 🔧 fix(Bug/index.tsx): fix missing semicolon in line 12 🔧 fix(Bug/index.tsx): fix missing semicolon in line 13 🔧 fix(Bug/index.tsx): fix missing semicolon in line 14 🔧 fix(Bug/index.tsx): fix missing semicolon in line 15 🔧 fix(Bug/index.tsx): fix missing semicolon in line 16 🔧 fix(Bug/index.tsx): fix missing semicolon in line 17 🔧 fix(Bug/index.tsx): fix missing semicolon in line 18 🔧 fix(Bug/index.tsx): fix missing semicolon in line 19 🔧 fix(Bug
Custom-status
…sage ✨ feat(translation.json): add validation message for maximum length of custom status name 🐛 fix(translation.json): update error toast message for invalid input fields 🌐 chore(translation.json): update Italian translation for custom status messages
…Styles from @zendeskgarden/react-theming 🔧 fix(BugStateDropdown.tsx): add styling for disabled ManageItem component
…E_CUSTOM_STATUS_DRAWER_CONFIRM_BUTTON"
…ace.sm for width, height, min-width, and min-height
…mStatusUsed ✨ feat(MigrationModal/index.tsx): add support for calculating bugs count for deleteCustomStatusUsed
…t into check-validation
…ustomStatusUsed paragraph
…tion modal
The translation for the text "Before confirming and deleting, choose how to handle {{custom_statuses_num}} bugs in this campaign associated with these status:" was updated in both the English and Italian translation files. The word "status" was changed to "statuses" to reflect the plural form correctly.
….id instead of item.name
🔧 chore(apiTags.ts): update invalidatesTags and providesTags for API endpoints
Check-validation
New Crowdin updates
New Crowdin updates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.