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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ assets/
cypress.config.js
jest.config.js
next.config.js
server-next.js
.lintstagedrc.js
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ env:
SERVER_URL: http://localhost:3000
API_URL: http://localhost:3002
PORT: 3000
AWSS3_URL: https://entourage-job-preprod.s3.amazonaws.com
AWSS3_CDN_URL: https://d3s4t580ymtqme.cloudfront.net
CDN_URL: https://d280vsj7wg1qqw.cloudfront.net
AWSS3_IMAGE_DIRECTORY: /images/
CYPRESS_IO_PROJECT_ID: ${{ secrets.CYPRESS_IO_PROJECT_ID }}
PUSHER_API_KEY: ${{ secrets.PUSHER_API_KEY }}
ADRESSE_LOCAUX_PARIS: "174 Rue Championnet 75018, Paris"
Expand All @@ -45,12 +49,12 @@ jobs:
command: npx cypress run --record --key ${{ secrets.CYPRESS_IO_KEY }}
wait-on: http://localhost:3000

- run: yarn lint
- run: yarn test:eslint

- name: set-up
uses: actions/setup-node@v3
with:
node-version: '16.x'

- run: yarn test
- run: yarn test:inte
- run: echo No tests
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn test
yarn test:inte
6 changes: 3 additions & 3 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
'*.ts?(x)': [() => 'yarn ts-check', 'yarn lint:fix'],
'*.js?(x)': 'yarn lint:fix',
};
'*.ts?(x)': [() => 'yarn test:ts-check', 'yarn test:eslint'],
'*.js?(x)': () => 'yarn test:eslint',
};
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ ADMIN_COMPANIES_PARIS=
ADMIN_COMPANIES_RENNES=
ADRESSE_LOCAUX_PARIS=
API_URL=
AIRTABLE_LINK_BECOME_COACH=
ASSOCIATION_BROCHURE=
AWSS3_CDN_URL=
AWSS3_IMAGE_DIRECTORY=
Expand Down Expand Up @@ -186,8 +187,6 @@ TUTORIAL_VIDEO_CV=
TUTORIAL_VIDEO_FIRST_STEPS=
TUTORIAL_VIDEO_OFFERS=
TUTORIAL_VIDEO_OFFERS_2=
WEBINAR_URL=
WOMENS_DAY=
```

## Styles
Expand Down
3 changes: 3 additions & 0 deletions __mocks__/svg.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// eslint-disable-next-line import/no-default-export
export default 'SvgrURL';
export const ReactComponent = 'div';
1 change: 0 additions & 1 deletion assets/custom/icons/archive.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/custom/icons/calendar.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/custom/icons/car.svg

This file was deleted.

5 changes: 0 additions & 5 deletions assets/custom/icons/check.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/custom/icons/chevron-left.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/custom/icons/chevron-white.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/custom/icons/document.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/custom/icons/email.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/custom/icons/eye-closed.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/custom/icons/eye-opened.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/custom/icons/filter-empty.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/custom/icons/filter.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/custom/icons/gender.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/custom/icons/home.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/custom/icons/language.svg

This file was deleted.

11 changes: 0 additions & 11 deletions assets/custom/icons/linkedout-arrow-back.svg

This file was deleted.

13 changes: 0 additions & 13 deletions assets/custom/icons/linkedout-arrow-contact.svg

This file was deleted.

11 changes: 0 additions & 11 deletions assets/custom/icons/linkedout-arrow-growing.svg

This file was deleted.

15 changes: 0 additions & 15 deletions assets/custom/icons/linkedout-arrow.svg

This file was deleted.

5 changes: 0 additions & 5 deletions assets/custom/icons/linkedout-calendar.svg

This file was deleted.

17 changes: 0 additions & 17 deletions assets/custom/icons/linkedout-car.svg

This file was deleted.

14 changes: 0 additions & 14 deletions assets/custom/icons/linkedout-close-button.svg

This file was deleted.

Loading