I hereby claim:
- I am smably on github.
- I am sylvanm (https://keybase.io/sylvanm) on keybase.
- I have a public key ASCdt_1UK8nKwuUU8iMKR6X9WlhO26nYUlB_VpZKHhh64go
To claim this, I am signing this object:
| module.exports = { | |
| config: { | |
| // default font size in pixels for all tabs | |
| fontSize: 12, | |
| // font family with optional fallbacks | |
| fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace', | |
| // terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk) | |
| cursorColor: 'rgba(248,28,229,0.8)', |
| import React, { Component } from 'react'; | |
| import Portal from 'react-portal'; | |
| class PortalContents extends Component { | |
| render () { | |
| return <div onClick={this.props.closePortal}>close</div>; | |
| } | |
| componentDidMount() { | |
| console.log('portal contents mounted'); |
I hereby claim:
To claim this, I am signing this object:
| Claim: A great code review is thorough, constructive, kind, and prompt. |
|---|
| const submenuStates = { | |
| initial: "collapsed", | |
| states: { | |
| collapsed: { | |
| on: { | |
| "ITEM_WITH_SUBMENU.MOUSEOVER": "shouldExpand", | |
| "ITEM_WITH_SUBMENU.CLICK": "expanded", | |
| }, | |
| }, | |
| shouldExpand: { |