From f16897d8a74b5159d29a9a93ea2459e4bcff81a8 Mon Sep 17 00:00:00 2001 From: gsd Date: Sun, 29 Oct 2023 19:26:12 +0300 Subject: [PATCH] ban list --- src/App.vue | 5 + .../ActionDialogs/BanListDialog.vue | 100 ++++++++++++++++++ .../TabsMenuElements/RulesView/RulesView.vue | 9 +- 3 files changed, 110 insertions(+), 4 deletions(-) create mode 100644 src/components/ActionDialogs/BanListDialog.vue diff --git a/src/App.vue b/src/App.vue index bf84bcb..50dd203 100644 --- a/src/App.vue +++ b/src/App.vue @@ -90,6 +90,11 @@ export default { src: url('@/assets/fonts/tf2secondary.ttf'); } +@font-face { + font-family: "Material Icons"; + src: url('@/assets/fonts/tf2secondary.ttf'); +} + /*#app { font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; diff --git a/src/components/ActionDialogs/BanListDialog.vue b/src/components/ActionDialogs/BanListDialog.vue new file mode 100644 index 0000000..89794a6 --- /dev/null +++ b/src/components/ActionDialogs/BanListDialog.vue @@ -0,0 +1,100 @@ + + + + + \ No newline at end of file diff --git a/src/components/TabsMenuElements/RulesView/RulesView.vue b/src/components/TabsMenuElements/RulesView/RulesView.vue index 12348fe..c3f236c 100644 --- a/src/components/TabsMenuElements/RulesView/RulesView.vue +++ b/src/components/TabsMenuElements/RulesView/RulesView.vue @@ -11,8 +11,8 @@
-

Правила на которые ты забьешь хуй

-

V V V

+

Правила на которые ты забьешь хуй

+
Более {{$API.stats['ban_count']}} карликов решили на них забить!

@@ -23,17 +23,18 @@
- +