From 6e7ee4d38fb3630a13d31592f0f6ae9bbe8e1bd6 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sat, 21 Dec 2019 03:32:20 +0100 Subject: Implemented global components registration Moved the fullscreen button as a global component (as demonstration) Improved the layout CSS --- viewer/src/components/LdButtonFullscreen.vue | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 viewer/src/components/LdButtonFullscreen.vue (limited to 'viewer/src/components/LdButtonFullscreen.vue') diff --git a/viewer/src/components/LdButtonFullscreen.vue b/viewer/src/components/LdButtonFullscreen.vue new file mode 100644 index 0000000..2302a27 --- /dev/null +++ b/viewer/src/components/LdButtonFullscreen.vue @@ -0,0 +1,25 @@ + + + + + -- cgit v1.2.3 From 27b51018525dbb7a6edb3073819d82245387ddd3 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 10 Jan 2020 22:22:22 +0100 Subject: viewer: license headers --- viewer/src/components/LdButtonFullscreen.vue | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'viewer/src/components/LdButtonFullscreen.vue') diff --git a/viewer/src/components/LdButtonFullscreen.vue b/viewer/src/components/LdButtonFullscreen.vue index 2302a27..39d59af 100644 --- a/viewer/src/components/LdButtonFullscreen.vue +++ b/viewer/src/components/LdButtonFullscreen.vue @@ -1,3 +1,22 @@ + + -- cgit v1.2.3