BUG #44: Analysen löschen schlug fehl (kein Auth-Token) FIX: - api.deleteInsight() in api.js hinzugefügt - Analysis.jsx nutzt jetzt api.js mit Error-Handling - Nicht mehr raw fetch() ohne Token BUG: Platzhalter wurden am Ende eingefügt statt an Cursor-Position FIX: - useRef für baseTemplateRef hinzugefügt - Cursor-Position tracking (onClick + onKeyUp) - Insert at cursor: template.slice(0, pos) + placeholder + template.slice(pos) - Focus + Cursor-Position nach Insert wiederhergestellt version: 9.5.2 (bugfix) module: prompts 2.0.2, insights 1.3.1 |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| Dockerfile | ||
| index.html | ||
| nginx.conf | ||
| package-lock.json | ||
| package.json | ||
| vite.config.js | ||