From 0360098b5338a5fdbbba52b5621299514d1a751e Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sun, 6 Nov 2022 14:49:27 +0700 Subject: [PATCH 01/42] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=20=D0=B1=D0=B0=D0=B3=20=D1=81=D0=BA=D1=80?= =?UTF-8?q?=D0=BE=D0=BB=D0=BB=D0=B8=D0=BD=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Search/Search.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/components/Search/Search.vue b/client/components/Search/Search.vue index 6143a0f..23ae330 100644 --- a/client/components/Search/Search.vue +++ b/client/components/Search/Search.vue @@ -786,6 +786,8 @@ class Search { if (this.ignoreScrolling) { this.lastScrollTop = curScrollTop; + if (this.$refs.toolPanel.offsetTop > curScrollTop) + this.$refs.toolPanel.style.top = `${curScrollTop}px`; return; } From ba5d7b10b8031044de8e6df52bb28426bbac08b6 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sun, 6 Nov 2022 15:47:42 +0700 Subject: [PATCH 02/42] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=BE=20=D0=BF=D0=BE=D0=BB=D0=BE=D0=B6=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=8D=D0=BB=D0=B5=D0=BC=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=B8=D0=BD=D1=82=D0=B5=D1=80=D1=84=D0=B5=D0=B9?= =?UTF-8?q?=D1=81=D0=B0,=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B0=20"=D0=9A?= =?UTF-8?q?=D0=BB=D0=BE=D0=BD=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B8=D1=81=D0=BA"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Search/Search.vue | 81 ++++++++++++++++++----------- 1 file changed, 51 insertions(+), 30 deletions(-) diff --git a/client/components/Search/Search.vue b/client/components/Search/Search.vue index 23ae330..bd66a47 100644 --- a/client/components/Search/Search.vue +++ b/client/components/Search/Search.vue @@ -3,12 +3,23 @@
- + Новый поиск + + +
Коллекция @@ -17,26 +28,10 @@ {{ collection }}
- - - - - +
- + -
-
- {{ projectName }} -
+ + +
+ + + +