-
Notifications
You must be signed in to change notification settings - Fork 428
Vibe coding themes #755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vibe coding themes #755
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
apps/backend/src/app/api/latest/internal/projects/current/crud.tsx
Outdated
Show resolved
Hide resolved
packages/template/src/lib/stack-app/apps/interfaces/admin-app.ts
Outdated
Show resolved
Hide resolved
Some new issue(s) might be present. Please use the following link(s) to view them: https://zeropath.com/app/issues/9c2c8b70-9916-4e2a-b901-22909b686930 Reply to this PR with |
https://www.loom.com/share/bbd230a3223b4aefb3f4c214d88c09a3?sid=4af19160-a4b1-4c25-999f-dca745e1db22
Important
This PR adds email theme management with CRUD operations, updates schema and config for email themes, and enhances UI components and tests.
admin-interface.ts
andadmin-app-impl.ts
.ChatContent
type and related functions for handling email theme chat messages.renderEmailThemePreview
,createEmailTheme
,getEmailTheme
, andupdateEmailTheme
functions.schema.ts
andschema-fields.ts
to includeemailThemeSchema
andemailThemeListSchema
.organizationConfigDefaults
inschema.ts
.ResizablePanelGroup
,ResizablePanel
, andResizableHandle
inresizable.tsx
.BrowserFrame
inbrowser-frame/index.tsx
to support transparent backgrounds.email-themes.test.ts
andrender-email.test.ts
.This description was created by
for 9c05383. You can customize this summary. It will automatically update as commits are pushed.