Skip to content
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

Draft
wants to merge 79 commits into
base: main
Choose a base branch
from
Draft

Acorn We applet #208

wants to merge 79 commits into from

Conversation

weswalla
Copy link
Collaborator

@weswalla weswalla commented Nov 2, 2022

todo

  • make CSS bundle and be injected in one build process (I believe currently both index.js and cssBundle.css are built in the same step, but index.js should be dependent on cssBundle.css being built first)
  • create project meta on applet install only (make unique for access purposes)
  • handle project joining
  • fix map view performance issues
  • bundle fonts into applet package

Comment on lines 25 to 37
({ 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],
Copy link
Collaborator

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

Copy link
Collaborator Author

@weswalla weswalla left a 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

@weswalla weswalla changed the title We applet profiles and page routing refactor Acorn We applet Dec 19, 2022
@Connoropolous
Copy link
Collaborator

maybe condense the two PRs down into just one at this point?
You can edit the "base" branch so that it gives a comparison against main

@weswalla weswalla changed the base branch from we-applet-one-bundle to main December 27, 2022 18:47
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.

None yet

2 participants