Closed AnthonyFuller closed 1 year ago
I have just pushed a working tile for the H3 escalation tile on the dash.
It is a bit hacky as we hijack the arcade page for it to work. The old method does not work due to some menu limitation we've hit. This method is compatible with (a future version) of Heritage UI.
Just pushed the page and tile for H2.
It is an unbelieveably hacky method.
Just pushed the page and tile for H2.
It is an unbelieveably hacky method.
... Wow
Nice job getting it to work tho!
Yep, thanks. Had to push the whole gamemodesniper_content.json
template instead of the 6-ish line gamemodesniper_page.json
which wasn't getting retrieved from the servers (likely due to it being used the menuresources brick).
I was already hijacking the arcade page, which was fine as it's a short template.
This all adds onto $arraygroupby
crashing with the order
property in H2, so I have to push Peacock escalations first and then the rest.
EDIT:
For future reference, I was having issues with getting $groupby
and $orderby
working, it just produced a blank page.
This has been ready to merge since the last commit has been made.
@RDIL this is ready to be merged, could it get your review please?
This PR adds an escalations tile to the H2/3 dashboard, replacing the 4 featured Peacock escalations.
This tile just opens the enhanced "ContractAttack" hit category.
Also adds an elusive targets tile to the H2 dashboard, which functions the same as Career -> Elusive Targets (just fills it out)
This PR also adds some category names to certain logs, as I kept getting annoyed with the "unknown".
Currently marked as a draft until the tile has been fixed