summaryrefslogtreecommitdiffstats
path: root/client/config
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-08-22 02:06:49 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-08-22 02:06:49 +0200
commit04bfbd5bd1f7c20486c0872641506f14336c8d21 (patch)
tree93879ecef6d5b441c3854317d74cd5a283893fa4 /client/config
parent4fc72d64b4e7a41875ef0778597dc3e66741ce8c (diff)
downloadwekan-04bfbd5bd1f7c20486c0872641506f14336c8d21.tar.gz
wekan-04bfbd5bd1f7c20486c0872641506f14336c8d21.tar.bz2
wekan-04bfbd5bd1f7c20486c0872641506f14336c8d21.zip
Implement list restoration
Diffstat (limited to 'client/config')
-rw-r--r--client/config/reactiveTabs.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/config/reactiveTabs.js b/client/config/reactiveTabs.js
new file mode 100644
index 00000000..937057f7
--- /dev/null
+++ b/client/config/reactiveTabs.js
@@ -0,0 +1,5 @@
+// XXX Since Blaze doesn't have a clean high component API, component API are
+// also tweaky to use. I guess React would be a solution.
+ReactiveTabs.createInterface({
+ template: 'basicTabs'
+});