We don't want to display typeahead and media buttons in edit mode.
Details
Run the app. Entered exit mode. Checked if the media buttons disappeared, and if typeahead tooltip wasn't showing. Exited edit mode. Checked if everything appeared again.
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/chat/chat-input-bar.react.js | ||
---|---|---|
634–636 | can you instead make the expandoButton null if this.isEditMode() or !this.state.buttonsExpanded ? |
native/chat/chat-input-bar.react.js | ||
---|---|---|
634–636 | If I use display: 'none', the margin from the left side is automatically set. In that case we have exactly the same margin from the left as there would be the arrow. As we discussed yesterday in the office, I asked Ted about the paddings on Figma. |
native/chat/chat-input-bar.react.js | ||
---|---|---|
634–636 | Okay, Ted accepted this margin here: https://www.figma.com/file/L675ETKDnGaSwlpZAw4MIC?node-id=5090:58086#406911249 |