Visuals for embedded contacts as well as contact detail screen
This commit is contained in:
parent
3ea3e4e256
commit
41be7f126b
17 changed files with 1323 additions and 2 deletions
|
@ -48,8 +48,17 @@ window.Signal.Migrations = {
|
|||
},
|
||||
version: 2,
|
||||
},
|
||||
{
|
||||
migrate: (transaction, next) => {
|
||||
console.log('migration version 3');
|
||||
transaction.db.createObjectStore('items');
|
||||
next();
|
||||
},
|
||||
version: 3,
|
||||
},
|
||||
],
|
||||
loadAttachmentData: attachment => Promise.resolve(attachment),
|
||||
getAbsoluteAttachmentPath: path => path,
|
||||
};
|
||||
|
||||
window.Signal.Components = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue