From 1cb5b8025d2231c28403da64340dac1204b2e0d2 Mon Sep 17 00:00:00 2001 From: mbavec <129102941+mbavec@users.noreply.github.com> Date: Mon, 3 Jun 2024 00:01:04 +0200 Subject: [PATCH 01/41] Gallery page (#341) Adds a route that shows a panel of thumbnails of multiple different specimens. This can be used, for example, for a curated list of interesting visualizers, or for an individual user's own visualizers. --------- Co-authored-by: Max Derbenwick Co-authored-by: maxd0328 <52940632+maxd0328@users.noreply.github.com> Co-authored-by: Kaldis Berzins <51906114+kaldis-berzins@users.noreply.github.com> Co-authored-by: mbavec --- index.html | 22 +---- package.json | 2 + src/App.vue | 82 +++++++++++++----- src/components/SpecimenCard.vue | 70 +++++++++++++++ src/router/index.ts | 6 ++ src/views/Gallery.vue | 145 ++++++++++++++++++++++++++++++++ 6 files changed, 288 insertions(+), 39 deletions(-) create mode 100644 src/components/SpecimenCard.vue create mode 100644 src/views/Gallery.vue diff --git a/index.html b/index.html index 69c17a1d..7226529e 100644 --- a/index.html +++ b/index.html @@ -7,25 +7,9 @@ name="viewport" content="width=device-width, initial-scale=1.0" /> Numberscope - - - - - - - - - + + +