Added responsiveness + custom scrollbar

This commit is contained in:
litoral05
2026-05-18 13:58:40 +01:00
parent 8feb5213cf
commit 522f56b95f
3 changed files with 11 additions and 8 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import type { AppSettings } from '@/types/api';
const defaults: AppSettings = { // FOR DEBUG AND DEV PURPOSES ONLY ==========================>
backendUrl: 'http://localhost:8080',// FOR DEBUG AND DEV PURPOSES ONLY ==========================>
backendUrl: 'http://146.59.230.190:8080',// FOR DEBUG AND DEV PURPOSES ONLY ==========================>
apiKey:// FOR DEBUG AND DEV PURPOSES ONLY ==========================>
'dev-api-key',// FOR DEBUG AND DEV PURPOSES ONLY ==========================>
'b8184608fcab419da2ce9a220ee6017daaff637b627e43ebac31b6b7c3344349',// FOR DEBUG AND DEV PURPOSES ONLY ==========================>
};
const SETTINGS_KEY =