Reorder axis inputs, show preview frame info, and use config filename for ZIP#27
Open
afffe18 wants to merge 1 commit intocodex/2026-05-04_20-40-55-fix-duplicate-frame-naming-sequencefrom
Conversation
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.
Motivation
ashby-plots.zipso ZIP filenames are meaningful.Description
configBaseNamestate insrc/App.tsxand set it from an imported config filename (file.name.replace(/\.[^.]+$/, '')), then passed it toPlotPageasconfigBaseName.src/components/PlotPage.tsxto useconfigBaseNamewhen creating the bulk-download anchor filename (${zipBaseName}.zip).src/components/PlotPage.tsxto display the active dataframe/frame indices (e.g.,Showing dataframe X, frame Y).src/App.tsxinto groupedX-Axis (label)andY-Axis (label)sections and reordered inputs to:quantity,relative quantity(dropdown),Logarithmic(toggle), andmin/maxnumeric inputs that map to thex_lim/y_limJSON arrays.coloredAreaseditor into its own section placed immediately after the Frame section (previously inside Advanced JSON fields), keeping the same input shapes and parsing logic.Testing
npm run build(which runstsc -bandvite build) and the build completed successfully.Codex Task