There is a button within an address book. It says "make new address book". This doesn't seem to work. It creates a path for me and has the text underneath 'Start new address book at this uri' but it's not clickable and there are no yes no buttons. I'm not sure the uri is correct as well.
This code
|
function newAddressBookButton (thisAddressBook) { |
. It defaults the appPathSegment, I think this may need to come from the user but I'm not sure. Also, the call back is thisPane.clone() and in the comments in the code itself it says we should be passing mintNew.
On a side note for documentation purposes and perhaps to help with this issue. A new address book is created using the
|
export function mintNewAddressBook (dataBrowserContext, context) { |
. This function is set to the mintNew, which is used for every Pane creation in
https://github.com/SolidOS/solid-ui/blob/5d73ad4b63e2828283d9b60f06682d7f0041dc82/src/create/create.ts#L94.
There is a button within an address book. It says "make new address book". This doesn't seem to work. It creates a path for me and has the text underneath 'Start new address book at this uri' but it's not clickable and there are no yes no buttons. I'm not sure the uri is correct as well.
This code
contacts-pane/src/contactsPane.js
Line 63 in 0865b67
On a side note for documentation purposes and perhaps to help with this issue. A new address book is created using the
contacts-pane/src/mintNewAddressBook.js
Line 15 in 0865b67