summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-28Care about the --system pip's flag.v0.5.2stableMarcello Stanisci
2018-12-17Use negative delta for older /history results.Marcello Stanisci
2018-12-17Update 'install_requires'.Marcello Stanisci
2018-09-05Compile translations before installing.Marcello Stanisci
2018-09-04mocking values for testsMarcello Stanisci
2018-09-04UX.Marcello Stanisci
Implement form input element equipped with drop-down menu, useful to remember previous exchanges used in /track/transfer.
2018-09-04i18n.Marcello Stanisci
Wrapping all translatable strings within "_()" and provide a first italian version of the site.
2018-09-04Rudimentary language-switch menu.Marcello Stanisci
2018-09-04Select the language based on the /<lang>/ URL component.Marcello Stanisci
2018-09-03Small italian translation.Marcello Stanisci
2018-09-03Starting state for all PO files.Marcello Stanisci
2018-09-03fix translations paths.Marcello Stanisci
2018-09-03Include .mo(s) among prefix-installed bundle.Marcello Stanisci
2018-07-31Fix babel.mapMarcello Stanisci
2018-07-31Cut deadcode off.Marcello Stanisci
2018-07-31Gitignore.Marcello Stanisci
2018-07-31Rename 'locale' directory to 'translations'.Marcello Stanisci
That's the default for Babel.
2018-07-31locale-building MakefileMarcello Stanisci
2018-07-31i18nMarcello Stanisci
Adding Spanish translation and gettin all the translation files compiled by the main Makefile.
2018-07-31i18n, first batch.Marcello Stanisci
2018-07-30fix odd/even colorsMarcello Stanisci
2018-07-30Fix history list position.Marcello Stanisci
2018-07-30Fix logo.Marcello Stanisci
Use latest logo; center it, and center text below it.
2018-07-30Enable/disable cherry pick submit button..Marcello Stanisci
.. depending no whether inputs are valid or not.
2018-07-30Validate inputs via JS.Marcello Stanisci
2018-07-30Transparent background for the instances list.Marcello Stanisci
2018-07-30Visual improvements.Marcello Stanisci
Make the submit button appear next to the radio element.
2018-06-29Link to itself on the left-side panel.Marcello Stanisci
2018-06-08JS tests.Marcello Stanisci
Another mock was needed, plus API change fixed.
2018-06-08Errors mgmt.Marcello Stanisci
Show raw JSON to the user if 'code' field is missing.
2018-06-08Errors mgmt.Marcello Stanisci
Tolerate error codes given as strings.
2018-06-07Add switch case 2503.Marcello Stanisci
2018-06-07Remove unnice print statement.Marcello Stanisci
2018-06-07Aggregate commit.Marcello Stanisci
Fix the way alternative config files are read from command line, and add a big "switch" where error codes from HTTP services are read and rendered as nice-ish messages.
2018-06-07Polishing comments.Marcello Stanisci
2018-06-07Still UI minor changes.Marcello Stanisci
2018-06-07Use red bar to advertise 202s.Marcello Stanisci
2018-06-07Remove error bar upon instance switch.Marcello Stanisci
2018-06-06Scrolling feature.Marcello Stanisci
Disabling the scrolling feature after the page gets filled by /track/transaction results. Such results are not guaranteed to be sorted in any way, so there is little point in scrolling down towards "older" results. The scrolling feature will be re-enabled once the page will again be filled with results from /history - notably, on page refresh.
2018-06-06UI/UX.Marcello Stanisci
Do scroll history elements always. Only cases where they get erased are on page refresh, and instance switching. Also show the 202 Accepted message in the centered-box.
2018-06-06Minor fixes.Marcello Stanisci
Passing the right callback, and tolerate missing fields.
2018-06-05Adapt tests.Marcello Stanisci
Mock the spinning wheel loader for the tests.
2018-06-05Parse amounts.Marcello Stanisci
String-amounts also get parsed.
2018-06-05addressing usability issues and some incompleteness.Marcello Stanisci
2018-06-04Adapt JS tests to the latest logic.Marcello Stanisci
2018-06-04Adapt tests.Marcello Stanisci
Assertions from Python tests needed to care about the use of the HTTP "Authentication" header.
2018-06-04UX.Marcello Stanisci
Info bar disappears and reappears if the user triggers subsequent errors.
2018-06-04Query the backend respecting the new authorization scheme.Marcello Stanisci
2018-06-04info bar gets red.Marcello Stanisci
2018-06-04Track transfer also calls the info bar filler functionMarcello Stanisci