Commit Graph

15 Commits (e1a6f8e3fc6a00bdcd20c2bbd65f150bfb462646)

Author SHA1 Message Date
William Grant e1a6f8e3fc feat: cleaned up getPropsForQuote and rely on getMessageQuoteProps selector for creating quote object
authorName is broken for some reason and we will need to fix it
William Grant 92ed15c6c4 feat: pass yarn ready
William Grant e90e548715 feat: improved quoted message not found
consolidated quote props lookup into getMessageQuoteProps, only use the db message in the quote components
William Grant 1da8fd9f96 feat: load quote images correctly on first render
William Grant ab028307f4 fix: show play button in video quote attachments
William Grant 761a536b32 feat: removed unneeded quote stylesheet and QuoteGenericFile
William Grant 98e4474e75 feat: use quoteicon component in quoteimage
make sure to load message text is it exists for all quotes
William Grant ff4366002b feat: converted quoteiconcontainer and to styled components
added support for generic file icon with consistent design. Still need to support know file types and metdata from the generic file component
William Grant bdbdb477da feat: pass in all props to quote component
converted quote primary text to styled components
William Grant f0aeb59d54 feat: converted quote image to styled components
remove border on quote if there is an attachment
William Grant bf170e6e77 fix: fixed QuoteText type labels
show message not found in correct context
William Grant 23b6c9d25e feat: converted quote to styled components
William Grant 3249d2ff4c feat: converted quote author and text to styled components
William Grant 1d413a2f76 fix: moved QuoteIcon component into QuoteIconContainer
William Grant 1609ebfe32 feat: separated quote components
removed reference warning component since it is no longer needed