feat: rebrand from Dyad to MoreMinimore
- Update package.json description to reflect new branding - Add fix_chat_input function to update Pro URL references - Rename all Dyad-related functions and tags to MoreMinimore - Update test files to use new function names - Remove Pro restrictions from Annotator component - Update branding text throughout the application
This commit is contained in:
@@ -45,7 +45,7 @@ export function registerSupabaseHandlers() {
|
||||
},
|
||||
);
|
||||
|
||||
// Set app project - links a Dyad app to a Supabase project
|
||||
// Set app project - links a MoreMinimore app to a Supabase project
|
||||
handle(
|
||||
"supabase:set-app-project",
|
||||
async (
|
||||
@@ -66,7 +66,7 @@ export function registerSupabaseHandlers() {
|
||||
},
|
||||
);
|
||||
|
||||
// Unset app project - removes the link between a Dyad app and a Supabase project
|
||||
// Unset app project - removes the link between a MoreMinimore app and a Supabase project
|
||||
handle("supabase:unset-app-project", async (_, { app }: { app: number }) => {
|
||||
await db
|
||||
.update(apps)
|
||||
|
||||
Reference in New Issue
Block a user