-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from deanblackborough/main
v1.02.0
- Loading branch information
Showing
14 changed files
with
81 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,8 +137,7 @@ | |
</div> | ||
|
||
<div class="row"> | ||
<div class="col-12"> | ||
<hr /> | ||
<div class="col-12 pt-3"> | ||
<h2 class="text-primary">Lower Section</h2> | ||
</div> | ||
</div> | ||
|
@@ -429,7 +428,6 @@ | |
<h6>Score</h6> | ||
</div> | ||
<div class="col-3 text-center"> | ||
<h6>Scratch</h6> | ||
</div> | ||
<div class="col-6"> | ||
<p class="mb-0 chance_dice"> | ||
|
@@ -463,9 +461,7 @@ | |
<label for="chance" class="visually-hidden">Chance</label> | ||
</div> | ||
<div class="col-3"> | ||
<div class="text-center"> | ||
<input class="accessible form-check-input @if(array_key_exists('chance', $score_sheet['upper-section'])) disabled @else active @endif" type="checkbox" id="scratch_chance" value="chance" aria-label="Scratch chance" @if(array_key_exists('chance', $score_sheet['lower-section'])) disabled="disabled" @endif @if(array_key_exists('chance', $score_sheet['lower-section']) && $score_sheet['lower-section']['chance'] === 0) checked="checked" @endif> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
|
@@ -541,8 +537,8 @@ | |
<script src="{{ asset('node_modules/axios/dist/axios.min.js') }}" defer></script> | ||
<script src="{{ asset('node_modules/bootstrap/dist/js/bootstrap.js') }}" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js" defer></script> | ||
<script type="module" src="{{ asset('js/score-sheet.js?v0.18.0') }}" defer></script> | ||
<script src="{{ asset('js/player-scores.js?v0.18.0') }}" defer></script> | ||
<script src="{{ asset('js/bonus-message.js?v0.18.0') }}" defer></script> | ||
<script type="module" src="{{ asset('js/score-sheet.js?v1.02.0') }}" defer></script> | ||
<script src="{{ asset('js/player-scores.js?v1.02.0') }}" defer></script> | ||
<script src="{{ asset('js/bonus-message.js?v1.02.0') }}" defer></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -145,8 +145,7 @@ | |
</div> | ||
|
||
<div class="row"> | ||
<div class="col-12"> | ||
<hr /> | ||
<div class="col-12 pt-3"> | ||
<h2 class="text-primary">Lower Section</h2> | ||
</div> | ||
</div> | ||
|
@@ -437,7 +436,6 @@ | |
<h6>Score</h6> | ||
</div> | ||
<div class="col-3 text-center"> | ||
<h6>Scratch</h6> | ||
</div> | ||
<div class="col-6"> | ||
<p class="mb-0 chance_dice"> | ||
|
@@ -471,9 +469,6 @@ | |
<label for="chance" class="visually-hidden">Chance</label> | ||
</div> | ||
<div class="col-3"> | ||
<div class="text-center"> | ||
<input class="accessible form-check-input @if(array_key_exists('chance', $score_sheet['upper-section'])) disabled @else active @endif" type="checkbox" id="scratch_chance" value="chance" aria-label="Scratch chance" @if(array_key_exists('chance', $score_sheet['lower-section'])) disabled="disabled" @endif @if(array_key_exists('chance', $score_sheet['lower-section']) && $score_sheet['lower-section']['chance'] === 0) checked="checked" @endif> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
@@ -550,9 +545,9 @@ | |
<script src="{{ asset('node_modules/axios/dist/axios.min.js') }}" defer></script> | ||
<script src="{{ asset('node_modules/bootstrap/dist/js/bootstrap.js') }}" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js" defer></script> | ||
<script type="module" src="{{ asset('js/score-sheet.js?v0.18.0') }}" defer></script> | ||
<script src="{{ asset('js/player-scores.js?v0.18.0') }}" defer></script> | ||
<script src="{{ asset('js/bonus-message.js?v0.18.0') }}" defer></script> | ||
<script type="module" src="{{ asset('js/score-sheet.js?v1.02.0') }}" defer></script> | ||
<script src="{{ asset('js/player-scores.js?v1.02.0') }}" defer></script> | ||
<script src="{{ asset('js/bonus-message.js?v1.02.0') }}" defer></script> | ||
@endif | ||
</body> | ||
</html> |