summaryrefslogtreecommitdiff
path: root/ui/package.json
AgeCommit message (Collapse)Author
2018-01-25[feat] report missing polkit properly from main UIKali Kaneko
also refactor and move polkit_agent so that it does not depend on having bitmask on the path.
2017-08-08[refactor] use sinon in confirmation component testSimon Fondrie-Teitler
This refactors the confirmation component to use sinon instead of manually checking the the result of calling a function.
2017-08-08[bug] explicitly set versions for peer dependenciesSimon Fondrie-Teitler
Newer versions of npm don't autoinstall peer dependencies, so they have to be explicitly installed in package.json. This adds the few that npm was complaining about.
2017-05-22add prop-types to requirementsSimon Fondrie-Teitler
2017-05-22[refactor] refactor and add tests for Center and ConfirmationSimon Fondrie-Teitler
As a couple of initial, example tests, Center and Confirmation were refactored and tests were set up and added with mocha, enzyme and chai. Spinner was also refactored.
2017-04-24[feat] usable vpn uielijah
2017-02-24[feature] Update bitmask.js to use authtokenelijah
2016-10-06[bug] fix problems building ui, closes #8516elijah
2016-09-22[pkg] rename www to uielijah