Skip to content

Commit

Permalink
standardised on button look and feel. Started on loading game from UR…
Browse files Browse the repository at this point in the history
…L (incomplete)
  • Loading branch information
cdot committed Mar 11, 2024
1 parent 017136d commit 021622d
Show file tree
Hide file tree
Showing 24 changed files with 304 additions and 128 deletions.
1 change: 1 addition & 0 deletions dictionaries/British_English.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46767,6 +46767,7 @@ PUKKA
PULCHRITUDE
PULCHRITUDES
PULE
PULES
PULING
PULL
PULLED
Expand Down
4 changes: 2 additions & 2 deletions html/client_game.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="utf-8" />
<!-- base href="/" This breaks $.tabs(), hard, so don't do it /-->
<link rel="icon" href="../images/favicon.ico" type="image/x-icon" />
<link rel="icon" href="../images/xanado_favicon.png" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />

<title>Xanado</title>
Expand Down Expand Up @@ -88,7 +88,7 @@
<div class="observerCount"></div>
<div class="letterbag"></div>
</div>
<div id="playBlock" class="block signed-in">
<div id="playBlock" class="block">
<div class="block-title" data-i18n="Play"></div>
<div class="your-move"></div>
<table id="swapRack" class="Surface rack bottom-shade">
Expand Down
2 changes: 1 addition & 1 deletion html/client_games.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="utf-8" />
<!-- base href=".." This breaks $.tabs(), hard, so don't do it /-->
<link rel="icon" href="../images/favicon.ico" type="image/x-icon" />
<link rel="icon" href="../images/xanado_favicon.png" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />

<title>Create/Join Game</title>
Expand Down
2 changes: 1 addition & 1 deletion html/solver.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="utf-8" />
<!-- base href="/" This breaks $.tabs(), hard, so don't do it /-->
<link rel="icon" href="../images/solver.ico" type="image/x-icon" />
<link rel="icon" href="../images/solver_favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />

<title>Xanado Explorer</title>
Expand Down
7 changes: 3 additions & 4 deletions html/standalone_game.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="utf-8" />
<!-- base href="/" This breaks $.tabs(), hard, so don't do it /-->
<link rel="icon" href="../images/favicon.ico" type="image/x-icon" />
<link rel="icon" href="../images/xanado_favicon.png" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />

<title>Xanado</title>
Expand Down Expand Up @@ -76,14 +76,13 @@
<div class="observerCount"></div>
<div class="letterbag"></div>
</div>
<div id="playBlock" class="block signed-in">
<div id="playBlock" class="block">
<div class="block-title" data-i18n="Play"></div>
<div class="your-move"></div>
<table id="swapRack" class="Surface rack bottom-shade">
<!-- swap rack will be created here in code -->
</table>
<button class="action-button" data-action="pass" data-i18n="Pass">
</button>
<button class="action-button" data-action="pass" data-i18n="Pass"></button>
</div>
<div id="chatBlock" class="block">
<div class="block-title" data-i18n="Chat"></div>
Expand Down
2 changes: 1 addition & 1 deletion html/standalone_games.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="utf-8" />
<!-- base href=".." This breaks $.tabs(), hard, so don't do it /-->
<link rel="icon" href="../images/favicon.ico" type="image/x-icon" />
<link rel="icon" href="../images/xanado_favicon.png" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />

<title>Create/Join Game</title>
Expand Down
Binary file removed images/favicon.ico
Binary file not shown.
Binary file removed images/shuffle.png
Binary file not shown.
Binary file added images/solver_favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
108 changes: 108 additions & 0 deletions images/solver_favicon.svg
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 images/xanado_favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 32 additions & 27 deletions images/favicon.svg → images/xanado_favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"dependencies": {
"@cdot/cbor": "^1.0.5",
"@cdot/dictionary": "^1.0.2",
"@cdot/dictionary": "^1.0.3",
"@rwap/jquery-ui-touch-punch": "^1.0.11",
"async-lock": "^1.4.0",
"banana-i18n": "^2.3.3",
Expand Down
Loading

0 comments on commit 021622d

Please sign in to comment.