-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: 🚸 adds confirmation dialog before user sends error report #449
Conversation
Co-authored-by: Štefan Baebler <stefan.baebler@gmail.com>
Until proper translation we eill display in English.
Co-authored-by: Štefan Baebler <stefan.baebler@gmail.com>
Co-authored-by: Štefan Baebler <stefan.baebler@gmail.com>
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.
@stefanb give link me to gsheet. It should work. env vars? {
"inputName": {
"id": "1889437249",
"value": "Ahačič Srednik Nika"
},
"inputUrl": {
"id": "1318563412",
"value": "http://localhost:3000/sl/gp/ahacic-srednik-nika/141819"
},
"inputType": {
"id": "2146648493",
"value": "gp"
},
"inputInstId": {
"id": "",
"value": "141819"
},
"inputProvider": {
"id": "480165709",
"value": "ZDRAVSTVENI DOM OSNOVNO VARSTVO NOVA GORICA"
},
"inputFullAddress": {
"id": "1560677043",
"value": "Rejčeva ulica 4, 5000 Nova Gorica"
},
"inputAccepts": {
"id": "1569335568",
"value": "n"
},
"inputAvailability": {
"id": "77408979",
"value": "100 %"
},
"inputWebsite": {
"id": "1504147301",
"value": "http://www.zd-go.si"
},
"inputPhone": {
"id": "1724437941",
"value": "041345678"
},
"inputEmail": {
"id": "",
"value": "example@example.com"
},
"inputOrderform": {
"id": "",
"value": "example.com"
},
"inputNote": {
"id": "1714314704",
"value": "test - jaka"
}
} Hmm, two inputs are without we have different env variables in |
I was looking at production gsheet, but it is interesting, that the timestamp made it there, but nothing else. |
My bad, I made a rookie mistake. 😥 |
I have checked the translation I would change it to say: This all looks great, thanks! |
Sorry, @stefanb and @SterArcher I recognized very late that posting a form is working. 😁 I refactored quite a lot. Added some functionality:
Some translations are needed. |
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.
LGTM!
Adds confirmation dialog before a user sends an error report.
@SterArcher please check translations.
FIX: #447