chore(submodule): bump frontend to 387a291 and backend to 874cdd2 - #245
Merged
Conversation
Sweeps in everything merged to the submodule dev branches since the 2026-07-23/24 bench release; the pointers had not moved since. frontend (07ca65c → dca2067): - NEH-183 role labels via the role_* catalog keys, chronological capture strip, shared roleLabel store (#47) - NEH-179 project summary counts records inside collections (#51) - NEH-73 real camera model on the dashboard, no more hardcoded imx519 (#50) - L/R badges on dual-capture cards in the collection grid (#49) - rotation no longer crops the preview: the box swaps its dimensions before rotating, replacing the bare rotate() CSS classes (#48) - NEH-79 documentary unit relabelled Volumen/Volume (#46) - NEH-94 in-app "Report a bug" button (#45) backend (1cf3c75 → 874cdd2): - NEH-54 fail fast on a default or empty SECRET_KEY outside dev (#57, #60) - NEH-134 DTK_EXPORTS_DIR / DTK_MAX_UPLOAD_BYTES bind via validation_alias under pydantic-settings v2 (#60) - NEH-179 CollectionRead carries a record count (#62) - larger default thumbnails for the grid (#61) - NEH-183 missing space in the storage unmount message (#59) Hardware validation happens at the dev→main promotion, so this lands on dev untested on the bench Pi as usual.
There was a problem hiding this comment.
Pull request overview
Advances the frontend and backend submodules to their latest dev revisions.
Changes:
- Adds frontend UI, localization, rotation, counting, and bug-report improvements.
- Adds backend security validation, collection counts, larger thumbnails, and messaging fixes.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| frontend | Advances frontend to dca2067. |
| backend | Advances backend to 874cdd2. |
Two more fixes landed on frontend dev after this branch was cut, both superseding stalled colleague PRs: - NEH-72 capture failures are visible again: the flash fires only once the backend confirms, and a banner in the viewport carries the backend's error text (#55, replacing #13) - NEH-117 the role from /users/me is validated before the session opens, with USER_ROLES as the single runtime source (#57, replacing #14)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Advances the submodule pointers to the current
devtips. Gitlinks only — no other files change.The pointers had not moved since the 2026-07-23/24 bench release, so this sweeps in everything merged to the submodules since — including two frontend PRs from the 24th that were never pinned, and four fixes from today.
frontend (10 commits)
/users/meis validated before the session opens, withUSER_ROLESas the single runtime source (Provisioning, deployment & reliability #57, superseding the stalled UI Kit #14)role_*catalog keys, chronological capture strip, sharedroleLabelstore (#47)imx519(Authentication & secrets (backend) #50)rotate()CSS classes (#48)backend (5 commits)
SECRET_KEYoutside dev (Provisioning, deployment & reliability #57, Reconcile project license (AGPL-3.0 vs MIT) #60)DTK_EXPORTS_DIR/DTK_MAX_UPLOAD_BYTESbind viavalidation_aliasunder pydantic-settings v2 (Reconcile project license (AGPL-3.0 vs MIT) #60)CollectionReadcarries a record count (Postgres durability disabled on a power-loss-prone SD appliance #62)Hardware validation happens at the dev→main promotion, so this lands on
devwithout a bench-Pi run, as usual. Two things worth watching there: the rotation refactor (#48), which changes how every live preview is sized, and #90's banner, whose failure path needs a camera pulled mid-session to exercise.