major redesign and refactor

+ centralized urls
+ reduce max app width
+ bump up header height to 23rem
This commit is contained in:
geoffrey45
2022-09-15 12:36:30 +03:00
parent 69b8b17e84
commit 94eb198e47
17 changed files with 179 additions and 82 deletions
+3 -4
View File
@@ -1,10 +1,9 @@
import { ref } from "@vue/reactivity";
import { reactive } from "vue";
const loading = ref(false);
const settings = reactive({
uri: "http://127.0.0.1:1970",
});
const settings = {
uri: "http://10.5.8.81:1970",
};
export default {
loading,