diff --git a/Client/src/assets/startpage/portrait/Night.webp b/Client/src/assets/startpage/portrait/Night.webp new file mode 100644 index 0000000..5a301b6 Binary files /dev/null and b/Client/src/assets/startpage/portrait/Night.webp differ diff --git a/Client/src/assets/startpage/portrait/No.1.webp b/Client/src/assets/startpage/portrait/No.1.webp new file mode 100644 index 0000000..c00789f Binary files /dev/null and b/Client/src/assets/startpage/portrait/No.1.webp differ diff --git a/Client/src/assets/startpage/portrait/No.2.webp b/Client/src/assets/startpage/portrait/No.2.webp new file mode 100644 index 0000000..1cece37 Binary files /dev/null and b/Client/src/assets/startpage/portrait/No.2.webp differ diff --git a/Client/src/assets/startpage/portrait/No.3.webp b/Client/src/assets/startpage/portrait/No.3.webp new file mode 100644 index 0000000..6c97011 Binary files /dev/null and b/Client/src/assets/startpage/portrait/No.3.webp differ diff --git a/Client/src/assets/startpage/portrait/No.4.webp b/Client/src/assets/startpage/portrait/No.4.webp new file mode 100644 index 0000000..a116e5f Binary files /dev/null and b/Client/src/assets/startpage/portrait/No.4.webp differ diff --git a/Client/src/assets/startpage/portrait/No.5.webp b/Client/src/assets/startpage/portrait/No.5.webp new file mode 100644 index 0000000..60a0482 Binary files /dev/null and b/Client/src/assets/startpage/portrait/No.5.webp differ diff --git a/docs/superpowers/plans/2026-06-18-deploy.md b/docs/superpowers/plans/2026-06-18-deploy.md index 8348785..a03ec16 100644 --- a/docs/superpowers/plans/2026-06-18-deploy.md +++ b/docs/superpowers/plans/2026-06-18-deploy.md @@ -231,7 +231,7 @@ ssh root@8.130.143.54 "tail -f /opt/internet-project/server.log" **Redeploy after code changes:** Re-run Tasks 1–4. For frontend-only changes, skip Task 2. -**Frontend-only redeploy (verified 2026-06-22):** +**Frontend-only redeploy (re-verified 2026-06-23):** The active WSL checkout is at `/home/cc/InternetProject` (not the `/mnt/f/...` path in the original tasks above). Since the Rust process serves `static/` from disk, a frontend-only change needs **no server restart** — just rebuild and @@ -252,5 +252,8 @@ A helper exists on the server: `/opt/internet-project/restart_rust.sh`. The previous binary is kept as `RustServer.bak` for rollback. > Startpage backgrounds: large PNG/JPG source images are pre-compressed to WebP -> (max width 2560, quality ~82) before building — keeps each background under -> ~400 KB for the 3 Mbps server link. +> (quality ~82) before building — keeps each background under ~600 KB for the +> 3 Mbps server link. Two sets live under `Client/src/assets/startpage/`: +> `landscape/` and `portrait/` (same filenames `No.1~5.webp` + `Night.webp`). +> As of 2026-06-23 both sets are fully populated; `sharp` is the converter (no +> system `cwebp`/ImageMagick in this WSL — install it on the fly if needed).