Beta: add web interface for the LUT Builder CLI#28
Draft
Today20092 wants to merge 18 commits into
Draft
Conversation
# Conflicts: # frontend/src/App.tsx # src/lut_builder/static/assets/index-BnjL_c7J.js # src/lut_builder/static/assets/index-Bw25AxTc.js # src/lut_builder/static/assets/index-CXv223nh.js # src/lut_builder/static/index.html
# Conflicts: # frontend/src/App.tsx # frontend/src/editor.ts # frontend/tests/editor.test.mjs # src/lut_builder/static/assets/index-B78VTtJZ.js # src/lut_builder/static/assets/index-CXv223nh.js # src/lut_builder/static/assets/index-DVnEJIcj.js # src/lut_builder/static/index.html
…face # Conflicts: # frontend/src/App.tsx # src/lut_builder/static/index.html
# Conflicts: # frontend/src/App.tsx # src/lut_builder/static/assets/index-DDJOtsRR.js # src/lut_builder/static/index.html
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.
Summary
Adds a beta browser interface for the existing LUT Builder command-line workflow.
Why
The CLI remains the underlying LUT-building tool, while this interface makes its configuration and visual feedback available through a local browser UI.
Screenshot
Validation
npm test? 26 passednpm run build? passeduv run pytest? 56 passednpm run lint? currently reports 5 errors: fourreact-refresh/only-export-componentsfindings inApp.tsxand oneprefer-constfinding ineditor.tsThis PR is intentionally left as a draft while the web interface is still being developed.
Issues
Closes #7
Closes #8
Closes #21
Closes #22
Closes #24
Closes #26
Related follow-up: #19 is superseded by the later workflow hierarchy in #24. Issues #20 and #25 still describe wheel stepping, which was intentionally removed after hands-on testing. Parent/final-verification issues #23 and #27 remain open.