mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
feat: Update app branding with darker icons and README badge
- Add "Made with Maestro" SVG badge to README - Update app icons with darker purple color scheme (#2d1f4e) - Add canvas dev dependency for icon generation - Fix AchievementCard badge visibility with consistent dark bg - Move code block copy button to bottom-right for better UX - Add vertical margin to pre blocks for better spacing - Improve batch synopsis prompt to be more concise Claude ID: 97a10f0d-145d-4352-babd-6d9caed0f9dc Maestro ID: b9bc0d08-5be2-4fdf-93cd-5618a8d53b35
This commit is contained in:
@@ -95,8 +95,8 @@ const HTML_CONTENT = `<!DOCTYPE html>
|
||||
|
||||
<script>
|
||||
const SIZES = [1024, 512, 384, 192, 152, 144, 128, 96, 72];
|
||||
const PURPLE = '#8B5CF6';
|
||||
const PURPLE_DARK = '#7C3AED';
|
||||
const PURPLE = '#2d1f4e';
|
||||
const PURPLE_DARK = '#1a1a2e';
|
||||
|
||||
function drawMaestro(ctx, size) {
|
||||
const scale = size / 512;
|
||||
|
||||
Reference in New Issue
Block a user