Skip to content
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

Fix/order book improvements #1347

Open
wants to merge 40 commits into
base: develop
Choose a base branch
from

Conversation

RustemYuzlibaev
Copy link
Contributor

@RustemYuzlibaev RustemYuzlibaev commented Mar 13, 2024

contains fixes on these tickets
Screenshot 2024-03-18 at 13 41 39

  • fix on allowance to pass with zero price
  • check for NaN for some logic
  • unify tickSize & stepLotSize precision in one place

@RustemYuzlibaev RustemYuzlibaev added the experimental_environment This pr will be deployed on tachi cluster label Mar 13, 2024
@@ -87,14 +87,15 @@
</div>

<div v-if="withSlider" class="input-line--footer-with-slider" @click="handleSliderFocus">
<div class="delimiter" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that it's better to just revert it without !important. What was the initial goal of that change?

Copy link
Contributor Author

@RustemYuzlibaev RustemYuzlibaev Mar 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have < s-divider /> component to split UI data, no need to create another custom one

@@ -341,7 +349,7 @@ $el-input-class: '.el-input';
.el-slider__button {
background-color: #fff;
border-radius: 4px;
transform: rotate(-45deg);
transform: rotate(-45deg) !important;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to replace scoped to unscoped without !important + specify better

// overwrite
.el-slider__runway.disabled {
.el-slider__bar {
width: 0 !important;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the same comment - if we need to apply anything we cannot do it scoped scss then we need to replace it

Copy link
Contributor

@stefashkaa stefashkaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check comments please

@stefashkaa stefashkaa removed the experimental_environment This pr will be deployed on tachi cluster label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants