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

fea/css-tailwind #69

Merged
merged 14 commits into from
Mar 19, 2024
Merged

fea/css-tailwind #69

merged 14 commits into from
Mar 19, 2024

Conversation

Ogenbertrand
Copy link
Collaborator

I created a md file for the tailwind css system design

@Ogenbertrand
Copy link
Collaborator Author

Ogenbertrand commented Mar 6, 2024

@stephane-segning pr for ticket Setup css design system #49

@Ogenbertrand Ogenbertrand changed the title Add a (css-tailwind.md)file in the docs/ CSS System Design Mar 6, 2024
@Ogenbertrand Ogenbertrand changed the title CSS System Design fea/css-tailwind Mar 6, 2024
Copy link
Contributor

@stephane-segning stephane-segning left a comment

Choose a reason for hiding this comment

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

Good work!

@Ogenbertrand
Copy link
Collaborator Author

Ogenbertrand commented Mar 7, 2024

Copy link
Contributor

@stephane-segning stephane-segning left a comment

Choose a reason for hiding this comment

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

Good work overall @Ogenbertrand! Please address these points so that we can go forward

power-pay-frontend/src/App.css Outdated Show resolved Hide resolved
power-pay-frontend/tailwind.config.js Outdated Show resolved Hide resolved
@Ogenbertrand
Copy link
Collaborator Author

Ogenbertrand commented Mar 7, 2024

Hello @stephane-segning i just made the changes in the App.css and tailwind.config file. I also added vite in our project to help enhance development experience when working with tailwind.
add (tsx,ts,js) extensions in the tailwind config file
delete content (config directive) from the src/App.css

@Ogenbertrand
Copy link
Collaborator Author

Ogenbertrand commented Mar 8, 2024

Copy link
Contributor

@stephane-segning stephane-segning left a comment

Choose a reason for hiding this comment

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

You created a new frontend project e2e-banking-app-tailwind, while the question was for you to add tailwindcss to the already existing project. Remove the e2e-banking-app-tailwind folder first. Then proceed on the ticket.

@Ogenbertrand
Copy link
Collaborator Author

Ogenbertrand commented Mar 8, 2024

@stephane-segning
I just deleted the e2e-banking-app-tailwind/ from our project dir and i a added tailwindcss in our project.
dicard the (e2e-banking-app-tailwind/) from the project working dir

power-pay-frontend/src/App.css Outdated Show resolved Hide resolved
power-pay-frontend/package.json Show resolved Hide resolved
@Ogenbertrand
Copy link
Collaborator Author

@stephane-segning i added a config file for postcss
Add a config file for potscss in power-pay-frontend/

@Ogenbertrand
Copy link
Collaborator Author

@Ogenbertrand
Copy link
Collaborator Author

@Ogenbertrand
Copy link
Collaborator Author

power-pay-frontend/package.json Outdated Show resolved Hide resolved
power-pay-frontend/package.json Outdated Show resolved Hide resolved
@Ogenbertrand
Copy link
Collaborator Author

"version": "0.0.0",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build-for-gh": "vite build --base=/e2e-banking-app",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "react-scripts start",
Copy link
Contributor

Choose a reason for hiding this comment

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

Why react-scripts, while we're using vite ? Read again about react with vite here.

@@ -1,13 +1,15 @@
{
"name": "power-pay-frontend",
"private": true,
"homepage": "https://ADORSYS-GIS.github.io/e2e-banking-app",
"homepage": "https://adorsys-gis.github.io/e2e-banking-app",
Copy link
Contributor

Choose a reason for hiding this comment

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

Why changing this?

@Ogenbertrand
Copy link
Collaborator Author

@Ogenbertrand
Copy link
Collaborator Author

@stephane-segning
I just applied the changes in the package.json file
Add a sass package in the package.json file.

@Ogenbertrand
Copy link
Collaborator Author

Ogenbertrand commented Mar 15, 2024

Copy link
Contributor

@stephane-segning stephane-segning left a comment

Choose a reason for hiding this comment

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

Good work @Ogenbertrand !

@stephane-segning stephane-segning merged commit 68087a2 into ADORSYS-GIS:main Mar 19, 2024
3 checks passed
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