Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-13 | Finally give in and use React, minor tweeks. | Florian Dold | |
Preact (a minimalistic React alternative) had too many bugs ... | |||
2016-11-12 | selenium: fix closing chrome test | Marcello Stanisci | |
2016-11-12 | selenium: test if chrome is responsive | Marcello Stanisci | |
2016-11-12 | selenium: fixing non-clickable element by sleep(). To be improved. | Marcello Stanisci | |
2016-11-10 | selenium: fixing the way (certain) elements are clicked. | Marcello Stanisci | |
Namely, since the lang bar at the bottom has absolute position it overlays on elements to be clicked; so the window needs to be scrolled a bit further in order to click the desired elements | |||
2016-11-09 | selenium: adding --ext-unpacked option, plus minor fixes on waiting for ↵ | Marcello Stanisci | |
invisible elements | |||
2016-11-09 | #4762 | Marcello Stanisci | |
2016-11-08 | selenium: fixing up to make_donation. Fail due to #4762 | Marcello Stanisci | |
2016-11-08 | selenium: correctly picking amount to withdraw | Marcello Stanisci | |
2016-11-08 | tests for crypto API | Florian Dold | |
2016-11-08 | improve TAP output | Florian Dold | |
2016-11-08 | fix inverted condition | Florian Dold | |
2016-11-08 | remove logging | Florian Dold | |
2016-11-08 | fixes to test harness | Florian Dold | |
2016-11-08 | Update preact version | Florian Dold | |
2016-11-08 | Squashed 'thirdparty/preact/' changes from b2d90cc..ba094e2 | Florian Dold | |
ba094e2 Run only local tests for pull requests (#390) e9fc3c2 Fix CI build (#386) 70a5ca3 This adds a link to preact-i18nline. (#382) 5dffd85 Merge branch 'pr-fix-build-for-windows' of https://github.com/Download/preact f14edf7 kilobits => kilobytes (#383) c193547 Test for #292 284e4aa 6.4.0 24eab2f Prevent accidental duplicate recycling of elements when swapping the base element of a component. Fixes #373. 76c5ef7 fix lint error 8008886 When swapping the base of a composed child component, update its parent's base reference. Fixes #349. fd4f21f Add an equality check prior to setting `.nodeValue` on text nodes, since Firefox (and maybe others) don't do this internally by default. Fixes #368 - thanks @zbinlin! 1555e2b Add CDNJS version badge in readme (#365) 79c8bae Disable React Developer Tools integration tests under IE (#362) 84f4eeb Refactor `linkState()` a bit to drop around 40 bytes. Coincidentally, that's the exact size of the hooks just added for DevTools... 👌 22bbfcb Little tweaks 👯 f8b326e Document how to use the React DevTools with Preact (#354) 1f4a8eb Correct "preact/devtools" type definitions (#355) 68f22eb Add React Developer Tools integration (#339) 2a7a027 Add ref and allow objects in className (#316) 4a59cca fix readme todomvc link (#345) 37ca4e0 Fixes build for Windows #343 cf93387 6.3.0 ff05818 Make `VNode.children` *always* be an Array, even when there are no children. 9b095f4 Added link to preact-layout (#342) git-subtree-dir: thirdparty/preact git-subtree-split: ba094e27b602cb16aded7dcad95f71e44b7b0476 | |||
2016-11-07 | don't withdraw coins that are valid in the future | Florian Dold | |
2016-11-03 | add merchant instance field at the right places | Florian Dold | |
2016-11-03 | include pay_deadline in payment request | Florian Dold | |
2016-11-03 | check for node version (correctly this time) | Florian Dold | |
2016-11-03 | add new fields to contract | Florian Dold | |
2016-11-03 | node_modules | Florian Dold | |
2016-11-03 | test harness for both browser and node | Florian Dold | |
2016-11-02 | rename to prove-node | Florian Dold | |
2016-11-02 | TAP-based test harness | Florian Dold | |
2016-10-25 | manifest: version++ | tg(x) | |
2016-10-25 | do not include *.po* and duplicate images in build | tg(x) | |
2016-10-21 | manifest: author, icons, stable name | tg(x) | |
2016-10-21 | manifest: minimum_opera_version | tg(x) | |
2016-10-20 | make queries then-able | Florian Dold | |
2016-10-19 | introduce map for query streams | Florian Dold | |
2016-10-19 | have refs in d.ts file instead of .ts file | Florian Dold | |
2016-10-19 | remove unused source file | Florian Dold | |
2016-10-19 | spacing | Florian Dold | |
2016-10-19 | simplify / fix transaction semantics | Florian Dold | |
2016-10-19 | show pending outgoing balance in overview | Florian Dold | |
2016-10-19 | fix db issue | Florian Dold | |
2016-10-19 | show pending incoming amount | Florian Dold | |
2016-10-18 | fix redraw more problems | Florian Dold | |
2016-10-18 | fix redraw problem | Florian Dold | |
2016-10-18 | await | Florian Dold | |
2016-10-18 | fix refresh, re-fetch /keys before refresh | Florian Dold | |
2016-10-18 | generate db from schema | Florian Dold | |
2016-10-18 | be even more safe in db | Florian Dold | |
2016-10-18 | be even more safe in db | Florian Dold | |
2016-10-18 | make db layer more type safe | Florian Dold | |
2016-10-17 | automatic refresh with resume | Florian Dold | |
2016-10-17 | automatic refresh | Florian Dold | |
2016-10-14 | fix build system | Florian Dold | |
2016-10-14 | working refresh prototype | Florian Dold | |