-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed image url concatenations to use createUrlPath helper (#2166)
* change from "None" to "No category" * implement disabled state for none checked categories * remove unnessesary code * rewrite LoginForm.jsx to tsx * replace UseSelector by UseAppSelector * rewrite GoogleLogin to tsx format * rewrite OfferDetails to tsx format * rewrite LoginForm.jsx to tsx * replace UseSelector by UseAppSelector * remove unnessesary handleCheckboxChange function * remove unnessesary space * Changed image url concatenations to use createUrlPath helper * Update AccountIcon.tsx * Update createUrlPath in helper-functions.tsx * code fix * remove unnessesary space * Fix sonar: refactor to use an optional chain expression * Rewrote ProfileItem to tsx format (#2226) * Created tests for count-active-filters.tsx (#2191) * Rewrote DateFilter to tsx format and fixed sonar issues (#2240) * rewrote DateFilter to tsx * extended DesktopDatePickerProps * Rewrote SubjectsStep to tsx format (#2233) * Rewrote SubjectsStep to tsx format * fix sonar issue * fix sonar issue 2 * Rewrote FindBlock to tsx format (#2234) * Rewrote FindBlock to tsx format * fixed tests * Rewrote ProfileDoneItemsList to tsx format (#2235) * Rewrote ProfileDoneItemsList to tsx format * changed imports * Fixed privacy policy translation (#2153) * Fixed privacy policy translation * Fixed en version * Add an error tooltip for User Profile (#2164) * Add an error tooltip for User Profile * Add open on hover behaviour * Fix style: added gap and decreased error icon * Add an error tooltip to the personal info tab * Fix test * Fix linter errors * Update src/pages/edit-profile/EditProfile.tsx Co-authored-by: Olenka Hryk <[email protected]> * Refactor enableTooltipError to use optional chain expression --------- Co-authored-by: Olenka Hryk <[email protected]> * Fix error caused when category is cleared (#2205) * Rewrote ProfileContainerMobile to tsx (#2220) * Rewrote ProfileContainerMobile to tsx * Refactor doneItems type * Fix doneItems type * Rewrote ProfileContainerDesktop to tsx (#2223) * Rewrote ProfileContainerDesktop to tsx * Refactor doneItems type * Fix doneItems type * Rewrote SearchInput to tsx (#2210) * Rewrote SearchInput to tsx * Refactor setSearch to use React.Dispatch type * Rewrote VideoPresentation to tsx (#2212) * Rewrote EmailConfirmModal to tsx (#2244) * Rewrote AdminNavBarItem to tsx (#2237) * Rewrote SignupForm to tsx (#2238) * Rebase develop into feature/1944/change-image-url-concatenation * Update AccountIcon.tsx * Update createUrlPath in helper-functions.tsx * Fix sonar: refactor to use an optional chain expression --------- Co-authored-by: Bohdan <[email protected]> Co-authored-by: Bohdan Mylyi <[email protected]> Co-authored-by: PavloDolia <[email protected]> Co-authored-by: Anastasiia Matiushenko <[email protected]> Co-authored-by: Olenka Hryk <[email protected]>
- Loading branch information
1 parent
8ad6d72
commit aff370f
Showing
10 changed files
with
42 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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