diff --git a/src/components/ActionDialogs/DeleteMeDialog.vue b/src/components/ActionDialogs/DeleteMeDialog.vue new file mode 100644 index 0000000..4e84668 --- /dev/null +++ b/src/components/ActionDialogs/DeleteMeDialog.vue @@ -0,0 +1,44 @@ + + + + + \ No newline at end of file diff --git a/src/components/ActionDialogs/FindPlayer.vue b/src/components/ActionDialogs/FindPlayer.vue index c9017b8..3c31d82 100644 --- a/src/components/ActionDialogs/FindPlayer.vue +++ b/src/components/ActionDialogs/FindPlayer.vue @@ -10,8 +10,9 @@ Узнать Передумал - Удалить себя + Удалить себя + @@ -21,10 +22,11 @@ import ProfileViewer from "@/components/Others/Loader/ProfileViewer.vue"; import axios from "axios"; import Random from "@/api/Random"; +import DeleteMeDialog from "@/components/ActionDialogs/DeleteMeDialog.vue"; export default { name: "FindPlayer", - components: {ProfileViewer}, + components: {DeleteMeDialog, ProfileViewer}, data: () => ({ player_string: "", player_steam64: "", diff --git a/src/components/ActionDialogs/GametimeDialog.vue b/src/components/ActionDialogs/GametimeDialog.vue index 0245569..c5e1669 100644 --- a/src/components/ActionDialogs/GametimeDialog.vue +++ b/src/components/ActionDialogs/GametimeDialog.vue @@ -48,7 +48,7 @@ export default { data: () => ({ show: false, loading: false, - rowsPerPage: 15, + rowsPerPage: 5, gametime: { mdCount: 1, mdPage: 1, diff --git a/src/components/TabsMenuElements/ProfileView/Components/ProfileContainer.vue b/src/components/TabsMenuElements/ProfileView/Components/ProfileContainer.vue index 4a3cf6d..da167fe 100644 --- a/src/components/TabsMenuElements/ProfileView/Components/ProfileContainer.vue +++ b/src/components/TabsMenuElements/ProfileView/Components/ProfileContainer.vue @@ -1,6 +1,6 @@