From 0597ff745921d9b8a0aef22dc0c0b32f3dc4c2ef Mon Sep 17 00:00:00 2001 From: havok2063 Date: Wed, 14 Aug 2024 10:34:32 -0400 Subject: [PATCH 1/2] adding program search caveat --- src/axios.ts | 2 +- src/views/Search.vue | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/axios.ts b/src/axios.ts index 3739696..1aee463 100644 --- a/src/axios.ts +++ b/src/axios.ts @@ -4,7 +4,7 @@ import JSONbig from 'json-bigint' // Defines the API instance in Axios with special handling for big integers. const axiosInstance = axios.create({ baseURL: import.meta.env.VITE_API_URL, - timeout: 60000, + timeout: 1800000, // making timeout 30 minutes transformResponse: [ function transform(data) { // Replacing the default transformResponse in axios because this uses JSON.parse and causes problems diff --git a/src/views/Search.vue b/src/views/Search.vue index 1360f19..b244cd1 100644 --- a/src/views/Search.vue +++ b/src/views/Search.vue @@ -55,6 +55,8 @@ +

+ Program Caveat

From d2c046ab46440440a22c59bc92c523156b42eab8 Mon Sep 17 00:00:00 2001 From: havok2063 Date: Wed, 14 Aug 2024 10:43:19 -0400 Subject: [PATCH 2/2] adding icon to caveat --- src/views/Search.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/Search.vue b/src/views/Search.vue index b244cd1..cd15322 100644 --- a/src/views/Search.vue +++ b/src/views/Search.vue @@ -55,8 +55,10 @@ -

- Program Caveat

+ +

+ mdi-help-circle-outlineProgram Caveat

+