forked from cory/tildefriends
		
	Minor ssb web client cleanup before I attempt some major cleanup.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3642 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		| @@ -1 +1 @@ | ||||
| {"type":"tildefriends-app","files":{"app.js":"&qvp1qQcymJp9pWxnZXA9/VXFt6FRGj9JCAxNCt/afsU=.sha256","index.html":"&eqLI+5Abbs4OEjIO7neOQFjhm/iknp6gi96RD2VTAR0=.sha256","vue-material.js":"&K5cdLqXYCENPak/TCINHQhyJhpS4G9DlZHGwoh/LF2g=.sha256"}} | ||||
| {"type":"tildefriends-app","files":{"app.js":"&qvp1qQcymJp9pWxnZXA9/VXFt6FRGj9JCAxNCt/afsU=.sha256","index.html":"&sz/uo2rG4pfYL+0sDuXhQbtnIoh8k9yxKR9i1igOtzE=.sha256","vue-material.js":"&K5cdLqXYCENPak/TCINHQhyJhpS4G9DlZHGwoh/LF2g=.sha256"}} | ||||
| @@ -258,14 +258,8 @@ | ||||
| 				</md-app-toolbar> | ||||
| 				<md-app-drawer :md-active.sync="showUsers" md-persistent="full"> | ||||
| 					<md-list> | ||||
| 						<md-subheader>Followers</md-subheader> | ||||
| 						<md-list-item v-for="follower in (users[whoami] || []).followers" v-bind:key="'follower-' + follower"><tf-user :id="follower"></tf-user></md-list-item> | ||||
| 						<md-subheader>Following</md-subheader> | ||||
| 						<md-list-item v-for="user in (users[whoami] || []).following" v-bind:key="'following-' + user"><tf-user :id="user"></tf-user></md-list-item> | ||||
| 						<md-subheader>Network</md-subheader> | ||||
| 						<md-list-item v-for="broadcast in broadcasts" v-bind:key="JSON.stringify(broadcast)" @click="ssb_connect(broadcast)">{{broadcast.address}}:{{broadcast.port}} <tf-user :id="broadcast.pubkey"></tf-user></md-list-item> | ||||
| 						<md-subheader>Pubs</md-subheader> | ||||
| 						<md-list-item v-for="pub in pubs" v-bind:key="JSON.stringify(pub)" @click="ssb_connect({address: pub.host, port: pub.port, pubkey: pub.key})">{{pub.host}}:{{pub.port}} <tf-user :id="pub.key"></tf-user></md-list-item> | ||||
| 						<md-subheader>Connections</md-subheader> | ||||
| 						<md-list-item v-for="connection in connections" v-bind:key="'connection-' + JSON.stringify(connection)"><tf-user :id="connection"></tf-user></md-list-item> | ||||
| 						<md-list-item @click="show_connect_dialog = true">Connect</md-list-item> | ||||
| @@ -293,7 +287,7 @@ | ||||
| 							<md-menu> | ||||
| 								<md-button md-menu-trigger>Share App</md-button> | ||||
| 								<md-menu-content> | ||||
| 									<md-menu-item v-for="app in Object.keys(apps)" @click="share_app = app"> | ||||
| 									<md-menu-item v-for="app in Object.keys(apps)" v-bind:key="app" @click="share_app = app"> | ||||
| 										{{app}} | ||||
| 									</md-menu-item> | ||||
| 								</md-menu-content> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user