From 038df124a9c9d0ec7e7f3a7387669d5273a5bf49 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Sun, 30 Jun 2024 17:46:30 -0700 Subject: A pass on icons. Sleeker toolbar window. Fix Accounts and News menu item disable states. Don't request banner from older servers. Cleanup News list display. --- .../Section Users.imageset/Contents.json | 23 +++++++++++++++++++++ .../Section Users.imageset/Section Users.png | Bin 0 -> 915 bytes .../Section Users.imageset/Section Users@2x.png | Bin 0 -> 2112 bytes .../Section Users.imageset/Section Users@3x.png | Bin 0 -> 3406 bytes 4 files changed, 23 insertions(+) create mode 100644 Hotline/Assets.xcassets/Section Users.imageset/Contents.json create mode 100644 Hotline/Assets.xcassets/Section Users.imageset/Section Users.png create mode 100644 Hotline/Assets.xcassets/Section Users.imageset/Section Users@2x.png create mode 100644 Hotline/Assets.xcassets/Section Users.imageset/Section Users@3x.png (limited to 'Hotline/Assets.xcassets/Section Users.imageset') diff --git a/Hotline/Assets.xcassets/Section Users.imageset/Contents.json b/Hotline/Assets.xcassets/Section Users.imageset/Contents.json new file mode 100644 index 0000000..0a699ec --- /dev/null +++ b/Hotline/Assets.xcassets/Section Users.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Section Users.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Section Users@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Section Users@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Hotline/Assets.xcassets/Section Users.imageset/Section Users.png b/Hotline/Assets.xcassets/Section Users.imageset/Section Users.png new file mode 100644 index 0000000..f8c6695 Binary files /dev/null and b/Hotline/Assets.xcassets/Section Users.imageset/Section Users.png differ diff --git a/Hotline/Assets.xcassets/Section Users.imageset/Section Users@2x.png b/Hotline/Assets.xcassets/Section Users.imageset/Section Users@2x.png new file mode 100644 index 0000000..65752e7 Binary files /dev/null and b/Hotline/Assets.xcassets/Section Users.imageset/Section Users@2x.png differ diff --git a/Hotline/Assets.xcassets/Section Users.imageset/Section Users@3x.png b/Hotline/Assets.xcassets/Section Users.imageset/Section Users@3x.png new file mode 100644 index 0000000..be6312d Binary files /dev/null and b/Hotline/Assets.xcassets/Section Users.imageset/Section Users@3x.png differ -- cgit