Added styles for entrie form view: form submission and list submissions components. Some minor code refactors

This commit is contained in:
2020-11-07 03:33:30 +05:00
parent c94dab4a9b
commit 85d7e48e0d
30 changed files with 440 additions and 96 deletions

19
public/site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#363645",
"background_color": "#363645",
"display": "standalone"
}