aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/new-keychain.js
diff options
context:
space:
mode:
Diffstat (limited to 'old-ui/app/new-keychain.js')
-rw-r--r--old-ui/app/new-keychain.js29
1 files changed, 29 insertions, 0 deletions
diff --git a/old-ui/app/new-keychain.js b/old-ui/app/new-keychain.js
new file mode 100644
index 000000000..cc9633166
--- /dev/null
+++ b/old-ui/app/new-keychain.js
@@ -0,0 +1,29 @@
+const inherits = require('util').inherits
+const Component = require('react').Component
+const h = require('react-hyperscript')
+const connect = require('react-redux').connect
+
+module.exports = connect(mapStateToProps)(NewKeychain)
+
+function mapStateToProps (state) {
+ return {}
+}
+
+inherits(NewKeychain, Component)
+function NewKeychain () {
+ Component.call(this)
+}
+
+NewKeychain.prototype.render = function () {
+ // const props = this.props
+
+ return (
+ h('div', {
+ style: {
+ background: 'blue',
+ },
+ }, [
+ h('h1', `Here's a list!!!!`),
+ ])
+ )
+}
an>1-1/+1 * multimedia/openh264: add -znotext to LDFLAGS on i386, for lldEd Maste2018-09-191-0/+1 * multimedia/openh264: update to 1.8.0Jan Beich2018-06-273-8/+26 * multimedia/openh264: update to 1.7.0Jan Beich2017-06-284-11/+14 * Back out previous change. ASFLAGS_<arch> here use ${MACHINE} or `uname -m`Mark Linimon2017-06-271-1/+1 * Use the modern spelling of 'aarch64'.Mark Linimon2017-06-271-1/+1 * multimedia/openh264: make sure as(1) is availableJan Beich2016-11-151-2/+1 * Mark broken on aarch64. If I understand the code correctly, there is aMark Linimon2016-11-151-0/+2 * multimedia/openh264: back out r418381 (try#2)Jan Beich2016-07-124-15/+5 * multimedia/openh264: update to 1.6.0Jan Beich2016-07-114-4/+14 * multimedia/openh264: oops, back out r418381Jan Beich2016-07-114-14/+5 * multimedia/openh264: update to 1.6.0Jan Beich2016-07-114-5/+15 * Prefer explicit @postexecBaptiste Daroussin2016-06-181-3/+3 * multimedia/openh264: also try armv7 code on armv8Jan Beich2016-05-061-1/+1 * Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5 * multimedia/openh264: partially unbreak PREFIX != LOCALBASEJan Beich2016-02-091-1/+2 * multimedia/openh264: oops, drop unused devel/binutilsJan Beich2015-11-031-8/+3 * multimedia/openh264: update to 1.5.0Jan Beich2015-10-313-10/+8 * multimedia/openh264: unbreak build on aarch64Jan Beich2015-10-313-13/+34 * multimedia/openh264: convert to new option helpersJan Beich2015-09-261-10/+5 * multimedia/openh264: unbreak build on armv6Jan Beich2015-08-171-0/+11 * multimedia/openh264: arm* don't need nasm to build *.S filesJan Beich2015-08-121-1/+1 * Switch OpenH264 plugin to use environment variableJan Beich2015-08-112-3/+4 * - Update NSS and ca_root_nss to 3.19.2Jan Beich2015-07-161-1/+1 * - Add CPE infoDmitry Marakasov2015-05-171-1/+2 * USE_GITHUB: For the new support, fix DISTNAME to be more consistent.Bryan Drewery2015-04-291-2/+2 * - Update to re-rolled 1.4.0Jan Beich2015-04-112-8/+4 * multimedia/openh264: Mark broken; checksum mismatchJohn Marino2015-04-111-0/+2 * - Update gmp-api to 38.0Jan Beich2015-04-011-0/+1 * - Update OpenH264 to 1.4.0Jan Beich2015-03-223-9/+8 * - Update openh264 to 1.3.1Beat Gaetzi2015-01-144-24/+27 * - Update Thunderbird to 31.3.0Beat Gaetzi2014-12-033-12/+12