mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-04 14:45:40 +00:00
💄(frontend) refactor feedbacks screen
Enhance initial screen. Allow user returning to the meeting. Also, add basic and non-functional rating component to mock, what the form would be.
This commit is contained in:
committed by
aleb_the_flash
parent
b07e4c58b4
commit
fb8c0fd1b5
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"feedback": {
|
||||
"body": "",
|
||||
"heading": ""
|
||||
"heading": "",
|
||||
"home": "",
|
||||
"back": ""
|
||||
},
|
||||
"join": {
|
||||
"videoinput": {
|
||||
@@ -109,6 +110,14 @@
|
||||
"chat": {
|
||||
"disclaimer": ""
|
||||
},
|
||||
"rating": {
|
||||
"submit": "",
|
||||
"question": "",
|
||||
"levels": {
|
||||
"min": "",
|
||||
"max": ""
|
||||
}
|
||||
},
|
||||
"participants": {
|
||||
"subheading": "",
|
||||
"contributors": "",
|
||||
|
||||
Reference in New Issue
Block a user