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

New gurb validation pages #105

Merged
merged 39 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
0f736a9
✨ 🚧  Gurb's landing page
JoanaFigueira Sep 6, 2024
4342d67
✨ added SomStepper and Requirements screens for GURB
marta197 Sep 10, 2024
5e41f6f
🚧 chooser for grurg
marta197 Sep 10, 2024
36a9b11
✨ add icon to helperText in InputField
JoanaFigueira Sep 12, 2024
d0700bb
✨ Use Input and Chooser components to selfconsumption and address pages
JoanaFigueira Sep 16, 2024
1edf77b
✨ Select chooser options
JoanaFigueira Sep 16, 2024
4380b99
🚧 Component FailureRequirement and requirement pages
JoanaFigueira Sep 19, 2024
74cc40b
✨ added SuccessRequirement and ResultRequirement
marta197 Sep 19, 2024
6079f28
🐛 borderRadius in theme must be an int
marta197 Sep 19, 2024
316e298
✨ added first steps for yup validations
marta197 Sep 19, 2024
321950c
✨ Yup Validations for choosers
JoanaFigueira Sep 23, 2024
0a3a1d9
✨ Add Address validation
JoanaFigueira Sep 23, 2024
30feee2
✨ Add selfConsumption and hasMember validations
JoanaFigueira Sep 23, 2024
e3d6a84
🐛 Adapt InputField and Chooser
JoanaFigueira Sep 23, 2024
1dea623
🌐 Add translations
JoanaFigueira Sep 23, 2024
b8e1b8c
♻ Move requirements steps into pages
JoanaFigueira Sep 23, 2024
2e32b10
💄 Add fonts
JoanaFigueira Sep 24, 2024
f488bf8
✨ Add Gurb stepper component
JoanaFigueira Sep 24, 2024
9b6789c
✨ Add Next and Prev buttons styles
JoanaFigueira Sep 24, 2024
cfdafd3
🌐 Add translations
JoanaFigueira Sep 24, 2024
3efea6c
💄 chooser style
marta197 Sep 25, 2024
d826375
🚧 gurb form errors when user does not fulfill the requirements
marta197 Oct 2, 2024
beff49a
✨ set gurb errors in context
JoanaFigueira Oct 2, 2024
47bfe81
✨ Add gurb error context
JoanaFigueira Oct 8, 2024
54bde60
🧹 gurg -> gurb
marta197 Oct 8, 2024
4e76d6a
✨ added error when has selfconsumption in gurb
marta197 Oct 8, 2024
6a5f00a
🚧 ask gurb data to api
marta197 Oct 9, 2024
98978e0
✨ validations for supply point page in gurb
marta197 Oct 16, 2024
fbe99d6
✨ feature flag for gurb form
marta197 Oct 17, 2024
efa5cee
🏜️ some improvements in grub form
marta197 Oct 17, 2024
aab7b43
🐛 ups! added a missing import
marta197 Oct 17, 2024
2076cee
🐛 remove unused fonts
JoanaFigueira Oct 23, 2024
11d4353
🐛 remove commented code
JoanaFigueira Oct 23, 2024
d75d8d7
🚧 check gurb's 2km limit
marta197 Oct 31, 2024
7b79a6c
♻ Move AddressAutocompleteField as Gurb's component
JoanaFigueira Nov 13, 2024
1d3c9b0
🧹 remove unused address yuo validations
JoanaFigueira Nov 14, 2024
c56a0af
♻ Add alert as an option to requeriments errors
JoanaFigueira Nov 18, 2024
7f01506
🌐 Add missing translations
JoanaFigueira Nov 18, 2024
7dd1424
🐛 replace &nbsp by margins
JoanaFigueira Nov 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@googlemaps/js-api-loader": "^1.16.6",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/x-charts": "^7.15.0",
"@mui/x-date-pickers": "^6.19.7",
"@somenergia/somenergia-ui": "^0.5.0",
"@types/react": "^18.3.1",
Expand Down
Loading
Loading