Skip to content

Conversation

@niko-amosse
Copy link

@niko-amosse niko-amosse commented Jan 5, 2026

Describe your changes

image image image image image image

Issue ticket number and link

Checklist before requesting a review (magic string, indentation, comment/documentation...)

  • I have detailed the tests to do in my feature/fix in order to prevent consequents regressions (must specify in Checklist tests)
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (API Doc etc...) - (must specify in Description for target version)
  • If it is a consequent feature, I have added thorough tests.
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been added to this project (must specify in Description)

import { IRespondQuestionTypesProps } from "../types";

export const RespondQuestionDate: FC<IRespondQuestionTypesProps> = ({ question }) => {
console.log(question);
Copy link
Author

Choose a reason for hiding this comment

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

on se servira plus tard de la question donc pour éviter unused ts error

import { IRespondQuestionTypesProps } from "../types";

export const RespondQuestionTime: FC<IRespondQuestionTypesProps> = ({ question }) => {
console.log(question);
Copy link
Author

Choose a reason for hiding this comment

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

on se servira plus tard de la question donc pour éviter unused ts error

@niko-amosse niko-amosse changed the title For 923 feat(preview): #FOR-17,18,23,24,25,26 make preview of same question types Jan 5, 2026
@niko-amosse niko-amosse changed the title feat(preview): #FOR-17,18,23,24,25,26 make preview of same question types feat(preview): #FOR-917,918,923,924,925,926 make preview of same question types Jan 5, 2026
Comment on lines +10 to +13
const marks = [
cursorMinVal != null && { value: cursorMinVal, label: cursorMinVal },
cursorMaxVal != null && { value: cursorMaxVal, label: cursorMaxVal },
].filter((mark): mark is { value: number; label: number } => Boolean(mark));
Copy link
Contributor

Choose a reason for hiding this comment

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

😮 🔥

@niko-amosse niko-amosse merged commit 4622d46 into dev-react-preview Jan 5, 2026
2 checks passed
@niko-amosse niko-amosse deleted the FOR-923 branch January 5, 2026 13:33
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.

5 participants