refactor(qr-code): replace react-qr-code with react-qrcode-logo
- Updated package.json and pnpm-lock.yaml to use react-qrcode-logo v3.0.0 - Modified ExpoQrModal.tsx to use the new QRCode component with enhanced styling and logo support - Removed filtering of lock.json files in useChatHistory.ts and stream-text.ts for consistency - Updated mobile app instructions in prompts.ts to ensure clarity and alignment with best practices
This commit is contained in:
@@ -130,7 +130,6 @@ export function useChatHistory() {
|
||||
content: ` 📦 Chat Restored from snapshot, You can revert this message to load the full chat history
|
||||
<boltArtifact id="imported-files" title="Project Files Snapshot" type="bundled">
|
||||
${Object.entries(snapshot?.files || {})
|
||||
.filter((x) => !x[0].endsWith('lock.json'))
|
||||
.map(([key, value]) => {
|
||||
if (value?.type === 'file') {
|
||||
return `
|
||||
|
||||
Reference in New Issue
Block a user