Skip to content

Commit d6966f2

Browse files
committed
Merge branch 'main' into edamame
2 parents c8b713d + bfb6435 commit d6966f2

67 files changed

Lines changed: 3190 additions & 1284 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"env": {
3-
"browser": true // Allow to use browser defined variable (not console, alert etc.)
3+
"browser": true, // Allow to use browser defined variable (not console, alert etc.)
4+
"es6": true
45
},
56
"parserOptions": {
67
"ecmaVersion": 5

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 20
14+
node-version: 22
1515
- run: npm install
1616
- run: npm run-script check-format
1717
- run: npm run-script build

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/sabo2/pzprjs",
2020
"engines": {
21-
"node": ">= 14.0"
21+
"node": ">= 22.0"
2222
},
2323
"scripts": {
2424
"build": "eslint --cache --quiet src src-ui && \"./git-hash.sh\" && grunt default",

src-ui/changes.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
<main>
3434
<div style="margin-bottom: 5px;"><b>Latest types</b> (<em><a href="/list.html" target="_parent">all types</a></em>)</div>
3535
<ul>
36-
<li><a href="/p?diamond" target="_parent">Diamond Chain</a></li>
37-
<li><a href="/p?tetrochaink" target="_parent">Tetro Chain-K テトロチェーンK</a></li>
38-
<li><a href="/p?bunnyhop" target="_parent">Bunnyhop</a></li>
39-
<li><a href="/p?sashikabe" target="_parent">Sashikabe</a></li>
40-
<li><a href="/p?blindrush" target="_parent">Blind Rush 猪突猛進</a></li>
41-
<li><a href="/p?cityspace" target="_parent">City Space</a></li>
42-
<li><a href="/p?numcity" target="_parent">Number City ナンバーシティ一</a></li>
36+
<li><a href="/p?bhaibahan" target="_parent">Bhai Bahan</a></li>
37+
<li><a href="/p?oasis" target="_parent">Oasis</a></li>
38+
<li><a href="/p?circuitwalk" target="_parent">Circuit Walk</a></li>
39+
<li><a href="/p?cornerch" target="_parent">Corner Chain 隅角チェーン</a></li>
40+
<li><a href="/p?sendai" target="_parent">Sendai-Miyagi 宮城県仙台市</a></li>
41+
<li><a href="/p?keywest" target="_parent">Key West キーウエスト</a></li>
42+
<li><a href="/p?morningwalk" target="_parent">Morning Walk</a></li>
4343
</ul>
4444
</main>
4545
</body>

src-ui/css/ui.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,16 @@ form#fileform2 {
614614
content: "+";
615615
}
616616

617+
div#saveicon {
618+
float: right;
619+
position: relative;
620+
height: 100%;
621+
display: flex;
622+
align-items: center;
623+
margin-right: 2px;
624+
margin-top: 1px;
625+
}
626+
617627
div#timertext {
618628
display: inline-block;
619629
padding: 2pt 0;

src-ui/img/bhaibahan.png

146 Bytes
Loading

src-ui/img/circuitwalk.png

118 Bytes
Loading

src-ui/img/energywalk.png

118 Bytes
Loading

src-ui/img/morningwalk.png

118 Bytes
Loading

0 commit comments

Comments
 (0)