vault backup: 2026-04-27 20:39:06
This commit is contained in:
parent
cfeab6068d
commit
8b2ded100d
3 changed files with 40 additions and 3 deletions
2
.obsidian/plugins/hoarder-sync/data.json
vendored
2
.obsidian/plugins/hoarder-sync/data.json
vendored
|
|
@ -4,7 +4,7 @@
|
|||
"syncFolder": "Hoarder",
|
||||
"attachmentsFolder": "Hoarder/attachments",
|
||||
"syncIntervalMinutes": 60,
|
||||
"lastSyncTimestamp": 1777310007192,
|
||||
"lastSyncTimestamp": 1777317480686,
|
||||
"updateExistingFiles": false,
|
||||
"excludeArchived": true,
|
||||
"onlyFavorites": false,
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ url: https://ai-sandbox.oliver.solutions/lux-studio/
|
|||
server: optical-web-1
|
||||
tags: [oliver, ai, image-generation, video, cinematography, php, react, azure-ad]
|
||||
created: 2026-04-14
|
||||
last_commit: 2026-02-27
|
||||
commits: 21
|
||||
last_commit: 2026-03-23
|
||||
commits: 50
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
|
@ -69,12 +69,45 @@ cd backend && php -S localhost:8001
|
|||
## Timeline / Git History
|
||||
| Date | Change |
|
||||
|------|--------|
|
||||
| 2026-03-09 | Add Kling AI video generation engine alongside Veo 3.1 |
|
||||
| 2026-03-09 | Add Kling 3.0 models (V3 and V3 Omni) to video generation |
|
||||
| 2026-03-09 | style: add DM Sans font and 14px base sizing |
|
||||
| 2026-03-09 | style: Rams refinement on LoginPage and AppContent |
|
||||
| 2026-03-09 | style: Rams refinement on VideoPlayer and StoryboardEditor |
|
||||
| 2026-03-09 | style: Rams refinement on CinePromptStudio |
|
||||
| 2026-03-09 | style: Rams refinement on VideoGenTab |
|
||||
| 2026-03-09 | style: Rams refinement on ProjectsTab |
|
||||
| 2026-03-09 | style: drop all type weight from medium (500) to normal (400) |
|
||||
| 2026-03-09 | style: remove decorative borders, keep only functional ones |
|
||||
| 2026-03-09 | style: change selected toggle buttons from gold to off-white |
|
||||
| 2026-03-09 | style: revert toggle buttons back to gold |
|
||||
| 2026-03-09 | style: remove tab underline indicator, let type color speak |
|
||||
| 2026-03-09 | style: restore purple Optimize button in Image Gen and Video Gen |
|
||||
| 2026-03-09 | style: standardize backgrounds to strict 5-tone scale (950/900/800/700/600) |
|
||||
| 2026-03-09 | style: reduce base font size from 14px to 13px |
|
||||
| 2026-03-09 | style: add JetBrains Mono for data/spec text |
|
||||
| 2026-03-09 | style: restore uppercase tracking on section labels in Image/Video Gen |
|
||||
| 2026-03-09 | style: invert depth — lighter surround, darker content wells |
|
||||
| 2026-03-09 | style: minimize panel contrast — slate-925 panels on slate-950 ground |
|
||||
| 2026-03-09 | style: modals use bg-slate-800 to pop above dark overlay |
|
||||
| 2026-03-09 | style: reduce base font size from 13px to 12px |
|
||||
| 2026-03-09 | style: switch primary typeface from DM Sans to Space Grotesk |
|
||||
| 2026-03-09 | style: try IBM Plex Sans + IBM Plex Mono as unified family |
|
||||
| 2026-03-09 | style: remove icons from tab navigation, text only |
|
||||
| 2026-03-09 | style: separate tabs from logo, spread across header |
|
||||
| 2026-03-09 | style: simplify storyboard exports — let the images speak |
|
||||
| 2026-03-09 | style: tabs flush left with generous logo spacing, bump to 14px |
|
||||
| 2026-03-23 | feat: Kling integration, prompt optimizer rework, and stability fixes |
|
||||
| 2026-03-23 | Add Kling integration + prompt optimizer rework + stability fixes |
|
||||
| 2026-03-09 | Major UI restyling (typography: Space Grotesk → JetBrains Mono for data) |
|
||||
| 2026-03-09 | 5-tone dark scale (950/900/800/700/600), invert depth |
|
||||
| 2026-03-09 | Tabs flush left, generous logo spacing, 14px base font |
|
||||
|
||||
## Sessions
|
||||
### 2026-04-27 – Why is image generation failing on
|
||||
**Asked:** Why is image generation failing on the lux-studio version?
|
||||
**Done:** Identified root cause by checking auto-cleanup code and PHP errors in lux-studio backend.
|
||||
|
||||
### 2026-04-23 – Create a CLAUDE.md file documenting the
|
||||
**Asked:** Create a CLAUDE.md file documenting the codebase setup, commands, and architecture for future Claude instances.
|
||||
**Done:** Analyzed the codebase and compared it with the Oliver project variant, identifying key differences including a new Kling AI video engine not present in the current version.
|
||||
|
|
@ -90,6 +123,7 @@ cd backend && php -S localhost:8001
|
|||
## Change Log
|
||||
| Date | Requested | Changed | Files |
|
||||
|------|-----------|---------|-------|
|
||||
| 2026-04-27 | Image generation error | Fixed backend PHP error in auto-cleanup code | lux-studio backend service |
|
||||
| 2026-04-23 | Codebase documentation | CLAUDE.md created, architecture and build commands documented | CLAUDE.md |
|
||||
| 2026-04-23 | CLAUDE.md documentation | Removed ~130 lines of verbose/discoverable content, kept essential commands and architecture patterns | CLAUDE.md |
|
||||
| 2026-03-23 | Add Kling video model | Kling integration | video_api.php, frontend |
|
||||
|
|
|
|||
|
|
@ -463,3 +463,6 @@ tags: [daily]
|
|||
- 18:36 | `obsidian-vault`
|
||||
- **Asked:** Configure ntfy alert destination on homelab | Resolved git sync conflict from iCloud duplication and merged divergent histories | .git/refs/heads/main, .git/refs/heads/ORIG_HEAD, daily notes file
|
||||
- **Done:** Git conflict resolution | Removed iCloud duplicates, merged histories, resolved note conflicts, pushed clean state | .git directory, refs files, daily note
|
||||
- 20:38 (8min) | `cinema-studio-pro`
|
||||
- **Asked:** Why is image generation failing on the lux-studio version?
|
||||
- **Done:** Identified root cause by checking auto-cleanup code and PHP errors in lux-studio backend.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue