release: foxschema 0.2.49 (freeze — do not publish yet) - #192
Merged
Conversation
- DataGrid: optional sticky Sync column (rowSync prop, sky styling) - DataMigrateBar: controlled Keys checkboxes, selectedSyncKeys filter, Sync all button, colorful migrate bar, toast when ops but no sync rows - ResultsPanel: selectedSyncKeys state, rowSync on dest grid, restyled compare toolbar with duplicate-key warning and aligned-row legend - USER_GUIDE §6-7: document Keys, Sync column, Sync all - Lib: key-aligned dual-grid insert/delete tint, filterOpsByKeyLabels Co-authored-by: huy.phan9 <huyplb@users.noreply.github.com>
Ensure ATTRIBUTENAME-only compares pad both grids to the same length and highlight missing/extra rows on both panes for synced scrolling. Co-authored-by: huy.phan9 <huyplb@users.noreply.github.com>
Replace row-index React state sync with a peer scrollTop bus so fast vertical scrolls keep both compare grids locked without parent re-renders. Co-authored-by: huy.phan9 <huyplb@users.noreply.github.com>
Broadcast the hover row index on a peer bus so compare panes highlight the same aligned row without parent re-renders. Co-authored-by: huy.phan9 <huyplb@users.noreply.github.com>
Duplicate current codebase onto a release line at 0.2.49. main stays independent; do not tag or ship npm/Docker/Homebrew until merge/publish. Co-authored-by: huy.phan9 <huyplb@users.noreply.github.com>
Rewrite 0.2.49 notes for the in-app release page, document Update now (no terminal), and open GitHub Release URLs from the update checker. Co-authored-by: huy.phan9 <huyplb@users.noreply.github.com>
Set process.title so macOS/Linux process lists show foxschema, and document how to find the backend PID in doctor / Task Manager. Co-authored-by: huy.phan9 <huyplb@users.noreply.github.com>
Make the detached UI server show as foxschema in Activity Monitor / ps, and document finding it via doctor PID or Task Manager command line. Co-authored-by: huy.phan9 <huyplb@users.noreply.github.com>
Move off crowded 3001 to match the CLI default. foxschema open skips to the next free port when 3210 is taken unless --port is explicit. Co-authored-by: huy.phan9 <huyplb@users.noreply.github.com>
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.
Status: unpublished freeze
Release line at 0.2.49. Do not tag or ship npm / Docker / Homebrew until ready.
Ports (this update)
foxschema openauto-picks 3211+ when 3210 is taken by another app (unless--port/FOXSCHEMA_PORTis set)PORT/API_PORT/foxschema open --portAlso included earlier
process.title = foxschemafor Activity MonitorWhen shipping
Docker examples now use
-p 3210:3210(was3001:3001).