Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit b4812a2
Author: 0o-de-lally <[email protected]>
Date:   Wed Nov 22 16:46:20 2023 -0500

    Misc patches (0LNetworkCommunity#160)

    * try patch macos dylib issue

    * try one dir level up

    * patch

    * assume dylib path ./ means src-tauri

    * add all mac gmp libs

    * update tauri rust deps

    * ci build

    * update libra-types

    * bump version

    * test release profile

    * language

    * creating file in wrong order.

    * try patch macos dylib issue

    * add all mac gmp libs

    * update libra-types

    * bump version

    * language

    * creating file in wrong order.

    * update  to libra 6.9.0-rc.7

    * patch cargo lock

    * update cargo lock

    * bump version

    * update cargo.lock

    * scaffold account deletion

    * remove prepended 0s from account view

    * patch

    * patch account display

    * format accounts

    * patch transfer issues. Confirm migration can reuse old keys

    * lint

    * macOs replace vcpkg build libgmp for homebrew

    * patch-ui issues in account creation
  • Loading branch information
0o-de-lally committed Nov 22, 2023
1 parent c46ca57 commit 625dfc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/wallet/AccountsList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
{/if}
{/if}
</td>
<td on:click={() => setAccount(a.account)} style="cursor: grab">{a.nickname}</td>
<td on:click={() => setAccount(a.account)} style="cursor:
grab">{a.nickname}</td>

<td class="uk-text-truncate">{formatAccount(a.account)}</td>
<td>{a.auth_key.slice(0, 5)}...</td>
<td>{printCoins(a.balance.unlocked)}</td>
Expand Down

0 comments on commit 625dfc4

Please sign in to comment.