From 170da2d55fec0359cbac780786383710b734eda7 Mon Sep 17 00:00:00 2001
From: Zero~Informatique
Date: Fri, 31 Jan 2020 09:17:57 +0100
Subject: viewer: code cleaning, moved some views to components
---
viewer/src/components/LdBreadcrumb.vue | 58 +++++++++++++++++++++++
viewer/src/components/LdCommand.vue | 68 +++++++++++++++++++++++++++
viewer/src/components/LdPicture.vue | 74 ++++++++++++++++++++++++++++++
viewer/src/components/LdProposition.vue | 4 +-
viewer/src/components/LdTagInput.vue | 2 +-
viewer/src/components/LdThumbnail.vue | 81 +++++++++++++++++++++++++++++++++
6 files changed, 284 insertions(+), 3 deletions(-)
create mode 100644 viewer/src/components/LdBreadcrumb.vue
create mode 100644 viewer/src/components/LdCommand.vue
create mode 100644 viewer/src/components/LdPicture.vue
create mode 100644 viewer/src/components/LdThumbnail.vue
(limited to 'viewer/src/components')
diff --git a/viewer/src/components/LdBreadcrumb.vue b/viewer/src/components/LdBreadcrumb.vue
new file mode 100644
index 0000000..8c5b7eb
--- /dev/null
+++ b/viewer/src/components/LdBreadcrumb.vue
@@ -0,0 +1,58 @@
+
+
+
+
+ -
+
+
+ {{item.title}}
+
+
+
+
+
+
+
+
+
diff --git a/viewer/src/components/LdCommand.vue b/viewer/src/components/LdCommand.vue
new file mode 100644
index 0000000..484e56a
--- /dev/null
+++ b/viewer/src/components/LdCommand.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/viewer/src/components/LdPicture.vue b/viewer/src/components/LdPicture.vue
new file mode 100644
index 0000000..b6a719f
--- /dev/null
+++ b/viewer/src/components/LdPicture.vue
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/viewer/src/components/LdProposition.vue b/viewer/src/components/LdProposition.vue
index a380021..6be0aee 100644
--- a/viewer/src/components/LdProposition.vue
+++ b/viewer/src/components/LdProposition.vue
@@ -37,10 +37,10 @@
+
+
--
cgit v1.2.3