Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Monko2k
open-2020
Commits
42f1e73b
Commit
42f1e73b
authored
Jul 02, 2021
by
Monko2k
Browse files
some cleanup
parent
342db7e1
Pipeline
#4228
failed with stages
in 3 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/client/vue/Mappool.vue
View file @
42f1e73b
...
...
@@ -32,14 +32,8 @@
<div
v-else
class=
"navDot"
style=
"opacity:30%;"
></div>
<router-link
:to=
"`/mappool/$
{nextPool}`" v-if="nextPool" class="navRight">
</router-link>
<div
v-else
class=
"navRight"
style=
"opacity:30%;"
></div>
</div>
<div
class=
"mappool"
>
<div
class=
"round"
>
<div
class=
"roundName"
>
{{
$i18n
.
messages
[
$i18n
.
locale
].
rounds
[
mappool
.
slug
]
}}
</div>
</div>
...
...
@@ -313,13 +307,11 @@ export default {
await
axios
.
patch
(
"
/api/mappool/sheet?round=
"
+
this
.
mappool
.
name
.
replace
(
/ /g
,
"
%20
"
)
+
"
&link=
"
+
(
this
.
sheet
?
this
.
sheet
:
"
empty
"
));
this
.
refresh
();
},
getIcon
:
function
(
page
)
{
console
.
log
(
page
)
const
index
=
pools
.
indexOf
(
page
)
return
icon
[
index
]
},
getSelectedIcon
:
function
()
{
const
index
=
pools
.
indexOf
(
this
.
mappool
.
slug
)
return
iconSelected
[
index
]
...
...
@@ -327,8 +319,6 @@ export default {
}
}
</
script
>
<
style
>
...
...
@@ -356,7 +346,6 @@ export default {
margin-left
:
38px
;
opacity
:
30%
;
height
:
100px
;
}
.navigator
{
...
...
@@ -371,7 +360,6 @@ export default {
background-size
:
70%
;
margin-top
:
30px
;
transform
:
rotate
(
180deg
);
}
.navRight
{
...
...
@@ -380,7 +368,6 @@ export default {
width
:
70px
;
background-size
:
70%
;
margin-top
:
52px
;
}
.navDot
{
...
...
@@ -423,7 +410,6 @@ export default {
.stageNode
{
display
:
flex
;
flex-direction
:
row
;
}
.stageNodeLeft
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment