aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/notice.js
Commit message (Collapse)AuthorAgeFilesLines
* LintedDan Finlay2016-12-211-112/+0
|
* Make notices confirmation configurableDan Finlay2016-12-211-12/+6
| | | | - Confirm button will now dismiss the lost accounts array.
* Clean up first noticeDan Finlay2016-12-171-2/+1
| | | | | Remove redundant title from notice component. Make link color the same orange as the rest of the UI.
* Add date to notices display.Kevin Serrano2016-12-171-1/+15
|
* Add ability to show notices to user & get confirmation.Kevin Serrano2016-12-171-0/+105
Implement generation of markdown for notice files. Create npm command. Enhance notice generation. Add test files to test multiple notices. Add basic markdown support to notices. Interval checks for updates. Add extensionizer and linker Add terms and conditions state file Add link support to disclaimer. Changelog addition.