From e1566598c96601ebcf3229aab22fc7a593ee1904 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Fri, 7 Nov 2025 16:16:00 -0800 Subject: Further UI tweraks. Transfers button in toolbar. Better empty states in places. Fix race condition with transactions ids (yikes)! --- .../Section Transfers.imageset/Contents.json | 23 +++++++++++++++++++++ .../Section Transfers.png | Bin 0 -> 883 bytes .../Section Transfers@2x.png | Bin 0 -> 2039 bytes .../Section Transfers@3x.png | Bin 0 -> 3584 bytes 4 files changed, 23 insertions(+) create mode 100644 Hotline/Assets.xcassets/Section Transfers.imageset/Contents.json create mode 100644 Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers.png create mode 100644 Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers@2x.png create mode 100644 Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers@3x.png (limited to 'Hotline/Assets.xcassets') diff --git a/Hotline/Assets.xcassets/Section Transfers.imageset/Contents.json b/Hotline/Assets.xcassets/Section Transfers.imageset/Contents.json new file mode 100644 index 0000000..490868e --- /dev/null +++ b/Hotline/Assets.xcassets/Section Transfers.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Section Transfers.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Section Transfers@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Section Transfers@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers.png b/Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers.png new file mode 100644 index 0000000..cbbd304 Binary files /dev/null and b/Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers.png differ diff --git a/Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers@2x.png b/Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers@2x.png new file mode 100644 index 0000000..2e8836b Binary files /dev/null and b/Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers@2x.png differ diff --git a/Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers@3x.png b/Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers@3x.png new file mode 100644 index 0000000..a8086b7 Binary files /dev/null and b/Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers@3x.png differ -- cgit