aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Assets.xcassets
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2025-11-07 16:16:00 -0800
committerDustin Mierau <dustin@mierau.me>2025-11-07 16:16:00 -0800
commite1566598c96601ebcf3229aab22fc7a593ee1904 (patch)
tree4486a58aad0df5df17ebcca0209d48dcfa3d6a5e /Hotline/Assets.xcassets
parenta55318fa8d643160900bec3e6b14e7404c63497a (diff)
Further UI tweraks. Transfers button in toolbar. Better empty states in places. Fix race condition with transactions ids (yikes)!
Diffstat (limited to 'Hotline/Assets.xcassets')
-rw-r--r--Hotline/Assets.xcassets/Section Transfers.imageset/Contents.json23
-rw-r--r--Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers.pngbin0 -> 883 bytes
-rw-r--r--Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers@2x.pngbin0 -> 2039 bytes
-rw-r--r--Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers@3x.pngbin0 -> 3584 bytes
4 files changed, 23 insertions, 0 deletions
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
--- /dev/null
+++ b/Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers.png
Binary files 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
--- /dev/null
+++ b/Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers@2x.png
Binary files 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
--- /dev/null
+++ b/Hotline/Assets.xcassets/Section Transfers.imageset/Section Transfers@3x.png
Binary files differ