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:
@@ -6,7 +6,7 @@ import type { ChatSearchResult, ChatSummary } from "../../lib/schemas";
|
||||
import { createLoggedHandler } from "./safe_handle";
|
||||
|
||||
import log from "electron-log";
|
||||
import { getDyadAppPath } from "../../paths/paths";
|
||||
import { getMoreMinimoreAppPath } from "../../paths/paths";
|
||||
import { UpdateChatParams } from "../ipc_types";
|
||||
import { getCurrentCommitHash } from "../utils/git_utils";
|
||||
|
||||
@@ -31,7 +31,7 @@ export function registerChatHandlers() {
|
||||
try {
|
||||
// Get the current git revision of main branch
|
||||
initialCommitHash = await getCurrentCommitHash({
|
||||
path: getDyadAppPath(app.path),
|
||||
path: getMoreMinimoreAppPath(app.path),
|
||||
ref: "main",
|
||||
});
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user