-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Acorn We applet #208
base: main
Are you sure you want to change the base?
Acorn We applet #208
Conversation
({ state, activeProject }: InputType) => { | ||
return { | ||
creatorAgentPubKey: state.agentAddress, | ||
createdAt: Date.now(), // f64 | ||
name: 'project', | ||
image: '', | ||
passphrase: 'test', | ||
isImported: false, | ||
priorityMode: PriorityMode.Universal, | ||
topPriorityOutcomes: [], | ||
actionHash: '', | ||
} as WithActionHash<ProjectMeta> | ||
}, // state.projects.projectMeta[activeProject], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will require a proper solution that works across both Acorn runtime contexts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the project meta info should only be created on applet install
maybe condense the two PRs down into just one at this point? |
todo
index.js
andcssBundle.css
are built in the same step, butindex.js
should be dependent oncssBundle.css
being built first)