Visual invoice designer#3068
Open
beganovich wants to merge 174 commits into
Open
Conversation
- Created Canva-style visual builder for invoice design - Template gallery with predefined templates (Modern, Minimalist, Blank) - 3-panel layout: Component Library | Canvas | Properties Panel - Component blocks: Text, Logo, Images, Tables, Totals, Dividers, etc. - React-grid-layout for drag-and-drop positioning and resizing - Property editors for text styling, colors, alignment, spacing - Block renderers for visual preview - Type-safe interfaces for blocks and templates - Added routes for /builder/templates and /builder/new Features implemented: ✅ Template gallery landing page ✅ Visual builder with drag-and-drop canvas ✅ Component library sidebar with block types ✅ Property panel for editing block properties ✅ Block renderers for visual preview ✅ Grid-based layout system ✅ TypeScript type definitions Next steps: - Add variable picker for dynamic data ($company.name, etc.) - Implement HTML generation from blocks for PDF rendering - Add save/export functionality to Design entity - Create more template presets - Add undo/redo functionality - Implement preview with real invoice data 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <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.
This makes possible for creating invoice templates visually using nice drag-n-drop.
Work in progress.