From 608e16c8277ee445358972cd145a2060385a21ea Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Tue, 12 Sep 2023 20:10:54 +0200 Subject: [PATCH] show dummy icon for radios without logo. fix #13 --- public/config.json | 4 +- public/static/icons/dummy/radio.svg | 71 +++++++++++++++++++++++++++++ src/components/Radio.vue | 11 ++++- src/components/dialogs/Radios.vue | 9 +++- 4 files changed, 91 insertions(+), 4 deletions(-) create mode 100644 public/static/icons/dummy/radio.svg diff --git a/public/config.json b/public/config.json index f966bb7..a3b7d4a 100644 --- a/public/config.json +++ b/public/config.json @@ -1,5 +1,5 @@ { - "backend_dev": "http://localhost:31204", - "backend_de": "https://webplay.rocks", + "backend_de": "http://localhost:31204", + "backend_dev": "https://webplay.rocks", "backend": "https://webplay.rocks" } \ No newline at end of file diff --git a/public/static/icons/dummy/radio.svg b/public/static/icons/dummy/radio.svg new file mode 100644 index 0000000..fbed107 --- /dev/null +++ b/public/static/icons/dummy/radio.svg @@ -0,0 +1,71 @@ + + + + + Artboard 47 + + + + + + + + + Artboard 47 + + + + diff --git a/src/components/Radio.vue b/src/components/Radio.vue index 6f70d83..0843eff 100644 --- a/src/components/Radio.vue +++ b/src/components/Radio.vue @@ -1,6 +1,6 @@