Merge pull request #809 from stackblitz-labs/807-transparency-about-development

docs: document how we work
This commit is contained in:
Digitl Alchemyst
2025-01-12 23:34:48 -06:00
committed by GitHub
6 changed files with 119 additions and 4 deletions

View File

@@ -3,10 +3,10 @@ import { useCallback, useEffect, useState } from 'react';
import { toast } from 'react-toastify';
import {
chatId as chatIdStore,
description as descriptionStore,
db,
updateChatDescription,
description as descriptionStore,
getMessages,
updateChatDescription,
} from '~/lib/persistence';
interface EditChatDescriptionOptions {