From 57d4452ea8a7d893f40f1119ae13f07468a77aa4 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:19:47 +0100 Subject: [PATCH] noogle: add reactions, ui fixes --- .idea/dataSources.xml | 14 ++ ui/noogle/src/components/Login.vue | 6 +- ui/noogle/src/components/NoteTable.vue | 68 ++++++- .../components/RecommendationGeneration.vue | 35 +++- ui/noogle/src/components/helper/Helper.vue | 167 +++++++++++++----- 5 files changed, 231 insertions(+), 59 deletions(-) diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index 2c2e403..a24a606 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -87,5 +87,19 @@ jdbc:sqlite:identifier.sqlite $ProjectFileDir$ + + sqlite.xerial + true + org.sqlite.JDBC + jdbc:sqlite:identifier.sqlite + $ProjectFileDir$ + + + sqlite.xerial + true + org.sqlite.JDBC + jdbc:sqlite:identifier.sqlite + $ProjectFileDir$ + \ No newline at end of file diff --git a/ui/noogle/src/components/Login.vue b/ui/noogle/src/components/Login.vue index 2cde7ef..45a79af 100644 --- a/ui/noogle/src/components/Login.vue +++ b/ui/noogle/src/components/Login.vue @@ -15,7 +15,7 @@
-
+

Sign out of your account

@@ -23,13 +23,13 @@
-

{{ this.current_user }}

+