Open
Conversation
- Add FileDropZone component with drag-and-drop and click-to-browse - Add TextPasteInput as collapsible secondary input - Add csvParser utility supporting comma/tab delimiters and quoted fields - Extract SelectPanel component (all select logic/state self-contained) - Slim App.tsx to orchestration only (~120 lines, down from 270) - Add row×col detection foundation (rawData state in App) - Fix build: NODE_OPTIONS for Node 17+ OpenSSL compatibility - Fix TypeScript errors in controller.ts (type narrowing) - Add allowSyntheticDefaultImports + esModuleInterop to tsconfig - Delete old draft files (copy.txt, copy app.txt) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
update yarn
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ound - Layout toggle now works for pick-existing tables: controller extracts cell text from the Figma frame before removing it, transposes if layout changes, then recreates in the new layout - Arrow navigation moved inline with Top header / Side header option rows, showing a Row N / Col N counter; removed disconnected bottom arrows container - Direction wraps around at boundaries using modular arithmetic; controller posts direction-wrapped back to UI to keep counter in sync - Added odd/even row and column select options (4 new commands) - Removed isOwnedTable restriction — layout toggle available for all tables Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Complete visual overhaul with liquid glass aesthetic: - Full CSS rewrite with frosted glass cards (backdrop-filter), proper corner specular highlights via radial-gradient (heavy top-left, faint bottom-right) replacing the incorrect full-edge inset box-shadow approach - New SVG icons throughout (SelectPanel, LayoutToggle, ModeSelect) - System font stack replacing unloaded Roboto - Improved text contrast (mute-grey 0.3→0.55, ~4.6:1 WCAG AA) - Plain dark #080a12 background — clean, non-distracting Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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.
No description provided.