-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Akmal / feat: remove relative indicator if it's blocking current price (
#1387) * feat: remove relative indicator if it's blocking current price * chore: refactor code * feat: parse the decimal * feat: new UI for strike overlap * feat: interim solution * feature: updated UI and overlap behaviour for strike and barrier * fix stylint issues * fix: stylelint formatting * fix broken styles in vercel development bundle * feat: remove overlay from barrier * fix: overlay style * feat: trigger vercel * chore: remove unused styles * chore: apply review suggestion * fix: add missing comma * fix: inherit colors from deriv app for turbos * feat: move div to a separate component
- Loading branch information
1 parent
0c2553b
commit add9d41
Showing
7 changed files
with
141 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import React from 'react'; | ||
|
||
const HamburgerDragIcon = () => ( | ||
<div className='drag-icon'> | ||
<div></div> | ||
<div></div> | ||
<div></div> | ||
</div> | ||
); | ||
|
||
export default HamburgerDragIcon; |
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
add9d41
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.
Successfully deployed to the following URLs:
smart-charts – ./
smart-charts-git-master.binary.sx
smart-charts.binary.sx
add9d41
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.
Successfully deployed to the following URLs:
smart-charts-deriv-app-integration – ./
smart-charts-deriv-app-integration.binary.sx
smart-charts-deriv-app-integration-git-master.binary.sx