From 7354b363eb6c233df849c67e894002bbc569fc04 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 7 Sep 2022 15:49:07 -0700 Subject: [PATCH] feat: :sparkles: Swiper in notifs --- package.json | 2 +- packages/client/src/pages/notifications.vue | 45 ++++++++++++++++----- packages/client/src/pages/timeline.vue | 11 ++--- 3 files changed, 38 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index af76be49b..a1d87c88f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "12.118.1-calc.2-beta.2-rc.12", + "version": "12.118.1-calc.2-beta.2-rc.13", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/pages/notifications.vue b/packages/client/src/pages/notifications.vue index 104304ea8..3e3532ba1 100644 --- a/packages/client/src/pages/notifications.vue +++ b/packages/client/src/pages/notifications.vue @@ -9,15 +9,25 @@ /> -
- -
-
- -
-
- -
+ + + + + + + + + + + + + +
@@ -25,13 +35,16 @@