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(svp): design issue after bump ods18 #14741

Merged

Conversation

lionel95200x
Copy link
Contributor

@lionel95200x lionel95200x commented Dec 31, 2024

Question Answer
Branch? tapc-2456
Bug fix? yes
New feature? no
Breaking change? no
Tickets Fix #TAPC-2456
License BSD 3-Clause
  • Try to keep pull requests small so they can be easily reviewed.
  • Commits are signed-off
  • Only FR translations have been updated
  • Branch is up-to-date with target branch
  • Lint has passed locally
  • Standalone app was ran and tested locally
  • Ticket reference is mentioned in linked commits (internal only)
  • Breaking change is mentioned in relevant commits

Description

Update some design on ODS 18

Related

@lionel95200x lionel95200x requested review from a team as code owners December 31, 2024 08:45
@lionel95200x lionel95200x requested review from sidlynx, seven-amid, MaximeBajeux, anooparveti and JacquesLarique and removed request for a team December 31, 2024 08:45
@github-actions github-actions bot added the bug Something isn't working label Dec 31, 2024
@lionel95200x lionel95200x force-pushed the fix/TAPC-2456-svp-design-18 branch from cb673a8 to 520c9f8 Compare December 31, 2024 08:45
@github-actions github-actions bot added the has conflicts Has conflicts to resolve before merging label Dec 31, 2024
@lionel95200x lionel95200x force-pushed the fix/TAPC-2456-svp-design-18 branch from 520c9f8 to 56f57e1 Compare December 31, 2024 16:33
@github-actions github-actions bot removed the has conflicts Has conflicts to resolve before merging label Dec 31, 2024
@lionel95200x lionel95200x force-pushed the fix/TAPC-2456-svp-design-18 branch from 56f57e1 to da6d63e Compare January 2, 2025 09:39
ref: TAPC-2456

Signed-off-by: Lionel Bueno <[email protected]>
@lionel95200x lionel95200x force-pushed the fix/TAPC-2456-svp-design-18 branch from da6d63e to 8ffebf7 Compare January 3, 2025 09:25
Copy link

sonarqubecloud bot commented Jan 3, 2025

@lionel95200x lionel95200x requested a review from ppprevost January 3, 2025 09:46
@@ -4,13 +4,17 @@ import React from 'react';
const SimpleTile: React.FC<React.PropsWithChildren<{
onClick?: () => void;
isActive?: boolean;
}>> = ({ children, onClick, isActive }) => (
className?: string;
}>> = ({ children, onClick, isActive, className }) => (
<OdsCard
className={`flex items-center flex-col justify-center w-1/2 shrink-0 md:shrink md:w-1/4 mr-5 text-center p-3 ${
Copy link
Contributor

Choose a reason for hiding this comment

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

a little bit hard to read

Copy link
Contributor

Choose a reason for hiding this comment

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

a great idea is to use clsx

@lionel95200x lionel95200x merged commit e1d213e into feat/TAPC-2456-bump-ods18-SVP Jan 3, 2025
14 checks passed
@lionel95200x lionel95200x deleted the fix/TAPC-2456-svp-design-18 branch January 3, 2025 11:00
lionel95200x added a commit that referenced this pull request Jan 6, 2025
ref: TAPC-2456

Signed-off-by: Lionel Bueno <[email protected]>
Co-authored-by: Lionel Bueno <[email protected]>
lionel95200x added a commit that referenced this pull request Jan 7, 2025
ref: TAPC-2456

Signed-off-by: Lionel Bueno <[email protected]>
Co-authored-by: Lionel Bueno <[email protected]>
lionel95200x added a commit that referenced this pull request Jan 7, 2025
ref: TAPC-2456

Signed-off-by: Lionel Bueno <[email protected]>
lionel95200x added a commit that referenced this pull request Jan 8, 2025
ref: TAPC-2456

Signed-off-by: Lionel Bueno <[email protected]>
lionel95200x added a commit that referenced this pull request Jan 15, 2025
ref: TAPC-2456

Signed-off-by: Lionel Bueno <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants