feat: Better Web GUI with bot controls#3250
Open
Mr-Tech-13 wants to merge 20 commits intojef:mainfrom
Open
Conversation
Update Selectors, add 5090/5080 FE
- replace the old web UI with a live matrix dashboard showing store x series status - add runtime status tracking for idle/checking/in stock/out of stock/error cells - expose matrix, settings, and control APIs from the web server - add top-right filter menus for stores, series, and models - persist filter changes back to the active dotenv file - add a gear/settings editor for the full active dotenv file - add in-page bot restart support without tearing down the web server - add configurable lookup concurrency via LOOKUP_THREADS - add randomized store/product ordering via RANDOMIZE_LOOKUP_ORDER - update matrix behavior so the latest status event wins and selected series render as idle when appropriate
Agent-Logs-Url: https://github.com/Mr-Tech-13/streetmerchant/sessions/822a04fb-2dca-44b3-83f4-f369fcf214ba Co-authored-by: Mr-Tech-13 <81822275+Mr-Tech-13@users.noreply.github.com>
…orkflow fix: resolve 32 lint errors blocking CI on codex/gui → main PR
### Description - replace the old web control page with a live matrix UI showing selected stores across the top and selected series on the left - add runtime status tracking so each store/series cell reflects `idle`, `checking`, `out_of_stock`, `in_stock`, `error`, or `unsupported` - add top-right filter menus for stores, series, and models, with changes applied to the running process - persist filter changes back to the active `dotenv` file instead of keeping them in memory only - add a settings gear modal to read and edit the full active `dotenv` file from the browser - add an in-page restart control so config changes can be reloaded without manually stopping the process - add configurable lookup concurrency with `LOOKUP_THREADS` - add randomized lookup ordering with `RANDOMIZE_LOOKUP_ORDER` - update matrix state behavior so the latest event wins and explicitly selected series render as `idle` instead of disappearing - update project documentation to describe the live dashboard, `WEB_PORT` usage, persisted filter changes, restart flow, `LOOKUP_THREADS`, and `RANDOMIZE_LOOKUP_ORDER` - clean up formatting and encoding regressions in touched files so lint and TypeScript compile succeed ### Testing - verified file-level integration by tracing the full flow between runtime control, web API, matrix state tracking, settings persistence, and UI actions - verified that the new settings API updates `LOOKUP_THREADS` and `RANDOMIZE_LOOKUP_ORDER` in the running config - verified that the matrix row generation now uses explicitly selected series when `SHOW_ONLY_SERIES` is set - ran `npm run lint` - ran `npm run compile` ### New dependencies - none
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.
Description
idle,checking,out_of_stock,in_stock,error, orunsupporteddotenvfile instead of keeping them in memory onlydotenvfile from the browserLOOKUP_THREADSRANDOMIZE_LOOKUP_ORDERidleinstead of disappearingWEB_PORTusage, persisted filter changes, restart flow,LOOKUP_THREADS, andRANDOMIZE_LOOKUP_ORDERTesting
LOOKUP_THREADSandRANDOMIZE_LOOKUP_ORDERin the running configSHOW_ONLY_SERIESis setnpm run lintnpm run compileNew dependencies