Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
hu8813 committed Apr 23, 2024
1 parent 3237261 commit 0b7d647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file added srcs/backend/media/aba_qr_code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions srcs/frontend/views/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
<div>
<button id="deleteProfile" class="bn" style="width: calc(100% - 20px);">Delete Profile</button>
</div>
<button id="showGameHistoryBtn" onclick="showGameHistory();" class="profile-button">Show Game History</button>
<div id="gameHistory"></div>

</div>


Expand All @@ -49,6 +48,9 @@
<span id="totalloses">Total Losses</span> <div id="total-lost">0</div>
<span id="WinningRatelbl">Winning Rate</span> <div id="winning-rate">0</div>
<span id="scorelbl">Score</span> <div id="scorerate">0</div>

<button id="showGameHistoryBtn" class="bn" style="color:#333333;" id="showGameHistory();" class="profile-button">Show Game History</button>
<div id="gameHistory"></div>
</div>

</div>

0 comments on commit 0b7d647

Please sign in to comment.