]> git.wincent.com - hextrapolate.git/history - src
Add a clarifying comment
[hextrapolate.git] / src /
2017-05-31  Greg HurrellAdd a clarifying comment
2017-05-31  Greg HurrellCorrect spelling of spellCheck attribute
2017-05-31  Greg HurrellAvoid repeated indexOf calls
2017-05-31  Greg HurrellAvoid unwanted spellcheck squiggly lines in input fields
2017-05-31  Greg HurrellPort tests to structure desired by create-react-app
2017-05-31  Greg HurrellRemove unused `add` module
2017-05-31  Greg HurrellAvoid needless work of converting number into its own...
2017-05-31  Greg HurrellSpeed up by avoiding repeated regex construction etc
2017-05-31  Greg HurrellSpeed up joinDigits by avoiding an extra copy
2017-05-31  Greg HurrellDon't nest select and input inside label
2017-05-31  Greg HurrellPeter Griffin CSS commit
2017-05-31  Greg HurrellFurther attempt at avoiding zoom
2017-05-31  Greg HurrellDisable zoom on select elements too
2017-05-31  Greg HurrellIncrease input field size
2017-05-31  Greg HurrellAdd responsive design
2017-05-30  Greg HurrellRe-build with create-react-app
2017-05-30  Greg HurrellDrop explicit strict mode
2015-08-04  Greg HurrellSwitch from local debounce() to NPM package
2015-08-04  Greg HurrellAlign on baseline, not center
2015-08-04  Greg HurrellImprove vertical alignment within rows
2015-08-04  Greg HurrellFix monospace styling
2015-08-04  Greg HurrellReorder some imports for consistency
2015-08-04  Greg HurrellRemove unnecessary lint override
2015-08-04  Greg HurrellUpdate copyright year ranges
2015-08-04  Greg HurrellDebounce history updates
2015-08-04  Greg HurrellAdd simple debounce module
2015-08-04  Greg HurrellFix whitespace lint
2015-08-04  Greg HurrellUpdate URL with "permalink" to current value
2015-08-03  Greg HurrellDrop unnecessary event meddling
2015-08-03  Greg HurrellSort CSS properties
2015-08-03  Greg HurrellShow cutesy animation when copy to clipboard succeeds
2015-08-03  Greg HurrellFocus first input on load
2015-08-03  Greg HurrellExtract <Size> component
2015-08-03  Greg HurrellUpdate broken test
2015-08-03  Greg HurrellClean up styles
2015-08-02  Greg HurrellMassive speed-up by avoiding Chrome de-opt in hottest...
2015-08-02  Greg HurrellShow byte and bit counts next to title
2015-08-02  Greg HurrellAdd a couple of dynamic fields
2015-08-02  Greg HurrellTweak Field.react
2015-08-02  Greg HurrellSilence a couple of lints
2015-08-02  Greg HurrellDown with require, long live import!
2015-08-02  Greg HurrellFix copy icon background ordering
2015-08-02  Greg HurrellAdd icon for copy button
2015-08-01  Greg HurrellAdd copy-to-clipboard functionality
2015-08-01  Greg HurrellAvoid unnecessary base conversions
2015-08-01  Greg HurrellAdd some styling to make layout sane
2015-08-01  Greg HurrellAllow user to fully clear input field
2015-08-01  Greg HurrellHook up convert() function to UI to show that it works
2015-08-01  Greg HurrellImplement `convert` function
2015-08-01  Greg HurrellDon't mutate input array in joinDigits()
2015-08-01  Greg HurrellExtract joinDigits() function
2015-08-01  Greg HurrellSpeed up multiplyDigits even more
2015-08-01  Greg HurrellSpeed up multiplyDigits
2015-08-01  Greg HurrellAdd multiplyDigits and friends
2015-07-31  Greg HurrellMore setup, blinking light demo
2015-07-31  Greg HurrellPull across sinon "mock" from docvim project
2015-07-31  Greg HurrellAdd `add` module
2015-07-31  Greg HurrellAdd standard test tools
2015-07-31  Greg HurrellBoostrap using react-hot-boilerplate