Skip to content

Commit

Permalink
Finishing markup for leaderboards #249.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrdesign committed Apr 11, 2018
1 parent 1dde43b commit 027f95b
Show file tree
Hide file tree
Showing 9 changed files with 140 additions and 1,061 deletions.
13 changes: 13 additions & 0 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -5567,6 +5567,19 @@
"oS": 0,
"uL": 1
},
"\/node_modules\/uikit\/src\/scss\/components\/gradient.scss": {
"aP": 0,
"bl": 0,
"dP": 10,
"dS": 0,
"ft": 4,
"ma": 0,
"oA": 1,
"oAP": "\/node_modules\/uikit\/src\/scss\/components\/gradient.scss",
"oF": 0,
"oS": 0,
"uL": 1
},
"\/node_modules\/uikit\/src\/scss\/components\/grid.scss": {
"aP": 0,
"bl": 0,
Expand Down
11 changes: 11 additions & 0 deletions node_modules/uikit/src/scss/components/gradient.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions node_modules/uikit/src/scss/raidar.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 36 additions & 9 deletions node_modules/uikit/src/scss/raidar/6-styles.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion raidar/static/raidar/css/raidar.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion raidar/templates/raidar/encounter_buffs.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="r-encounter-stats-container uk-background-default uk-margin-remove-bottom" style="z-index: 980;" uk-sticky="bottom: #offset">
<div class="r-stats-row r-stats-header">
<div class="uk-visible@m">Spec</div>
<div class="r-buff-toggle">
<div class="r-toggle">
<a href="#" class-uk-active="!page.boon_output" on-click="@.set({'page.boon_output': false}) && false">Uptime</a>
|
<a href="#" class-uk-active="page.boon_output" on-click="@.set({'page.boon_output': true}) && false">Output</a>
Expand Down
4 changes: 2 additions & 2 deletions raidar/templates/raidar/encounter_combat_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<div class="r-encounter-stats-container uk-background-default uk-margin-remove-bottom" style="z-index: 980;" uk-sticky="bottom: #offset">
<div class="r-stats-row r-stats-header">
<div class="uk-visible@l">Spec</div>
<div class="r-buff-toggle">
<div class="r-toggle">
<a href="#" class-uk-active="page.dps_boss" on-click="@.set({'page.dps_boss': true}) && false">Boss DPS</a>
|
<a href="#" class-uk-active="!page.dps_boss" on-click="@.set({'page.dps_boss': false}) && false">Total DPS</a>
</div>
<div class="uk-visible@l">Damage Received</div>
<div class="r-buff-toggle uk-text-right uk-text-left@m">
<div class="r-toggle uk-text-right uk-text-left@m">
<a href="#" class-uk-active="!page.boon_output" on-click="@.set({'page.boon_output': false}) && false">Uptime</a>
|
<a href="#" class-uk-active="page.boon_output" on-click="@.set({'page.boon_output': true}) && false">Output</a>
Expand Down
8 changes: 4 additions & 4 deletions raidar/templates/raidar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,19 +262,19 @@
</g>
</g>
<g id="Trash">
<use xlink:href="#eternity4_fill" transform="translate(4713.79 799.794)" fill="#15131F"/>
<use xlink:href="#eternity4_fill" transform="translate(4713.79 799.794)" fill="#221F33"/>
</g>
<g id="Legendary">
<use xlink:href="#eternity5_fill" transform="translate(4709 500)" fill="#FFFFFF" fill-opacity="0.5" style="mix-blend-mode:soft-light"/>
</g>
<g id="Rare">
<use xlink:href="#eternity6_fill" transform="translate(4696.87 696.355)" fill="#15131F"/>
<use xlink:href="#eternity6_fill" transform="translate(4696.87 696.355)" fill="#221F33"/>
</g>
<g id="Uncommon">
<use xlink:href="#eternity7_fill" transform="translate(4681.45 734.198)" fill="#15131F"/>
<use xlink:href="#eternity7_fill" transform="translate(4681.45 734.198)" fill="#221F33"/>
</g>
<g id="Common">
<use xlink:href="#eternity8_fill" transform="translate(4670 748.327)" fill="#15131F"/>
<use xlink:href="#eternity8_fill" transform="translate(4670 748.327)" fill="#221F33"/>
</g>
</g>
<defs>
Expand Down
Loading

0 comments on commit 027f95b

Please sign in to comment.