Added windows electron application#149
Open
mjd948 wants to merge 4 commits into
Open
Conversation
Wires the new osh-oakridge-modules feature/per-lane-statistics +
oscar-viewer per-lane UI into this repo, plus a small build/packaging
fix and .gitignore hygiene.
- electron/package.json: dist now runs `npm run build:web` before
electron-builder, so packaging from electron/ alone can't ship a
stale web bundle.
- .gitignore: add .claude/ and electron/node_modules/; fix a pre-existing
typo where two ignore patterns were concatenated on one line.
- Submodule bumps:
- include/osh-oakridge-modules -> feature/per-lane-statistics
(per-lane breakdown + adjudication metrics in StatisticsOutput)
- web/oscar-viewer -> updated-dashboard-ui
(expandable per-lane rows on /national-view)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Updates the oscar-viewer submodule to pull in the new alarm-table filter popover (alarm type incl. non-alarms, adjudication group, secondary inspection) and matching Adjudication Status / Secondary Inspection table columns. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Added an electron application windows installer. Once installed the software will automatically boot on windows startup. It also keeps the UI from falling asleep due to inactivity and will ask to confirm before exit.