Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ <h3>Announcement</h3>
<button aria-selected="false" data-value="set">Set</button>
<button aria-selected="false" data-value="matrix">Matrix</button>
<button aria-selected="false" data-value="frq">FRQ</button>
<!-- <button aria-selected="false" data-value="draw">Draw</button> -->
</div>
</div>
</div>
Expand Down Expand Up @@ -236,6 +237,14 @@ <h3>Announcement</h3>
<input type="range" min="0" max="9" value="4" step="1" id="frq-input" />
<h1 id="frq-score">4</h1>
</div>
<div data-answer-mode="draw">
<canvas disabled></canvas>
<div class="button-grid">
<button data-action="undo" disabled>Undo</button>
<button data-action="clear" disabled>Clear</button>
<button data-action="redo" disabled>Redo</button>
</div>
</div>
</div>
<button class="pill space" id="submit-button">Submit</button>
</div>
Expand Down Expand Up @@ -345,7 +354,7 @@ <h2 id="history-date"></h2>
<label for="date-input">Date</label>
<input type="date" id="date-input" />
<div data-modal-actions>
<button id="dismiss-makeup-button">Dismiss</button>
<button id="dismiss-makeup-button">Continue Anyway</button>
<button id="makeup-click-button">Make Up Clicks</button>
</div>
</div>
Expand All @@ -354,8 +363,8 @@ <h2 id="history-date"></h2>
<div></div>
<div></div>
<p><a href="https://github.com/faisalnjs"><img src="https://avatars.githubusercontent.com/u/84286255" />Faisal N
(@faisalnjs)</a> - Commits after 5/21/2024 including Set, Matrix, and FRQ input modes, make-up mode, banner
images, authentication, syncing</p>
(@faisalnjs)</a> - Commits after 5/21/2024 including Set, Matrix, and FRQ input modes, make-up mode, Live
Drawings, banner images, authentication, syncing</p>
<p><a href="https://github.com/khui0">khui0</a> - Original design and development, logo image</p>
<div class="row center" style="gap: 7.5px; margin-top: 5px;">
<a href="https://github.com/faisalnjs/virtual-clicker" class="icon" tooltip="GitHub Repository"><i
Expand Down
177 changes: 157 additions & 20 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "virtual-clicker",
"private": true,
"version": "5.0.0",
"version": "5.2.0",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand All @@ -25,6 +25,7 @@
"dependencies": {
"bootstrap-icons": "^1.11.3",
"mathlive": "^0.104.0",
"vite-plugin-package-version": "^1.1.0"
"vite-plugin-package-version": "^1.1.0",
"socket.io-client": "^4.7.2"
}
}
Binary file added public/store/backdrop/rocket-league-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/store/backdrop/rocket-league-ice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/store/backdrop/rocket-league-synthwave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/store/backdrop/rocket-league.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/store/thumb/rocket-league-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/store/thumb/rocket-league-ice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/store/thumb/rocket-league-synthwave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/store/thumb/rocket-league.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading