diff --git a/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear 1.png b/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear 1.png new file mode 100644 index 00000000..726bb889 Binary files /dev/null and b/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear 1.png differ diff --git a/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear.png b/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear.png new file mode 100644 index 00000000..4799e1ba Binary files /dev/null and b/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear.png differ diff --git a/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear@2x 1.png b/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear@2x 1.png new file mode 100644 index 00000000..84ba38d8 Binary files /dev/null and b/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear@2x 1.png differ diff --git a/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear@2x.png b/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear@2x.png new file mode 100644 index 00000000..7a30f4e4 Binary files /dev/null and b/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear@2x.png differ diff --git a/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear@3x 1.png b/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear@3x 1.png new file mode 100644 index 00000000..804befa9 Binary files /dev/null and b/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear@3x 1.png differ diff --git a/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear@3x.png b/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear@3x.png new file mode 100644 index 00000000..92a62a79 Binary files /dev/null and b/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Clear@3x.png differ diff --git a/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Contents.json b/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Contents.json new file mode 100644 index 00000000..92dd85ae --- /dev/null +++ b/com.stakwork.sphinx.desktop/Assets.xcassets/Chat/clear.imageset/Contents.json @@ -0,0 +1,56 @@ +{ + "images" : [ + { + "filename" : "Clear.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "Clear 1.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Clear@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "Clear@2x 1.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Clear@3x.png", + "idiom" : "universal", + "scale" : "3x" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "Clear@3x 1.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/com.stakwork.sphinx.desktop/Scenes/Dashboard/Chat/Custom Views/Chat View/ChatBottomView.swift b/com.stakwork.sphinx.desktop/Scenes/Dashboard/Chat/Custom Views/Chat View/ChatBottomView.swift index 24bb2691..c21bb54f 100644 --- a/com.stakwork.sphinx.desktop/Scenes/Dashboard/Chat/Custom Views/Chat View/ChatBottomView.swift +++ b/com.stakwork.sphinx.desktop/Scenes/Dashboard/Chat/Custom Views/Chat View/ChatBottomView.swift @@ -46,7 +46,7 @@ class ChatBottomView: NSView, LoadableNib { @IBOutlet var contentView: NSView! - @IBOutlet weak var messageReplyView: NewMessageReplyView! + @IBOutlet weak var messageReplyView: NewReplyView! @IBOutlet weak var giphySearchView: GiphySearchView! @IBOutlet weak var messageFieldView: ChatMessageFieldView! @IBOutlet weak var chatSearchView: ChatSearchResultsBar! diff --git a/com.stakwork.sphinx.desktop/Scenes/Dashboard/Chat/Custom Views/Chat View/ChatBottomView.xib b/com.stakwork.sphinx.desktop/Scenes/Dashboard/Chat/Custom Views/Chat View/ChatBottomView.xib index 725397b9..c48af95a 100644 --- a/com.stakwork.sphinx.desktop/Scenes/Dashboard/Chat/Custom Views/Chat View/ChatBottomView.xib +++ b/com.stakwork.sphinx.desktop/Scenes/Dashboard/Chat/Custom Views/Chat View/ChatBottomView.xib @@ -25,7 +25,7 @@ -