From 5823fa95cd719eb69b14bb45d45f917b6cc46183 Mon Sep 17 00:00:00 2001 From: Pitu Date: Thu, 7 Jan 2021 23:02:35 +0900 Subject: feature: Add basic statistics UI --- src/site/components/statistics/byte.vue | 26 ++++++++++++++++ src/site/components/statistics/byteUsage.vue | 31 +++++++++++++++++++ src/site/components/statistics/detailed.vue | 33 ++++++++++++++++++++ src/site/components/statistics/generic.vue | 26 ++++++++++++++++ src/site/components/statistics/time.vue | 46 ++++++++++++++++++++++++++++ 5 files changed, 162 insertions(+) create mode 100644 src/site/components/statistics/byte.vue create mode 100644 src/site/components/statistics/byteUsage.vue create mode 100644 src/site/components/statistics/detailed.vue create mode 100644 src/site/components/statistics/generic.vue create mode 100644 src/site/components/statistics/time.vue (limited to 'src/site/components/statistics') diff --git a/src/site/components/statistics/byte.vue b/src/site/components/statistics/byte.vue new file mode 100644 index 0000000..05852cd --- /dev/null +++ b/src/site/components/statistics/byte.vue @@ -0,0 +1,26 @@ + + diff --git a/src/site/components/statistics/byteUsage.vue b/src/site/components/statistics/byteUsage.vue new file mode 100644 index 0000000..740feff --- /dev/null +++ b/src/site/components/statistics/byteUsage.vue @@ -0,0 +1,31 @@ + + diff --git a/src/site/components/statistics/detailed.vue b/src/site/components/statistics/detailed.vue new file mode 100644 index 0000000..8a0722e --- /dev/null +++ b/src/site/components/statistics/detailed.vue @@ -0,0 +1,33 @@ + + diff --git a/src/site/components/statistics/generic.vue b/src/site/components/statistics/generic.vue new file mode 100644 index 0000000..704be7a --- /dev/null +++ b/src/site/components/statistics/generic.vue @@ -0,0 +1,26 @@ + + diff --git a/src/site/components/statistics/time.vue b/src/site/components/statistics/time.vue new file mode 100644 index 0000000..ff1bb8d --- /dev/null +++ b/src/site/components/statistics/time.vue @@ -0,0 +1,46 @@ + + -- cgit v1.2.3