From 5988fddf8dbc2096281d65bbb3b5fca993589d9c Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 14 Jan 2021 02:56:14 +0000 Subject: [PATCH] Split up the ssb web client into one file per vue component. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3643 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- apps/cory/index.json | 2 +- apps/cory/index/index.html | 144 +--------------------------------- apps/cory/index/tf-message.js | 88 +++++++++++++++++++++ apps/cory/index/tf-user.js | 52 ++++++++++++ 4 files changed, 143 insertions(+), 143 deletions(-) create mode 100644 apps/cory/index/tf-message.js create mode 100644 apps/cory/index/tf-user.js diff --git a/apps/cory/index.json b/apps/cory/index.json index 726dad5f..ab71a309 100644 --- a/apps/cory/index.json +++ b/apps/cory/index.json @@ -1 +1 @@ -{"type":"tildefriends-app","files":{"app.js":"&qvp1qQcymJp9pWxnZXA9/VXFt6FRGj9JCAxNCt/afsU=.sha256","index.html":"&sz/uo2rG4pfYL+0sDuXhQbtnIoh8k9yxKR9i1igOtzE=.sha256","vue-material.js":"&K5cdLqXYCENPak/TCINHQhyJhpS4G9DlZHGwoh/LF2g=.sha256"}} \ No newline at end of file +{"type":"tildefriends-app","files":{"app.js":"&qvp1qQcymJp9pWxnZXA9/VXFt6FRGj9JCAxNCt/afsU=.sha256","index.html":"&vMOt54ko7CqKGDOaFkozfGwOoCU4QbL2+JE9r4/zDAk=.sha256","vue-material.js":"&K5cdLqXYCENPak/TCINHQhyJhpS4G9DlZHGwoh/LF2g=.sha256","tf-user.js":"&V9Ol799hM6i1PZDbAS91CMhgx7aENDTJnT+KrwK4Lh4=.sha256","tf-message.js":"&e811GqoyT6JhNrgXA1rCB/Y7ggtbOz2xcZP5+rQrrws=.sha256"}} \ No newline at end of file diff --git a/apps/cory/index/index.html b/apps/cory/index/index.html index ad94869a..0e58c612 100644 --- a/apps/cory/index/index.html +++ b/apps/cory/index/index.html @@ -7,6 +7,8 @@ + +