Add base addressbook to GUI #102
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Vergara_Tech/zenith#102
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/102/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The docker image needs to be removed from this branch before merging.
Any new windows should be lower priority than
msgOverlay
, so the message window displays above. Also, the wallet sync notification usesmodalOverlay
and needs to be the top widget to make sure that no activities are performed during sync.This is unnecessary, the event can be used directly
Using
model & msg ?~ ...
uses themsgOverlay
dialog box that is lower in thewidgetTree
priority.Too many parenthesis, use
$
instead.Too many parenthesis, use
$
instead.This line is redundant, use
homeDirectory <- getHomeDirectory
directly.@ -1658,62 +1438,32 @@ handleEvent wenv node model evt =
-- | Address Book -> save new entry into database
@reneve Your new fields in the state should be after the
hD
variable, not before