Localized label editing, dataset-aware import handling, and remove controls#15
Open
afffe18 wants to merge 1 commit intocodex/2026-04-18_12-16-05-task-titlefrom
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
.xlsxor Teable) and validate/align UI field selections to the imported schema.config_explanation.jsoncnames and reduce invalid selections after import.Description
src/App.tsxto use the active frame language for language-sensitive fields by settingactivePlotLanguagetoactiveFrame.languageand ensuring frames fall back to a valid language when plot languages change.src/App.tsxby parsing returned columns viaparseColumnsFromImportResult, deriving axis bases withgetAxisBasesFromColumns, constraining axis columns to bases that have" low"," high"and" unit"suffixes, and restricting layer name choices to non-suffix columns; invalid selections are cleared via apatchActiveDataframecall after import.TeablevsExcelimports and append backendmessagewhen present in the response.parseNumberList/toCommaListand convert colored-areax/yediting from JSON arrays to comma-separated numeric inputs, plus split annotations into granular fields (marker_size,font_size,text.rel_pos[0/1],marker.marker_symbol,marker.color) instead of JSON blobs.RemoveIconButtoncomponent and replace inline remove buttons for axes, layers, guidelines, annotations and colored areas with it.jsonPathlabels in the data source section to the reference naming (import_sheet,API_Key,teable_url,import_file_name).Testing
npm run buildto compile the frontend and produce the production bundle and it completed successfully.python -m py_compile backend/app.pyto validate Python syntax in the backend and it completed successfully.Codex Task