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] minor effect-related fixes & style changes #2380

Merged
merged 1 commit into from Oct 19, 2023

Conversation

igorDykhta
Copy link
Collaborator

  • remove the drag handle for shadow & light effect
  • fix trembling & wrapping date picker
  • fix calendar alignment
  • localization for several effect-related labels
  • styles to separate variables for date picker
  • fix for undefined class-name

Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
@@ -153,7 +158,7 @@ export default function EffectTimeConfiguratorFactory(
<StyledButton onClick={setCurrentDateTime} data-for="pick-time-button" data-tip>
<Pin height="15px" />
<Tooltip id="pick-time-button" effect="solid" place="top" delayShow={500}>
<FormattedMessage id={'Pick current time'} />
<FormattedMessage id={'effectManager.pickCurrrentTime'} />
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
<FormattedMessage id={'effectManager.pickCurrrentTime'} />
<FormattedMessage id="effectManager.pickCurrrentTime" />

@igorDykhta igorDykhta merged commit fdecb05 into master Oct 19, 2023
8 checks passed
@delete-merged-branch delete-merged-branch bot deleted the igr/ups-fix-effect-minor branch October 19, 2023 06:47
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.

None yet

2 participants