From 1f68cb8a5de45c8b697ca74085cd5aae2c361787 Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Fri, 13 Mar 2026 01:37:50 -0500 Subject: Update logo, app icon, fix shutdown crash, add README - Simplified logo: cosmic latte cup on brown background with turquoise liquid and sparkle stars - Square app icon (.icns) for macOS dock - Fix crash on window close: guard all IPC sends against destroyed window - Include ws/chokidar/diff-match-patch in packaged app - Add README with features and install instructions Co-Authored-By: Claude Opus 4.6 --- src/renderer/src/App.css | 2 +- src/renderer/src/App.tsx | 21 ++++++++------------- 2 files changed, 9 insertions(+), 14 deletions(-) (limited to 'src/renderer') diff --git a/src/renderer/src/App.css b/src/renderer/src/App.css index 760c333..cbf0282 100644 --- a/src/renderer/src/App.css +++ b/src/renderer/src/App.css @@ -102,7 +102,7 @@ html, body, #root { .lattex-x { font-weight: 800; font-style: italic; - color: var(--accent-blue); + color: #4ECDA0; } .welcome-content p { diff --git a/src/renderer/src/App.tsx b/src/renderer/src/App.tsx index 88a351b..3259f0d 100644 --- a/src/renderer/src/App.tsx +++ b/src/renderer/src/App.tsx @@ -291,19 +291,14 @@ export default function App() {
- - - - - - - - - - - - - + + + + + + + +

LatteX

-- cgit v1.2.3