Skip to content

Implement proxy instead of localStorage#347

Open
memelotsqui wants to merge 30 commits intostablefrom
mem/implement-proxy
Open

Implement proxy instead of localStorage#347
memelotsqui wants to merge 30 commits intostablefrom
mem/implement-proxy

Conversation

@memelotsqui
Copy link
Copy Markdown
Contributor

@memelotsqui memelotsqui commented Feb 24, 2023

this pr changes to use of localStorage to proxy implementation from https://github.com/soulofmischief/proxy.js/blob/master/Storage.js

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 24, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
character-creator ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 17, 2023 at 5:55PM (UTC)

Comment thread src/components/Chat.jsx
setWaitingForResponse(false)

}).catch((err)=>{
userMessageOutputObject.error = true
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

message display #167

@@ -0,0 +1,20 @@
export const errorResponses = {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix for #332

style={!type ? { backgroundColor: color } : {}}
/>
{message}
{message + (err?" ( Not sent )":"")}
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

message display of error #167

Comment thread src/components/ExportMenu.jsx Outdated

// const [mintStatus, setMintStatus] = useState("")
const [name] = React.useState(
local[`${templateInfo.id}_fulBio`].name
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

download name fiel for #324

@memelotsqui memelotsqui marked this pull request as ready for review February 28, 2023 02:13
@memelotsqui
Copy link
Copy Markdown
Contributor Author

when a message fails to reach the endpoint, it becomse grayed out and states it was not sent (just like a phone) #167

image

@memelotsqui
Copy link
Copy Markdown
Contributor Author

memelotsqui commented Feb 28, 2023

if the user prompts with empty spaces it will reply from a default array of replies #332 :

image

@memelotsqui
Copy link
Copy Markdown
Contributor Author

downloaded file is now named as the character #324

image

@memelotsqui
Copy link
Copy Markdown
Contributor Author

Added support to say fav color and say correct date for #319

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant