diff --git a/frontend/index.html b/frontend/index.html index f632fd8..ad14020 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -7,8 +7,7 @@ - - + Флекспатруль мультиплеер diff --git a/frontend/package.json b/frontend/package.json index 649c861..5e6c6fa 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,8 @@ "eslint:recommended" ], "rules": { - "vue/multi-word-component-names": 0 + "vue/multi-word-component-names": 0, + "no-unused-vars": 0 }, "globals": { "defineProps": "readonly", diff --git a/frontend/public/android-chrome-192x192.png b/frontend/public/android-chrome-192x192.png deleted file mode 100644 index 167cec4..0000000 Binary files a/frontend/public/android-chrome-192x192.png and /dev/null differ diff --git a/frontend/public/android-chrome-512x512.png b/frontend/public/android-chrome-512x512.png deleted file mode 100644 index 95eea18..0000000 Binary files a/frontend/public/android-chrome-512x512.png and /dev/null differ diff --git a/frontend/public/apple-touch-icon.png b/frontend/public/apple-touch-icon.png deleted file mode 100644 index cdb68e4..0000000 Binary files a/frontend/public/apple-touch-icon.png and /dev/null differ diff --git a/frontend/public/favicon-16x16.png b/frontend/public/favicon-16x16.png deleted file mode 100644 index e4f91bb..0000000 Binary files a/frontend/public/favicon-16x16.png and /dev/null differ diff --git a/frontend/public/favicon-32x32.png b/frontend/public/favicon-32x32.png deleted file mode 100644 index b5961cc..0000000 Binary files a/frontend/public/favicon-32x32.png and /dev/null differ diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico deleted file mode 100644 index 5613561..0000000 Binary files a/frontend/public/favicon.ico and /dev/null differ diff --git a/frontend/public/favicon.png b/frontend/public/favicon.png new file mode 100644 index 0000000..3e16c01 Binary files /dev/null and b/frontend/public/favicon.png differ diff --git a/frontend/public/kopyl_frame_white.png b/frontend/public/kopyl_frame_white.png new file mode 100644 index 0000000..7f9a00b Binary files /dev/null and b/frontend/public/kopyl_frame_white.png differ diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json deleted file mode 100644 index 5096d7b..0000000 --- a/frontend/public/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "Vk Bingo", - "short_name": "Bingo", - "lang": "ru-RU", - "start_url": "/", - "scope": "/", - "display": "standalone" -} diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 8acb5fe..6c5a03e 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -30,7 +30,7 @@ --clr-bg-secondary: #fbf2cf; --clr-accent: #37ffac; --clr-text: #141414; - --clr-text-secondary: rgb(20, 20, 20, .5); + --clr-text-secondary: #14141480; } body { diff --git a/frontend/src/components/IconInfo.vue b/frontend/src/components/IconInfo.vue new file mode 100644 index 0000000..84e4580 --- /dev/null +++ b/frontend/src/components/IconInfo.vue @@ -0,0 +1,13 @@ + \ No newline at end of file diff --git a/frontend/src/components/QRCode.vue b/frontend/src/components/QRCode.vue new file mode 100644 index 0000000..7d776e0 --- /dev/null +++ b/frontend/src/components/QRCode.vue @@ -0,0 +1,10582 @@ + diff --git a/frontend/src/views/Login/Index.vue b/frontend/src/views/Login/Index.vue index 74a19f6..16e9505 100644 --- a/frontend/src/views/Login/Index.vue +++ b/frontend/src/views/Login/Index.vue @@ -1,51 +1,71 @@