Commit Graph

15 Commits (4774c8a669bb6a49a41dc523efe547d927814198)

Author SHA1 Message Date
William Grant 4774c8a669 fix: consolidate isDetailView into one type called hasDetailView
which we import in various components
1 year ago
William Grant 500f994d5d fix: quote author in message info will now wrap
otherwise it causes the message bubble to overflow
1 year ago
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 2 years ago
Audric Ackermann 97647d4dc7 fix: padding for messagebox + onclick drop while selecting msgs 2 years ago
William Grant b91388a672 fix: SES-585 when the app is not focused message quotes now load correectly
we now look up the existing messages in memory if not found in the quote lookup map, we also allow jumping to messages quoted but not yet stored in memory
2 years ago
William Grant bc55a2db1b rename Attachment type in Quote.tsx to QuotedAttachmentThumbnailType to be more explicit 2 years ago
William Grant d60d2c8c75 feat: quotes will show the authors name where possible
cleaned up extra author props on quote and created a hook instead
2 years ago
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
2 years ago
William Grant 92ed15c6c4 feat: pass yarn ready 2 years ago
William Grant e90e548715 feat: improved quoted message not found
consolidated quote props lookup into getMessageQuoteProps, only use the db message in the quote components
2 years ago
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
2 years ago
William Grant bdbdb477da feat: pass in all props to quote component
converted quote primary text to styled components
2 years ago
William Grant f0aeb59d54 feat: converted quote image to styled components
remove border on quote if there is an attachment
2 years ago
William Grant 23b6c9d25e feat: converted quote to styled components 2 years ago
William Grant 1609ebfe32 feat: separated quote components
removed reference warning component since it is no longer needed
2 years ago