Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
125 commits
Select commit Hold shift + click to select a range
a9416d0
📦 chore(icons): add dots-icon.svg and plus-icon.svg to assets/icons d…
marcbon Nov 3, 2023
d41e1a3
📝 chore(translation.json): update translation for custom status drawe…
marcbon Nov 3, 2023
ea052df
🎨 style(Drawer/index.tsx): import MD and appTheme from unguess-design…
marcbon Nov 3, 2023
c738f50
📝 chore(getCustomStatusPhaseName.ts): add getCustomStatusPhaseName fu…
marcbon Nov 3, 2023
9ea620b
✨ feat(CustomStatusForm.tsx): add CustomStatusForm component
marcbon Nov 3, 2023
488e41d
✨ feat(DotsMenu.tsx): add DotsMenu component to display a modal with …
marcbon Nov 3, 2023
915a76c
🔧 chore(ColorPicker.tsx): comment out unused code and console.log sta…
marcbon Nov 3, 2023
6eb6086
🐛 fix(bugsPageSlice.ts): change is_default property type from boolean…
marcbon Nov 3, 2023
01848c0
🐛 fix(constants.ts): change is_default value from true to 1
marcbon Nov 3, 2023
2e215ab
🔀 refactor(Drawer/index.tsx): simplify useAppSelector in CustomStatus…
marcbon Nov 3, 2023
a56038d
🐛 fix(CustomStatusForm.tsx): fix indentation and spacing issues
marcbon Nov 3, 2023
290a1da
🔀 chore(bugsPageSlice.ts): add optional 'is_new' property to 'initial…
marcbon Nov 3, 2023
4ede244
🐛 fix(BugStateDropdown.tsx): fix import of Circle component
marcbon Nov 3, 2023
48cd295
📝 chore(Circle.tsx): add Circle component for Bug Drawer
marcbon Nov 3, 2023
564d029
🔥 refactor(ColorPicker.tsx): remove unused imports and commented out …
marcbon Nov 3, 2023
d0c58c8
🐛 fix(CustomStatusForm.tsx): remove unused CircleFill import and styl…
marcbon Nov 3, 2023
d9a8d8f
🐛 fix(DotsMenu.tsx): update customStatus when deleting a custom status
marcbon Nov 3, 2023
149b401
🐛 fix(CustomStatusDrawer): remove unused updateCustomStatus action
marcbon Nov 3, 2023
260ca17
🔧 fix(Drawer/index.tsx): fix missing import statements and add missin…
marcbon Nov 3, 2023
a79d45b
🔧 fix(Drawer/index.tsx): import missing dependencies
marcbon Nov 3, 2023
8b59579
fetures: added modals for custom status
iDome89 Nov 6, 2023
8b7588c
Merge branch 'drawer-custom-status' into custom-status-modals
marcbon Nov 6, 2023
ce62ac5
removed dead code
iDome89 Nov 6, 2023
d886f9a
fixed formatting of translations
iDome89 Nov 6, 2023
9014e54
Merge pull request #679 from AppQuality/custom-status-modals
marcbon Nov 6, 2023
ab37d36
🔧 fix(bugsPageSlice.ts): add isCustomStatusDrawerTouched state to ini…
marcbon Nov 6, 2023
7505c6c
🐛 fix(Drawer/index.tsx): add missing import statements for useState a…
marcbon Nov 6, 2023
e5acf21
🐛 fix(CustomStatusForm.tsx): add dispatch to set custom status drawer…
marcbon Nov 6, 2023
01f3278
🐛 fix(ClosingDrawerConfirmationModal/index.tsx): fix close button fun…
marcbon Nov 6, 2023
78ac57d
🐛 fix(BugStateDropdown.tsx): export SelectedItem styled component
marcbon Nov 6, 2023
0b570f5
🔧 fix(translation.json): remove unused translation keys
marcbon Nov 6, 2023
20d4f76
🐛 fix(MigrationModal/index.tsx): fix import statements and unused var…
marcbon Nov 6, 2023
493d76c
🔨 refactor(Drawer/index.tsx): remove unused imports and variables
marcbon Nov 6, 2023
95af3ed
🔀 chore(Content.tsx): fix import statement for BugStateDropdown compo…
marcbon Nov 6, 2023
3d28f54
🚀 feat(BugPreview.tsx): import BugStateDropdown as named import from …
marcbon Nov 6, 2023
c40143a
🔧 chore(Content.tsx): remove unnecessary bug prop from BugStateDropdo…
marcbon Nov 6, 2023
6259494
🔨 refactor(MigrationModal/index.tsx): remove unnecessary parentheses …
marcbon Nov 6, 2023
1e1d87b
🐛 fix(translation.json): fix HTML tags in custom status migration mod…
marcbon Nov 6, 2023
960489b
🐛 fix(BugStateDropdown.tsx): fix bug where useParams() was not imported
marcbon Nov 6, 2023
c6a4164
🔧 fix(api.ts): add 'CustomStatuses' to the list of supported features…
marcbon Nov 6, 2023
691b8c8
🔥 refactor(BugStateDropdown.tsx): remove unused imports and variables
marcbon Nov 6, 2023
35fa2e5
🐛 fix(MigrationModal/index.tsx): add useEffect hook to set initial se…
marcbon Nov 6, 2023
5eeabba
🐛 fix(MigrationModal/index.tsx): fix initial value of selectedItems s…
marcbon Nov 6, 2023
1048479
🐛 fix(Circle.tsx): change margin property from '0 2px' to 'auto 0'
marcbon Nov 6, 2023
05bf400
🐛 fix(CustomStatusForm.tsx): add useState hook to track maxId of cust…
marcbon Nov 6, 2023
a104c7b
🔥 refactor(ColorPicker.tsx): Remove commented out code and console.lo…
marcbon Nov 6, 2023
42155c6
🎨 style(BugStateDropdown.tsx): add max height to BugStateDropdownMenu
marcbon Nov 7, 2023
c097836
🐛 fix(MigrationModal/index.tsx): fix issue with finding index in sele…
marcbon Nov 7, 2023
c2b0e61
added notification toast on drawer close
iDome89 Nov 9, 2023
07acb3a
🐛 fix(Drawer/index.tsx): remove unnecessary code for patchCustomStatu…
marcbon Nov 9, 2023
6849e39
🔥 refactor(ColorPicker.tsx): remove commented out code and unused imp…
marcbon Nov 9, 2023
1bb747d
🔨 refactor(DotsMenu.tsx): refactor DotsMenu component to improve read…
marcbon Nov 9, 2023
0b0cea0
🐛 fix(CustomStatusForm.tsx): remove unnecessary '#' symbol in Circle …
marcbon Nov 9, 2023
bc9478f
🐛 fix(translation.json): fix incorrect key for edit color button in E…
marcbon Nov 9, 2023
438e821
🚀 chore(package.json): update @appquality/unguess-design-system to ve…
marcbon Nov 9, 2023
e51633b
fix: added missing toast
iDome89 Nov 10, 2023
2b8e499
🌐 feat(translation.json): add missing translations for custom status …
marcbon Nov 10, 2023
a59fddf
🐛 fix(CustomStatusForm.tsx): fix form validation for custom_status field
marcbon Nov 10, 2023
812eaa6
🐛 fix(DotsMenu.tsx): remove customStatusId from arrayHelpers after di…
marcbon Nov 10, 2023
9da5f36
🐛 fix(Drawer/index.tsx): import missing dependencies and add onSubmit…
marcbon Nov 10, 2023
7b22810
🌍 chore(translation.json): update English and Italian translations fo…
marcbon Nov 10, 2023
6bf5510
🐛 fix(MigrationModal/index.tsx): fix translation key for delete custo…
marcbon Nov 10, 2023
78966f5
Merge pull request #680 from AppQuality/add-notification-toast
marcbon Nov 10, 2023
0931bd1
🐛 fix(CustomStatusForm.tsx): fix color prop value in Circle component
marcbon Nov 10, 2023
4dd3405
🔧 fix(BugStateDropdown.tsx): fix scrollbar display issue in StyledMen…
marcbon Nov 10, 2023
33d2688
🐛 fix(BugStateDropdown.tsx): add missing import for getSelectedBugId …
marcbon Nov 10, 2023
570bd4e
refactor(custom-status): Refactor custom status form validation wip
cannarocks Nov 10, 2023
5ffdd27
refactor(custom-status): Refactor custom status form validation wip
cannarocks Nov 10, 2023
a8344bb
Merge branch 'check-validation' of github.com:AppQuality/unguess-reac…
cannarocks Nov 10, 2023
7998354
🐛 fix(BugStateDropdown.tsx): fix bugId variable assignment
marcbon Nov 10, 2023
dd93934
refactor(custom-status): Refactor custom status form validation wip
cannarocks Nov 10, 2023
8df851b
Merge branch 'check-validation' of github.com:AppQuality/unguess-reac…
cannarocks Nov 10, 2023
13b56b4
fixed color display on bug status table
iDome89 Nov 10, 2023
010ae62
Merge pull request #681 from AppQuality/fix-table-bugs-status
marcbon Nov 10, 2023
2dd1f84
fixed capitalize in custom-status cta
iDome89 Nov 10, 2023
835d6b9
Merge pull request #682 from AppQuality/fix-text-transform-capitalize
marcbon Nov 10, 2023
e2859d3
refactor(custom-status): Refactor custom status form validation wip
cannarocks Nov 10, 2023
103c528
feat(custom-status): use only formik state
cannarocks Nov 10, 2023
1d5cd90
Merge branch 'check-validation' of github.com:AppQuality/unguess-reac…
cannarocks Nov 10, 2023
387b7e8
refactor(custom-status): remove inline style no more useful
cannarocks Nov 10, 2023
e8d7e67
refactor(custom-statuses): attach formik to color swatch
cannarocks Nov 10, 2023
41d3547
fix(custom-status): remove useless t function in yup model
cannarocks Nov 10, 2023
bce5fc4
fix(custom-status): set different message of errors
cannarocks Nov 13, 2023
3ac03fb
chore(browserslist): update version
cannarocks Nov 13, 2023
ebeb159
chore(browserslist): update version
cannarocks Nov 13, 2023
f02bd5d
fix: fixed formatting and minor issues
iDome89 Nov 13, 2023
94abfd0
feat - added error message toast
iDome89 Nov 13, 2023
5be23fa
feat: added drawer to bugs collection
iDome89 Nov 13, 2023
c0dfefc
fix(custom-status): use correct default color
cannarocks Nov 13, 2023
b02aa5c
Merge pull request #683 from AppQuality/86bwdxbpt-migration-modal-doe…
cannarocks Nov 13, 2023
277efcd
fix(custom-statuses): improve isChanged check using localeCompare
cannarocks Nov 13, 2023
a4a0273
Merge pull request #684 from AppQuality:validation-triggered-wrongly
cannarocks Nov 13, 2023
38d34ea
wip
cannarocks Nov 13, 2023
e93b3b7
🔧 fix(BugStateDropdown.tsx): remove unused refetch variable
marcbon Nov 13, 2023
ed95074
feat added translations
iDome89 Nov 13, 2023
8ad4502
🐛 fix(BugStateDropdown.tsx): remove unnecessary options in useGetCamp…
marcbon Nov 13, 2023
15ca208
🔥 refactor(StatusValidationMessage.tsx): remove unnecessary early ret…
marcbon Nov 13, 2023
7736653
📝 chore(translation.json): update labels for custom status dropdown a…
marcbon Nov 13, 2023
3335f71
🐛 fix(StatusValidationMessage.tsx): remove unused variables and unnec…
marcbon Nov 13, 2023
d30929b
fix(custom-status): prevent dropdown reset on migration
cannarocks Nov 13, 2023
9e5a7e8
🔀 refactor(MigrationModal/index.tsx): change isPrimary prop to isDang…
marcbon Nov 13, 2023
9391f0f
📝 chore(translation.json): add period at the end of description in __…
marcbon Nov 13, 2023
add91a8
🌟 feat(translation.json): update label for creating a new status in I…
marcbon Nov 13, 2023
0a5185b
🐛 fix(translation.json): fix typos and improve translations in Italia…
marcbon Nov 13, 2023
b5375d7
🐛 fix(translation.json): update translation for "__BUGS_PAGE_BUG_DETA…
marcbon Nov 13, 2023
bfeeb76
🐛 fix(MigrationModal/index.tsx): fix text capitalization in Span comp…
marcbon Nov 13, 2023
38a47a6
🐛 fix(mapBugsToTableData.tsx): import Span component from '@appqualit…
marcbon Nov 13, 2023
fd409cc
fix(custom-statuses): use correctly localeCompare
cannarocks Nov 14, 2023
87b946e
🐛 fix(translation.json): remove period from "Changes saved" toast mes…
marcbon Nov 14, 2023
b9d4b8c
🔧 chore(Circle.tsx): adjust size of Circle component
marcbon Nov 14, 2023
e4094e9
🔧 fix(BugStateDropdown.tsx): add missing import for retrieveComponent…
marcbon Nov 14, 2023
9892ea8
🐛 fix(BugStateDropdown.tsx): fix hover style for disabled items
marcbon Nov 14, 2023
bc08f58
📝 chore(translation.json): update Italian translation for "__BUGS_PAG…
marcbon Nov 14, 2023
c313de3
🔧 chore(Circle.tsx): refactor Circle component styles to use theme.sp…
marcbon Nov 14, 2023
878b3c8
fix(custom-status): show success help text even on newly created cs
cannarocks Nov 14, 2023
6ca99a1
🐛 fix(MigrationModal/index.tsx): calculate bugs count for deleteCusto…
marcbon Nov 14, 2023
47b2097
Merge branch 'check-validation' of github.com:AppQuality/unguess-reac…
marcbon Nov 14, 2023
9ad2fa0
🐛 fix(MigrationModal/index.tsx): fix conditional rendering of deleteC…
marcbon Nov 14, 2023
e7ad4f8
🔀 refactor(translation.json): update translation for bug status migra…
marcbon Nov 14, 2023
02f80b8
🐛 fix(BugStateDropdown.tsx): fix itemToString function to return item…
marcbon Nov 14, 2023
920c0a2
fix(custom-status): support dynamic index on initial values
cannarocks Nov 14, 2023
946fbb5
🔧 chore(apiTags.ts): remove unused API endpoints and tags
marcbon Nov 14, 2023
d047c58
wip
cannarocks Nov 14, 2023
0770aea
🔥 refactor(api.ts): remove unused endpoints 'Bug' and 'CustomStatuses'
marcbon Nov 14, 2023
18d711d
fix(bug-details): keep data updated
cannarocks Nov 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.4.0",
"private": true,
"dependencies": {
"@appquality/unguess-design-system": "3.1.50",
"@appquality/unguess-design-system": "3.1.53",
"@headwayapp/react-widget": "^0.0.4",
"@reduxjs/toolkit": "^1.8.0",
"@rtk-query/codegen-openapi": "^1.0.0-alpha.1",
Expand Down
3 changes: 3 additions & 0 deletions src/assets/icons/arrow-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/icons/dots-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/icons/plus-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading