mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-10-27 18:00:03 +00:00
Did some simple work on more Admin commands for getting teams, will have to work on it more later
This commit is contained in:
@@ -2,6 +2,10 @@ $header = 50px
|
||||
$pokemon-list-height = 50px
|
||||
|
||||
// TODO: Make this a global style
|
||||
.Team-Admin
|
||||
border: 1px solid black;
|
||||
width: 40%;
|
||||
margin-left: 10px;
|
||||
.teambuilder input
|
||||
.teambuilder select
|
||||
box-sizing border-box
|
||||
|
||||
@@ -5,5 +5,11 @@ h2 Your teams
|
||||
.button.button_blue.add-new-team Add new team
|
||||
.button.import-team Import
|
||||
|
||||
|
||||
if window.PokeBattle.username == "Deukhoofd" || window.PokeBattle.username == "thesuzerain"
|
||||
.button.get-teams Get all teams
|
||||
div.Team-Admin
|
||||
h5 Admin Commands
|
||||
.button.get-teams Get all teams
|
||||
br
|
||||
| Get teams from user
|
||||
input(type=text)
|
||||
|
||||
Reference in New Issue
Block a user