Add base addressbook to GUI #102

Merged
pitmutt merged 0 commits from refs/pull/102/head into milestone3 2024-09-13 11:39:59 +00:00
pitmutt commented 2024-08-03 12:20:10 +00:00 (Migrated from git.vergara.tech)
No description provided.
pitmutt (Migrated from git.vergara.tech) reviewed 2024-08-03 12:26:13 +00:00
pitmutt (Migrated from git.vergara.tech) left a comment

The docker image needs to be removed from this branch before merging.

The docker image needs to be removed from this branch before merging.
pitmutt (Migrated from git.vergara.tech) commented 2024-08-03 12:34:33 +00:00

Any new windows should be lower priority than msgOverlay, so the message window displays above. Also, the wallet sync notification uses modalOverlay and needs to be the top widget to make sure that no activities are performed during sync.

Any new windows should be lower priority than `msgOverlay`, so the message window displays above. Also, the wallet sync notification uses `modalOverlay` and needs to be the top widget to make sure that no activities are performed during sync.
pitmutt (Migrated from git.vergara.tech) commented 2024-08-03 12:26:13 +00:00

This is unnecessary, the event can be used directly

This is unnecessary, the event can be used directly
pitmutt (Migrated from git.vergara.tech) commented 2024-08-03 12:32:34 +00:00

Using model & msg ?~ ... uses the msgOverlay dialog box that is lower in the widgetTree priority.

Using `model & msg ?~ ...` uses the `msgOverlay` dialog box that is lower in the `widgetTree` priority.
pitmutt (Migrated from git.vergara.tech) commented 2024-08-03 12:35:56 +00:00

Too many parenthesis, use $ instead.

Too many parenthesis, use `$` instead.
pitmutt (Migrated from git.vergara.tech) commented 2024-08-03 12:36:16 +00:00

Too many parenthesis, use $ instead.

Too many parenthesis, use `$` instead.
pitmutt (Migrated from git.vergara.tech) commented 2024-08-03 12:37:44 +00:00

This line is redundant, use homeDirectory <- getHomeDirectory directly.

This line is redundant, use `homeDirectory <- getHomeDirectory` directly.
pitmutt (Migrated from git.vergara.tech) reviewed 2024-09-03 18:45:00 +00:00
@ -1658,62 +1438,32 @@ handleEvent wenv node model evt =
-- | Address Book -> save new entry into database
pitmutt (Migrated from git.vergara.tech) commented 2024-09-03 18:45:00 +00:00

@reneve Your new fields in the state should be after the hD variable, not before

@reneve Your new fields in the state should be after the `hD` variable, not before
Sign in to join this conversation.
No description provided.