16 Commits

Author SHA1 Message Date
yveskalume a960055532 feat: update file import/export to use .yvsnap extension instead of .json 2026-01-08 09:51:41 +02:00
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 403aae6f77 Refactor code structure for improved readability and maintainability 2026-01-08 08:55:12 +02:00
yveskalume 254887ada8 feat: add draggable functionality to Arrow component for dynamic point adjustment 2026-01-07 21:10:46 +02:00
yveskalume 5588fdb989 feat: add avatar upload and optimization features in branding panel, update branding store and canvas store for avatar handling 2026-01-07 21:00:21 +02:00
yveskalume b9da4dd56b fix padding 2026-01-07 20:12:07 +02:00
yveskalume 7dbba818db feat: enhance branding features with social media integration and customizable icon settings 2026-01-07 18:58:57 +02:00
yveskalume 5b5646ed78 feat: add branding watermark feature with customizable options and inspector panel 2026-01-07 18:48:21 +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 d642b7b5da feat: implement recent snaps feature with import/export functionality and UI enhancements 2026-01-07 18:09:39 +02:00
yveskalume 955d54d2f2 feat: implement inline code editing with customizable textarea and keyboard shortcuts 2026-01-07 18:00:13 +02:00
yveskalume 84b7a6a80b feat: add brand strip customization to BackgroundPanel
- Implemented a new section in BackgroundPanel for configuring a brand strip.
- Added options for enabling/disabling the brand strip, setting its position, height, color, text, text color, font family, and font size.
- Integrated FONT_FAMILIES for font selection in the brand strip.
- Updated canvasStore to include default values for the brand strip.
- Enhanced TextInspector and CodeInspector to allow font loading and selection with previews.
- Created a FontLoader component to manage font loading from Google Fonts.
- Added LayersPanel for managing canvas elements with improved UI and functionality.
- Introduced fontLoader utility to handle dynamic font loading.
2026-01-07 17:07:55 +02:00
yveskalume 6510dac3bc feat: add support for Kotlin language and themes, enhance language detection for various programming languages 2026-01-07 16:56:03 +02:00
yveskalume 05b80d1e0c feat: add syntax highlighting and line highlighting features with customizable themes 2026-01-07 16:50:20 +02:00
yveskalume 866929c358 feat: enhance UI components with improved styling and interactions 2026-01-07 16:26:16 +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