feat: update Makelore modules and conversations
Some checks failed
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled

This commit is contained in:
inman
2026-07-31 10:08:41 +08:00
parent b8ca3f8eea
commit 80e8386fa6
175 changed files with 8036 additions and 10581 deletions

View File

@@ -22,7 +22,7 @@ import { extendTailwindMerge } from 'tailwind-merge';
* silently *removes* `text-primary-foreground` (twMerge thinks both are
* colors and keeps only the later one). The button then has no explicit
* text color and falls back to inheriting `text-foreground`, producing
* the wrong "blue background + dark text" rendering reported in
* the wrong "brand background + dark text" rendering reported in
* https://github.com/<repo>/issues — see the Agents page "Add Agent"
* button for a live example before this fix.
*