Restore UI language toggle and complete config editor controls#9
Open
afffe18 wants to merge 1 commit intocodex/update-language-settings-and-input-fieldsfrom
Open
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
reference/docs/config_explanation.jsoncso the visual editor covers all guideline, layer, axis and material color settings.Description
EN/DEUI language toggle that is not persisted to the config and re-labeled the persisted language field asDataframe languagein the editor (src/App.tsx).import_sheet, Teable/API fields and plot language management there (src/App.tsx).x,y,m,lineProps,fontsize,fontColor,label,labelAboveandlabelPadding(src/App.tsx).type="color") plus a manual text input and an "Add color" action (src/App.tsx).MultiSelectInputhelper component (src/App.tsx).linewidthinput for layers viamin={0}andMath.max(0, ...)clamp, and exposed additional layer controls (alphaPoints,alphaAreas) (src/App.tsx).Resetopens a confirmation popup instead of immediately replacing config (src/App.tsx).DataSourceSectioncomponent and consolidated its behavior into the main editor (src/components/DataSourceSection.tsxdeleted).README.mdto document the current app status and developer commands.Testing
npm run lintafter fixes (initial lint error was resolved) and the lint pass completed successfully.npm run buildwhich completed successfully (no type/lint errors remained and the build artifacts were produced).Codex Task