forked from deriv-com/deriv-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Wallets] Sergei / wall 2103 / Autoscroll onboarding desktop (deriv-c…
…om#10807) * feat: install joyride to wallets package * feat: add useFeatureFlag to the onboarding component of header * feat: complete 2 steps * feat: add one comment * feat: add color red for WalletText and update Tooltip * feat: add CSSProperties['color'] to WalletText * feat: delete unnecessary styles and change span to WalletText * refactor: delete unnecessary style * feat: hide onboardng button * refactor: cleanup * feat: delete package-lock.json * feat: intermediate result * feat: complete all steps except one * refactor: cleanup * feat: changed Tooltip component due to WalletButton changes * refactor: get back React.ReactNode as type for text * refactor: delete todo * feat: start onboarding by localstorage * fix: mock useFeatureFlags in spec file * feat: intermediate result * feat: almost completed * refactor: change scrollOffset value * refactor: create onClickHandler * fix: change function to variable * feat: add check for isFetching, isLoading, isSuccess and it works 99 times from 100 * feat: add usehook-ts to core and use it * refactor: delete unnecessary const * refactor: sort imports * feat: change package * feat: change react-joyride-scrollparent to @deriv/react-joyride * feat: add close icon * fix: add as MouseEventHandler<SVGElement> for TS * feat: revert one style property * feat: update package-lock.json
- Loading branch information
1 parent
82001da
commit 38576fb
Showing
11 changed files
with
12,957 additions
and
72,638 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -200,7 +200,6 @@ $MIN_HEIGHT_FLOATING: calc( | |
overflow: hidden; | ||
} | ||
|
||
|
||
&-form { | ||
overflow: hidden; | ||
height: 100%; | ||
|
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
59 changes: 44 additions & 15 deletions
59
packages/wallets/src/components/WalletTourGuide/WalletTourGuide.tsx
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
Oops, something went wrong.