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

WIP: Feat date picker range #263

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Conversation

jianyi-gronk
Copy link
Contributor

No description provided.

@ziqisia
Copy link
Collaborator

ziqisia commented May 31, 2024

单测fail了需要解决下哦~

@adaex adaex changed the title Feat date picker range WIP: Feat date picker range Sep 29, 2024
@adaex adaex added the WIP Work In Progress - This issue or pull request is currently being worked on and is not yet ready for label Sep 29, 2024
@adaex adaex requested a review from Copilot November 22, 2024 09:11

Choose a reason for hiding this comment

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

Copilot reviewed 6 out of 17 changed files in this pull request and generated no suggestions.

Files not reviewed (11)
  • packages/arcodesign/components/date-picker/test/snapshots/index.spec.js.snap: Language not supported
  • packages/arcodesign/components/date-picker/style/index.less: Language not supported
  • packages/arcodesign/tokens/app/arcodesign/default/css-variables.less: Language not supported
  • packages/arcodesign/tokens/app/arcodesign/default/index.json: Language not supported
  • packages/arcodesign/tokens/app/arcodesign/default/index.less: Language not supported
  • packages/arcodesign/components/date-picker/test/index.spec.js: Evaluated as low risk
  • packages/arcodesign/components/picker/index.tsx: Evaluated as low risk
  • packages/arcodesign/components/stepper/hooks/useValue.tsx: Evaluated as low risk
  • packages/arcodesign/tokens/app/arcodesign/default/index.js: Evaluated as low risk
  • packages/arcodesign/components/date-picker/type.ts: Evaluated as low risk
  • packages/arcodesign/tokens/src/arcodesign/default/theme.js: Evaluated as low risk
Comments skipped due to low confidence (1)

packages/arcodesign/components/date-picker/index.tsx:65

  • The dependency array for useMemo should include leftTimeValue to ensure correct updates: [userSetMinTs, userSetMaxTs, activeTabIndex, leftTimeValue].
const [minTs, maxTs] = useMemo(() => { return _updateTimeScope(); }, [userSetMinTs, userSetMaxTs, activeTabIndex]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work In Progress - This issue or pull request is currently being worked on and is not yet ready for
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants