Skip to content

Commit

Permalink
missed files for we dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Dec 29, 2023
1 parent a57e18f commit 77b63c9
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/elements/how-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ export class HowController extends ScopedElementsMixin(LitElement) {
return html`
<div class="initializing">
<input id="file-input" style="display:none" type="file" accept=".json" @change=${(e:any)=>{console.log("FISH");this.onFileSelected(e)}} >
<input id="file-input" style="display:none" type="file" accept=".json" @change=${(e:any)=>{this.onFileSelected(e)}} >
<div class="wrapper">
<div class="about-event"/>
<img class="how-welcome" src=${aliveImage}
Expand Down Expand Up @@ -541,7 +541,7 @@ export class HowController extends ScopedElementsMixin(LitElement) {
@reparent=${this.handleReparent}
/>`
const document = this._currentDocumentEh ?
html`<how-document id="document"
html`<how-document id="document"
.currentDocumentEh=${this._currentDocumentEh}
.readOnly=${this._documentReadOnly}
@document-updated=${this.handleDocumentUpdated}
Expand Down
1 change: 1 addition & 0 deletions we_dev/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
we.AppImage
Binary file not shown.
77 changes: 77 additions & 0 deletions we_dev/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"groups": [
{
"name": "Lightning Rod Labs",
"networkSeed": "098rc1m-09384u-crm-29384u-cmkj",
"icon": {
"type": "filesystem",
"path": "./we_dev/lrl-icon.png"
},
"creatingAgent": {
"agentNum": 1,
"agentProfile": {
"nickname": "Zippy",
"avatar": {
"type": "filesystem",
"path": "./we_dev/zippy.jpg"
}
}
},
"joiningAgents": [
{
"agentNum": 2,
"agentProfile": {
"nickname": "Zerbina",
"avatar": {
"type": "filesystem",
"path": "./we_dev/zerbina.jpg"
}
}
}
],
"applets": [
{
"name": "how Hot Reload",
"instanceName": "how Hot Reload",
"registeringAgent": 1,
"joiningAgents": [2]
},
{
"name": "notebooks",
"instanceName": "notebooks",
"registeringAgent": 1,
"joiningAgents": [2]
}
]
}
],
"applets": [
{
"name": "how Hot Reload",
"subtitle": "Real-tiem stickies boards",
"description": "Let's do it!",
"icon": {
"type": "filesystem",
"path": "./we_dev/how_icon.png"
},
"source": {
"type": "localhost",
"happPath": "./workdir/how.happ",
"uiPort": 8888
}
},
{
"name": "notebooks",
"subtitle": "Collaborative note taking",
"description": "Real-time notetaking based on syn",
"icon": {
"type": "https",
"url": "https://lightningrodlabs.org/projects/notebooks.png"
},
"source": {
"type": "https",
"url": "https://github.com/lightningrodlabs/notebooks/releases/download/v0.0.8/notebooks.webhapp"
}
}
]
}
Binary file added we_dev/how_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added we_dev/lrl-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added we_dev/zerbina.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added we_dev/zippy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 77b63c9

Please sign in to comment.