aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Assets.xcassets
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2024-05-10 16:52:28 -0700
committerDustin Mierau <dustin@mierau.me>2024-05-10 16:52:28 -0700
commit8ba7a5fa6ef7274339c3c709a2babb790e11e32b (patch)
treeb396647b37fe85cd23aba92346621c3ec3869945 /Hotline/Assets.xcassets
parent4a4fab030b69ec799fae42f9a444392e7be7a43a (diff)
Further work on threaded news UI: better icons, tweaked indentation, post count, keyboard navigation.
Diffstat (limited to 'Hotline/Assets.xcassets')
-rw-r--r--Hotline/Assets.xcassets/News Bundle.imageset/Contents.json6
-rw-r--r--Hotline/Assets.xcassets/News Bundle.imageset/Frame 3.pngbin405 -> 0 bytes
-rw-r--r--Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@2x.pngbin988 -> 0 bytes
-rw-r--r--Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@3x.pngbin1783 -> 0 bytes
-rw-r--r--Hotline/Assets.xcassets/News Bundle.imageset/News Bundle.pngbin0 -> 307 bytes
-rw-r--r--Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@2x.pngbin0 -> 471 bytes
-rw-r--r--Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@3x.pngbin0 -> 646 bytes
-rw-r--r--Hotline/Assets.xcassets/News Category.imageset/Contents.json6
-rw-r--r--Hotline/Assets.xcassets/News Category.imageset/Frame 1.pngbin402 -> 0 bytes
-rw-r--r--Hotline/Assets.xcassets/News Category.imageset/Frame 1@2x.pngbin777 -> 0 bytes
-rw-r--r--Hotline/Assets.xcassets/News Category.imageset/Frame 1@3x.pngbin1178 -> 0 bytes
-rw-r--r--Hotline/Assets.xcassets/News Category.imageset/News Category.pngbin0 -> 355 bytes
-rw-r--r--Hotline/Assets.xcassets/News Category.imageset/News Category@2x.pngbin0 -> 647 bytes
-rw-r--r--Hotline/Assets.xcassets/News Category.imageset/News Category@3x.pngbin0 -> 993 bytes
14 files changed, 6 insertions, 6 deletions
diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/Contents.json b/Hotline/Assets.xcassets/News Bundle.imageset/Contents.json
index bfb6d35..4c19d5a 100644
--- a/Hotline/Assets.xcassets/News Bundle.imageset/Contents.json
+++ b/Hotline/Assets.xcassets/News Bundle.imageset/Contents.json
@@ -1,17 +1,17 @@
{
"images" : [
{
- "filename" : "Frame 3.png",
+ "filename" : "News Bundle.png",
"idiom" : "universal",
"scale" : "1x"
},
{
- "filename" : "Frame 3@2x.png",
+ "filename" : "News Bundle@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
- "filename" : "Frame 3@3x.png",
+ "filename" : "News Bundle@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3.png b/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3.png
deleted file mode 100644
index 46d144d..0000000
--- a/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3.png
+++ /dev/null
Binary files differ
diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@2x.png b/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@2x.png
deleted file mode 100644
index 2dbb989..0000000
--- a/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@2x.png
+++ /dev/null
Binary files differ
diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@3x.png b/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@3x.png
deleted file mode 100644
index 649ab86..0000000
--- a/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@3x.png
+++ /dev/null
Binary files differ
diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle.png b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle.png
new file mode 100644
index 0000000..83e97ed
--- /dev/null
+++ b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle.png
Binary files differ
diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@2x.png b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@2x.png
new file mode 100644
index 0000000..114f547
--- /dev/null
+++ b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@2x.png
Binary files differ
diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@3x.png b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@3x.png
new file mode 100644
index 0000000..db8bb27
--- /dev/null
+++ b/Hotline/Assets.xcassets/News Bundle.imageset/News Bundle@3x.png
Binary files differ
diff --git a/Hotline/Assets.xcassets/News Category.imageset/Contents.json b/Hotline/Assets.xcassets/News Category.imageset/Contents.json
index 7245ec5..ee9c6aa 100644
--- a/Hotline/Assets.xcassets/News Category.imageset/Contents.json
+++ b/Hotline/Assets.xcassets/News Category.imageset/Contents.json
@@ -1,17 +1,17 @@
{
"images" : [
{
- "filename" : "Frame 1.png",
+ "filename" : "News Category.png",
"idiom" : "universal",
"scale" : "1x"
},
{
- "filename" : "Frame 1@2x.png",
+ "filename" : "News Category@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
- "filename" : "Frame 1@3x.png",
+ "filename" : "News Category@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
diff --git a/Hotline/Assets.xcassets/News Category.imageset/Frame 1.png b/Hotline/Assets.xcassets/News Category.imageset/Frame 1.png
deleted file mode 100644
index 1c3a080..0000000
--- a/Hotline/Assets.xcassets/News Category.imageset/Frame 1.png
+++ /dev/null
Binary files differ
diff --git a/Hotline/Assets.xcassets/News Category.imageset/Frame 1@2x.png b/Hotline/Assets.xcassets/News Category.imageset/Frame 1@2x.png
deleted file mode 100644
index e1bce20..0000000
--- a/Hotline/Assets.xcassets/News Category.imageset/Frame 1@2x.png
+++ /dev/null
Binary files differ
diff --git a/Hotline/Assets.xcassets/News Category.imageset/Frame 1@3x.png b/Hotline/Assets.xcassets/News Category.imageset/Frame 1@3x.png
deleted file mode 100644
index 6a16cef..0000000
--- a/Hotline/Assets.xcassets/News Category.imageset/Frame 1@3x.png
+++ /dev/null
Binary files differ
diff --git a/Hotline/Assets.xcassets/News Category.imageset/News Category.png b/Hotline/Assets.xcassets/News Category.imageset/News Category.png
new file mode 100644
index 0000000..2667489
--- /dev/null
+++ b/Hotline/Assets.xcassets/News Category.imageset/News Category.png
Binary files differ
diff --git a/Hotline/Assets.xcassets/News Category.imageset/News Category@2x.png b/Hotline/Assets.xcassets/News Category.imageset/News Category@2x.png
new file mode 100644
index 0000000..c92ca23
--- /dev/null
+++ b/Hotline/Assets.xcassets/News Category.imageset/News Category@2x.png
Binary files differ
diff --git a/Hotline/Assets.xcassets/News Category.imageset/News Category@3x.png b/Hotline/Assets.xcassets/News Category.imageset/News Category@3x.png
new file mode 100644
index 0000000..e64c7e6
--- /dev/null
+++ b/Hotline/Assets.xcassets/News Category.imageset/News Category@3x.png
Binary files differ