Grid cursor: always-valid index with reveal-on-first-key
ci / docker (push) Successful in 16s

First key press (arrow or action) targets photo 1 and shows the cursor
without moving it; movement starts with the second arrow. Replaces the
-1 sentinel plus visibility flag double-state.
This commit is contained in:
2026-07-18 01:32:27 +02:00
parent cb79da89fb
commit daadd6a91e
2 changed files with 30 additions and 22 deletions
+3 -3
View File
@@ -112,8 +112,8 @@ The prebuilt image is at `git.draic.info/nils/photos` (single image contains
`server`, `worker`, and the built frontend). To build your own instead:
```sh
docker build -t registry.example.com/you/photos:0.5.0 .
docker push registry.example.com/you/photos:0.5.0
docker build -t registry.example.com/you/photos:0.5.1 .
docker push registry.example.com/you/photos:0.5.1
```
Install the chart, pointing it at your existing Postgres and S3:
@@ -121,7 +121,7 @@ Install the chart, pointing it at your existing Postgres and S3:
```sh
helm install photos deploy/chart \
--set image.repository=git.draic.info/nils/photos \
--set image.tag=0.5.0 \
--set image.tag=0.5.1 \
--set publicUrl=https://photos.example.com \
--set ingress.host=photos.example.com \
--set config.oidcIssuer=https://auth.example.com \