From 07be593bf625acedcf12f8e656c7f9d47ead1e2f Mon Sep 17 00:00:00 2001 From: Olga Bulat Date: Thu, 14 Mar 2024 14:51:11 +0300 Subject: [PATCH] Add source links to creator pages (#3780) * Add source links to creator pages Signed-off-by: Olga Bulat * Update frontend/src/components/VCollectionHeader/VCollectionHeader.vue * Update collection header Signed-off-by: Olga Bulat * Add changes from code review Signed-off-by: Olga Bulat * Update snapshots Signed-off-by: Olga Bulat * Change to desktop layout after `sm` breakpoint Signed-off-by: Olga Bulat * Update snapshots Signed-off-by: Olga Bulat --------- Signed-off-by: Olga Bulat --- .../VCollectionHeader/VCollectionHeader.vue | 166 +++++++---- .../meta/VCollectionHeader.stories.mdx | 2 +- frontend/src/components/VCollectionPage.vue | 2 +- .../components/VMediaInfo/VByLine/VByLine.vue | 255 +---------------- frontend/src/components/VScrollableLine.vue | 267 ++++++++++++++++++ .../VSearchResultsGrid/VImageGrid.vue | 2 +- frontend/src/locales/scripts/en.json5 | 17 +- frontend/test/locales/ar.json | 25 ++ .../VCollectionHeaders-ltr-2xl-linux.png | Bin 47417 -> 49972 bytes .../VCollectionHeaders-ltr-lg-linux.png | Bin 49274 -> 51555 bytes .../VCollectionHeaders-ltr-md-linux.png | Bin 52002 -> 52798 bytes .../VCollectionHeaders-ltr-sm-linux.png | Bin 36241 -> 55049 bytes .../VCollectionHeaders-ltr-xl-linux.png | Bin 50051 -> 52295 bytes .../VCollectionHeaders-ltr-xs-linux.png | Bin 32806 -> 37673 bytes .../VCollectionHeaders-rtl-2xl-linux.png | Bin 47417 -> 49972 bytes .../VCollectionHeaders-rtl-lg-linux.png | Bin 49274 -> 51555 bytes .../VCollectionHeaders-rtl-md-linux.png | Bin 52002 -> 52798 bytes .../VCollectionHeaders-rtl-sm-linux.png | Bin 36241 -> 55049 bytes .../VCollectionHeaders-rtl-xl-linux.png | Bin 50051 -> 52295 bytes .../VCollectionHeaders-rtl-xs-linux.png | Bin 32806 -> 37673 bytes 20 files changed, 426 insertions(+), 310 deletions(-) create mode 100644 frontend/src/components/VScrollableLine.vue diff --git a/frontend/src/components/VCollectionHeader/VCollectionHeader.vue b/frontend/src/components/VCollectionHeader/VCollectionHeader.vue index 8ae307d215b..024ff6ad4a4 100644 --- a/frontend/src/components/VCollectionHeader/VCollectionHeader.vue +++ b/frontend/src/components/VCollectionHeader/VCollectionHeader.vue @@ -1,22 +1,28 @@ - - diff --git a/frontend/src/components/VScrollableLine.vue b/frontend/src/components/VScrollableLine.vue new file mode 100644 index 00000000000..9c4f2563491 --- /dev/null +++ b/frontend/src/components/VScrollableLine.vue @@ -0,0 +1,267 @@ + + + + + diff --git a/frontend/src/components/VSearchResultsGrid/VImageGrid.vue b/frontend/src/components/VSearchResultsGrid/VImageGrid.vue index 3797040d769..bd17866ebf9 100644 --- a/frontend/src/components/VSearchResultsGrid/VImageGrid.vue +++ b/frontend/src/components/VSearchResultsGrid/VImageGrid.vue @@ -1,5 +1,5 @@