worklog and styles

This commit is contained in:
ntr 2019-06-10 12:15:21 +10:00
parent 1070d3482a
commit 166ecc19d5
3 changed files with 32 additions and 8 deletions

View File

@ -27,12 +27,37 @@
# WORK WORK # WORK WORK
## NOW ## NOW
*$$$*
* balances table
id
account
balance
* incoming txs table / payments
id
ref
currency
amount
conversion rate
converted value
* mtx table
* define $cost for ingame bits
* pay for rerolls
* eth adapter
* dollar processor
*CLIENT* *CLIENT*
mobile info page mobile info page
mnml tv
rework scatter rework scatter
hatred maybe hatred maybe
@ -43,13 +68,8 @@ consolidate game and instance
do not allow vbox actions for finished instances do not allow vbox actions for finished instances
cause of logging cause of logging
*SERVER* *SERVER*
* modify time controls to be optional
* eth adapter
* pay for rerolls
## SOON ## SOON
@ -68,6 +88,7 @@ do not allow vbox actions for finished instances
* elo * elo
* password on MM game to prevent direct joins * password on MM game to prevent direct joins
* mnml tv
* flavour text * flavour text
* chat wheel trash talk * chat wheel trash talk

View File

@ -430,6 +430,10 @@ header {
flex: 1; flex: 1;
} }
.menu-intances .menu-construct {
flex: 1 0 33%;
}
.menu-instance-list { .menu-instance-list {
flex: 1; flex: 1;
order: 99; order: 99;

View File

@ -678,7 +678,6 @@ impl Item {
Item::ScatterI => vec![Item::Buff, Item::Blue, Item::Blue], Item::ScatterI => vec![Item::Buff, Item::Blue, Item::Blue],
Item::ScatterII => vec![Item::ScatterI, Item::ScatterI, Item::ScatterI], Item::ScatterII => vec![Item::ScatterI, Item::ScatterI, Item::ScatterI],
Item::ScatterIII => vec![Item::ScatterIII, Item::ScatterIII, Item::ScatterIII], Item::ScatterIII => vec![Item::ScatterIII, Item::ScatterIII, Item::ScatterIII],
Item::HasteI => vec![Item::Buff, Item::Red, Item::Green], Item::HasteI => vec![Item::Buff, Item::Red, Item::Green],
Item::HasteII => vec![Item::HasteI, Item::HasteI, Item::HasteI], Item::HasteII => vec![Item::HasteI, Item::HasteI, Item::HasteI],
Item::HasteIII => vec![Item::HasteII, Item::HasteII, Item::HasteII], Item::HasteIII => vec![Item::HasteII, Item::HasteII, Item::HasteII],