aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers.js
Commit message (Collapse)AuthorAgeFilesLines
* Handle i18n with redux.Dan2018-03-161-0/+7
|
* Use const and fix lint warningsDaijiro Wachi2017-10-311-2/+2
|
* Add option to copy directly to clipboard.Kevin Serrano2017-10-271-3/+11
|
* Make the function callback friendly.Kevin Serrano2017-10-101-2/+5
|
* lintKevin Serrano2017-10-051-1/+1
|
* Further adjustment to maintain APIKevin Serrano2017-10-051-2/+2
|
* Rename to maintain APIKevin Serrano2017-10-051-1/+7
|
* Configured for callback-required function.'Kevin Serrano2017-10-051-8/+9
|
* change global to windowKevin Serrano2017-10-051-1/+1
|
* Include browser versionKevin Serrano2017-10-051-0/+2
|
* Include OS versionKevin Serrano2017-10-051-0/+2
|
* Add version to state logsDan Finlay2017-08-301-1/+4
| | | | Fixes #1986
* logState - dont redundantly log to consolekumavis2017-07-271-1/+0
|
* allow copy(logState()) to copy to clipboardDan Finlay2017-05-081-0/+1
|
* Remove seedWords from UI state dump.Kevin Serrano2017-03-281-1/+5
|
* Linting to the max.Kevin Serrano2016-11-121-1/+1
|
* Add ui state logging functionDan Finlay2016-07-161-0/+8
| | | | | | Now from the UI console, you can always call `logState()`, and it will print the state stringified into the console, ready to drop into the ui dev mode states folder, or other inspection. This should make it easier to diagnose user bugs in the future.
* Remove logging for states.Kevin Serrano2016-07-081-1/+0
|
* Add new test state with tx history. Fix alignment issue with transaction ↵Kevin Serrano2016-07-081-1/+1
| | | | history text.
* First simple version of ui mockerDan Finlay2016-07-011-0/+4
|
* Manually lintedDan Finlay2016-06-221-2/+0
|
* Auto lintedDan Finlay2016-06-221-4/+1
|
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+41