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

chore(icons): remove all uikit icons #163

Merged
merged 5 commits into from
Dec 4, 2023

Conversation

emile-bex
Copy link
Collaborator

No description provided.

@emile-bex emile-bex force-pushed the feature/EN-6375_Replace_Icons branch from 92151c2 to 40b69ab Compare November 13, 2023 10:25
@emile-bex emile-bex force-pushed the feature/EN-6375_Replace_Icons branch from 40b69ab to 291ce47 Compare November 13, 2023 10:39
@emile-bex emile-bex force-pushed the feature/EN-6375_Replace_Icons branch from 291ce47 to 0f9b607 Compare November 13, 2023 10:40
@emile-bex emile-bex force-pushed the feature/EN-6375_Replace_Icons branch from 0f9b607 to 2e1aa33 Compare November 13, 2023 13:18
@emile-bex emile-bex force-pushed the feature/EN-6375_Replace_Icons branch from 2e1aa33 to b91d116 Compare November 13, 2023 14:42
@emile-bex emile-bex force-pushed the feature/EN-6375_Replace_Icons branch from b91d116 to 594f6a9 Compare November 13, 2023 15:04
@emile-bex emile-bex force-pushed the feature/EN-6375_Replace_Icons branch from 594f6a9 to 694e862 Compare November 13, 2023 16:25
@emile-bex emile-bex temporarily deployed to entourage-job-front November 13, 2023 16:25 — with GitHub Actions Inactive
@emile-bex emile-bex temporarily deployed to entourage-job-front November 20, 2023 17:37 — with GitHub Actions Inactive
@emile-bex emile-bex force-pushed the feature/EN-6375_Replace_Icons branch from fdc968b to 8d556c4 Compare November 29, 2023 11:27
@emile-bex emile-bex force-pushed the feature/EN-6375_Replace_Icons branch from 8d556c4 to 9389e14 Compare November 29, 2023 11:35
@emile-bex emile-bex temporarily deployed to entourage-job-front November 29, 2023 11:35 — with GitHub Actions Inactive
@@ -1,7 +1,8 @@
import React, { useEffect, useState } from 'react';
import Resizer from 'react-image-file-resizer';
import UIkit from 'uikit';
import { Icon } from 'src/components/utils';
import PencilIcon from 'assets/icons/pencil.svg';
import {} from 'src/components/utils';
Copy link
Collaborator

Choose a reason for hiding this comment

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

?

src/components/filters/SearchBar.tsx Outdated Show resolved Hide resolved
@@ -1,7 +1,7 @@
export interface HeaderConnectedItemProps {
href: string;
badge?: string;
icon?: string;
icon?: JSX.Element;
Copy link
Collaborator

Choose a reason for hiding this comment

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

React.reactNode; ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Alors ici on sait qu'on veut passer des icônes SVG du style <UserIcon />, du coup on sait que ce sera forcément un JSX.Element. React.ReactNode englobe aussi les string et les autres types de node, etc...

src/components/partials/Reviews.tsx Outdated Show resolved Hide resolved
@@ -8,7 +8,7 @@ interface ButtonPostProps {
color?: string;
action?: (event?: FormEvent) => Promise<void>;
style?: '' | UIKIT_BUTTON_STYLES_SPEC;
icon?: string;
icon?: JSX.Element;
Copy link
Collaborator

Choose a reason for hiding this comment

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

idem

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Alors ici on sait qu'on veut passer des icônes SVG du style , du coup on sait que ce sera forcément un JSX.Element. React.ReactNode englobe aussi les string et les autres types de node, etc...

import { StyledButtonIcon } from './ButtonIcon.styles';

interface ButtonIconProps {
icon: JSX.Element;
Copy link
Collaborator

Choose a reason for hiding this comment

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

idem

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Alors ici on sait qu'on veut passer des icônes SVG du style , du coup on sait que ce sera forcément un JSX.Element. React.ReactNode englobe aussi les string et les autres types de node, etc...

src/components/utils/index.ts Outdated Show resolved Hide resolved
@emile-bex emile-bex temporarily deployed to entourage-job-front December 1, 2023 14:42 — with GitHub Actions Inactive
…#164)

* chore(icons): remove all uikit icons

* started public offer form

* [EN-6475] feat(offer form): separate public and private offer form

* [EN-6475] tests(offer form): update tests

* [EN-6475] fix(offer form): fix modal scroll to top

* [EN-6475] feat(offer form): change wording

* [EN-6475] chore(icons): manage auto margin if icons in buttons
@emile-bex emile-bex temporarily deployed to entourage-job-front December 4, 2023 10:44 — with GitHub Actions Inactive
@emile-bex emile-bex merged commit e5b75bc into develop Dec 4, 2023
2 checks passed
@emile-bex emile-bex deleted the feature/EN-6375_Replace_Icons branch December 4, 2023 11:06
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