-
Notifications
You must be signed in to change notification settings - Fork 0
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
created a grid for the info form page #307
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The page is looking great so far! :) It would be great if you could extend the bar below the "Editar Projeto" a little more like this:
I think when you integrate the forms components you will be able to simplify the code a bit. You should also add this page to Storybook, if you need any help just tell me :)
<div class="flex w-[50vw] mt-[10vw] gap-10"> | ||
<div class="h-10 w-[15vw] bg-red-500 rounded-xl flex items-center justify-center"> | ||
<p class="font-bold"> | ||
Guardar Alterações | ||
</p> | ||
</div> | ||
<div class="h-10 w-[10vw] bg-gray-500 rounded-xl flex items-center justify-center"> | ||
<p class="font-bold"> | ||
Cancelar | ||
</p> | ||
</div> | ||
</div> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the buttons you can use the already existing Button
component!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #307 +/- ##
==========================================
+ Coverage 0.71% 9.87% +9.16%
==========================================
Files 59 65 +6
Lines 2252 2998 +746
Branches 61 155 +94
==========================================
+ Hits 16 296 +280
- Misses 2179 2642 +463
- Partials 57 60 +3 ☔ View full report in Codecov by Sentry. |
…website-niaefeup-frontend into feature/info-form-page
Closes #286
created a grid for the info form page
Review checklist