diff --git a/catalog.tag b/catalog.tag index f7ac4f8..676bf4e 100644 --- a/catalog.tag +++ b/catalog.tag @@ -16,7 +16,7 @@ --> -
+

Repositories of { registryUI.url() }

@@ -25,7 +25,7 @@ class="mdl-spinner mdl-js-spinner is-active section-centerd">
@@ -37,40 +37,44 @@ diff --git a/index.html b/index.html index 9d2fe80..660f360 100644 --- a/index.html +++ b/index.html @@ -51,6 +51,7 @@
+
@@ -64,6 +65,7 @@
+ diff --git a/script.js b/script.js index 2e82ee0..ce095cd 100644 --- a/script.js +++ b/script.js @@ -19,6 +19,7 @@ registryUI.url = function () { return localStorage.getItem('registryServer'); } var catalog = {}; - - +registryUI.taglist = {}; riot.mount('catalog'); +riot.mount('taglist'); + diff --git a/style.css b/style.css index 1682244..d23225e 100644 --- a/style.css +++ b/style.css @@ -19,7 +19,7 @@ padding-bottom: 8px; } -.catalog { +.catalog, .taglist { padding: 16px; } diff --git a/taglist.tag b/taglist.tag new file mode 100644 index 0000000..07341e8 --- /dev/null +++ b/taglist.tag @@ -0,0 +1,82 @@ + + + +
+
+
+ arrow_back +

Tags of { registryUI.url() + '/' + registryUI.taglist.name }

+
+
+
    +
  • + { item } +
  • +
+
+
+
+ +
+
+ + + +