Skip to content

Commit

Permalink
layout
Browse files Browse the repository at this point in the history
  • Loading branch information
coveleski committed May 17, 2024
1 parent 805eae4 commit 2f8e7af
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 71 deletions.
111 changes: 63 additions & 48 deletions layouts/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,54 +173,6 @@
"v_alignment": "top",
"h_alignment": "center",
"item_size": "305,40"
},
{
"type": "group",
"background": "#111111",
"header": "Cerulean Cave Requirements",
"dock": "top",
"content": {
"type": "itemgrid",
"orientation": "vertical",
"h_alignment": "center",
"rows": [
[
"badge_req",
"ccaveB_digit",
"",
"",
"key_req",
"ccaveK_digit1",
"ccaveK_digit2"
]
]
}
},
{
"type": "group",
"orientation": "vertical",
"background": "#111111",
"header": "Victory Road Requirements",
"v_alignment": "stretch",
"dock": "top",
"content": {
"type": "itemgrid",
"orientation": "vertical",
"h_alignment": "center",
"v_alignment": "stretch",
"rows": [
[
"rt22_req",
"badge_req",
"rt22_digit",
"",
"vr_req",
"badge_req",
"vr_digit",
""
]
]
}
}
]
}
Expand Down Expand Up @@ -287,6 +239,69 @@
}
}

]
},
"requirements": {
"type": "array",
"orientation": "vertical",
"background": "#171717",
"margin": "0 0 0 0",
"content": [
{
"type": "group",
"header": "Viridian Gym",
"dock": "top",
"content": {
"type": "itemgrid",
"orientation": "vertical",
"h_alignment": "left",
"rows": [
["vg_req","badge_req","vg_digit",""]
]
}
},
{
"type": "group",
"header": "Victory Road Requirements",
"dock": "top",
"content": {
"type": "itemgrid",
"orientation": "vertical",
"h_alignment": "left",
"rows": [
["rt22_req","badge_req","rt22_digit","",
"vr_req", "badge_req","vr_digit",""]
]
}
},
{
"type": "group",
"header": "Elite 4 Requirements",
"dock": "top",
"content": {
"type": "itemgrid",
"orientation": "vertical",
"h_alignment": "left",
"rows": [
["badge_req","e4b_digit","","key_req","e4k_digit1","e4k_digit2"],
["dex_req","e4p_digit1", "e4p_digit2","e4p_digit3",""]
]

}
},
{
"type": "group",
"header": "Cerulean Cave Requirements",
"dock": "top",
"content": {
"type": "itemgrid",
"orientation": "vertical",
"h_alignment": "left",
"rows": [["badge_req","ccaveB_digit","","key_req","ccaveK_digit1","ccaveK_digit2"]]

}
}

]
}
}
2 changes: 1 addition & 1 deletion layouts/split_cardkey.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cardkey": {
"type": "itemgrid",
"background": "#212121",
"background": "#171717",
"rows": [
["cardkey2f", "cardkey3f", "cardkey4f", "cardkey5f", "cardkey6f"],
["cardkey7f", "cardkey8f", "cardkey9f", "cardkey10f", "cardkey11f"]
Expand Down
42 changes: 20 additions & 22 deletions layouts/tracker.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"tracker_default": {
"type": "container",
"background": "#212121",
"background": "#171717",
"content": {
"type": "dock",
"dropshadow": true,
"content": [
{
"type": "dock",
"dock": "left",
"background": "#171717",
"v_alignment": "stretch",
"margin": "0,0,0,0",
"content": [
Expand All @@ -24,15 +25,26 @@
{
"type": "layout",
"key": "cardkey",
"dock": "top"
},
{
"type": "group",
"header": "Settings",
"dock": "bottom",
"content": {
"type": "layout",
"key": "settings"
}
"type": "tabbed",
"tabs": [
{
"title": "Settings",
"content": {
"type": "layout",
"key": "settings"
}
},
{
"title": "Badge Requirements",
"content": {
"type": "layout",
"key": "requirements"
}
}
]
}
]
},
Expand All @@ -54,20 +66,6 @@
]
}
]
},
{
"type": "dock",
"dock": "bottom",

"v_alignment": "stretch",
"margin": "0,0,0,0",
"background": "#212121",
"content": [
{
"type": "layout",
"key": "bottombar"
}
]
}
]
}
Expand Down

0 comments on commit 2f8e7af

Please sign in to comment.