Michael Fix
b5ae198312
Fix Medium embedding workflow ( #707 )
...
* fix url encoding to support direct pastes to medium
* move check for object keys length to getQueryStringState
* remove url parse from GistContainer
* use useMemo instead of memo
* remove decode()
* add copy URL button to export menu
6 years ago
Michael Fix
b2cb16a31f
Refactor disable PNG ( #701 )
...
* pull disabled state into ExportMenu
* use useOnline hook from the tacklebox
6 years ago
raboid
4321c28609
center tweet and export buttons
6 years ago
Mike Fix
35ed5ae1e7
replace copy button with tacklebox's
6 years ago
raboid
3aec3ebc28
Conditionally disable PNG export for Safari
6 years ago
Mike Fix
4d91c5d4c9
add ids back again
6 years ago
raboid
9d37f9bf99
use HOC for popout state, remove react-addons-shallow-compare
6 years ago
raboid
fdaa990ab2
Remove title prop from Button
6 years ago
raboid
e5b3d39d4e
Update ExportMenu to use Popout, Button, Input
6 years ago
Jake Dexheimer
231bd39169
minor ux fixes
6 years ago
Sean
5206dc4ef1
Reduce updates caused by typing ( #604 )
...
* prevent index page from updating
* implement shouldComponentUpdate for ExportMenu
* replace componentDidUpdate with updateState in Editor
* replace shallowCompare with React.memo
* add flex-basis to prevent jank
6 years ago
Jake Dexheimer
0aa1d7404f
minor design improvements
6 years ago
Mike Fix
dd93b6af9e
update export-menu-container
6 years ago
Mike Fix
109a3edc6b
export-container -> export-menu-container"
6 years ago
Miloš Sutanovac
09397baf7b
Adds CLI hooks (IDs) to certain elements ( #592 )
...
* Adds CLI hooks (ids) to certain elements
* Update Carbon.js
* Update ExportMenu.js
6 years ago
Jake Dexheimer
479e3b7bbf
minor aesthetic tweaks
6 years ago
Mike Fix
9b5b96cd58
remove unneeded sCU
6 years ago
Mike Fix
17c8036b34
tweak
6 years ago
Sean
02debae7e2
increase button click area ( #584 )
6 years ago
Sean
68d90364b0
New export menu ( #582 )
...
* New export menu
* Fix lint errors
6 years ago