45 コミット (9e95e7cd97b849eaf85f2b0b1f1a9c99eaefa02b)

作成者 SHA1 メッセージ 日付
  Leonard Kim 2f7f9f24c4 fix(display-name): dismiss prompt if name gets set 6年前
  Leonard Kim d86b60ea72 fix(chat): maintain bottom scroll on input resize 6年前
  Leonard Kim dfe5fbb702 ref(chat): change initial input size to 1 line 6年前
  Leonard Kim 09f881c0f5 ref(chat): bring in package for text area auto-resizing 6年前
  Leonard Kim f1546008f9 ref(chat): removed unused getChatInputRef callback for input 6年前
  Leonard Kim d8df7fde84 ref(chat): clean up public blur/focus methods on input 6年前
  Leonard Kim 5a53d7f32a fix(chat): re-fix letting long messages wrap 6年前
  Leonard Kim 4eec13da1c ref(chat): de-parameterize AbstractMessageContainer 6年前
  Leonard Kim cb8282dfe5 ref(chat): remove unused method 6年前
  Leonard Kim 5cd0b1a9be fix(chat): fix auto-scrolling to bottom 6年前
  Leonard Kim 504fadaf71 ref(chat): on web, move timestamp to chat message 6年前
  Leonard Kim 7187e540a8 ref(chat): on native, show messages as grouped by sender 6年前
  Leonard Kim 34dffbfc5e ref(chat): on native, group messages by sender (no styling) 6年前
  Leonard Kim a9637f93c3 ref(chat): create AbstractMessageContainer 6年前
  Leonard Kim 0e8b0a9c5c ref(chat): create web MessageContainer component 6年前
  Leonard Kim a114d55fac fix(chat): ensure really long words can trigger wrapping 6年前
  Leonard Kim afde717ca4 ref(chat): use message type as classname 6年前
  Leonard Kim fb5a45f714 feat(chat): on web, group messages by sender 6年前
  Leonard Kim a49f62238b ref(chat): clean up extra dom 6年前
  Leonard Kim 01458eeff9 ref(chat): add a header for holding the close button 6年前
  Leonard Kim 4d04141f24 ref(chat): change input placeholder 6年前
  Leonard Kim 2a4bac7a27 ref(chat): remove chat bubble arrow 6年前
  Bettenbuk Zoltan 3eca67e1ad rn: add HeaderWithNavigation component 6年前
  damencho c09eee0985 Disables chat when we are in recorder mode. 6年前
  Bettenbuk Zoltan b886f8d72d rn: specify chat text field font color 6年前
  Bettenbuk Zoltan 0b6c51f666 rn: replace 3rd party chat library with custom implementation 6年前
  virtuacoplenny ca38bd53fe
fix(chat): use css for arrow (#4097) 6年前
  Bettenbuk Zoltan 13212a5980 [RN] Replace chat modal with SlidingView 6年前
  Bettenbuk Zoltan 2a5adfc601 Remove some Flow annotations 6年前
  Saúl Ibarra Corretgé c025c7e132 flow: tame the beast 6年前
  Saúl Ibarra Corretgé 0e92e73789 chore: use strings as action types 6年前
  Leonard Kim 81d4f694b7 fix(chat): prevent empty messages 6年前
  Bettenbuk Zoltan 230b2b02fa Chat render improbement 6年前
  Bettenbuk Zoltan 8a241ba2b7 [RN] Add chat functionality 6年前
  Bettenbuk Zoltan 82f714b608 Move display name handling into redux 6年前
  Leonard Kim 14cc4ea54a ref(hangup): clean up some UI state on hangup 6年前
  Дамян Минков f11b6cbb1e
Replaces smileys and the logic of replacing links/emails. (#3560) 7年前
  damencho cd77a9176c Make sure we do only one replacement, not one over another for messages. 7年前
  damencho df55448a2c Fixes chat image links to reflect html base. 7年前
  Pratik Shah b7b43e8d9c feat(chat): convert to use React 7年前
  Saúl Ibarra Corretgé dc246960df feat(App): refactor App and split it into BaseApp and App 7年前
  paweldomas 8b2ce21e1a fix(RN): bundle sound files in release build 7年前
  Leonard Kim d93782af8a feat(new-toolbars): initial implementation 7年前
  paweldomas 4dbcaf851f flow(AbstractAudio): specific function types 7年前
  paweldomas 26cd2f17f6 ref(chat): port incoming chat msg sound to react 7年前