Skip to content

Feat/csv drop zone refactor#46

Open
kakax114 wants to merge 14 commits intonirsky:mainfrom
kakax114:feat/csv-drop-zone-refactor
Open

Feat/csv drop zone refactor#46
kakax114 wants to merge 14 commits intonirsky:mainfrom
kakax114:feat/csv-drop-zone-refactor

Conversation

@kakax114
Copy link

@kakax114 kakax114 commented Mar 6, 2026

No description provided.

kakax114 and others added 13 commits July 31, 2022 11:36
- 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>
@kakax114 kakax114 closed this Mar 6, 2026
@kakax114 kakax114 reopened this Mar 6, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant