Commit Graph

4 Commits

Author SHA1 Message Date
yveskalume a09538a3c9 Add initial templates for code snippets and explanations
- Introduced a variety of templates including "Code Snippet", "Code with Title", "Before & After", "Code Explanation", "Social Tip Card", "Code Flow", and "LinkedIn Carousel".
- Each template includes detailed properties such as background styles, elements, and code examples.
- Enhanced user experience with visually appealing gradients and structured layouts for better presentation of code.
2026-01-08 09:42:28 +02:00
yveskalume b9da4dd56b fix padding 2026-01-07 20:12:07 +02:00
yveskalume 07a48e67f4 feat: add react-konva-utils for enhanced rendering and implement inline editing for CodeBlock and TextBlock components 2026-01-07 18:39:39 +02:00
yveskalume bb5a9e0715 feat: add background panel for solid and gradient backgrounds
feat: implement code inspector with language detection and theme selection

feat: create text inspector for text properties and styling

style: add global styles and custom scrollbar for better UI

chore: initialize main entry point for the application

feat: set up Zustand store for canvas state management

feat: define types for canvas elements and background options

feat: implement code highlighting utility with language detection

chore: configure TypeScript settings for the project

chore: set up Vite configuration for React and Tailwind CSS
2026-01-07 16:07:30 +02:00