diff --git a/public/spinner.gif b/public/spinner.gif
index 316fc4b..e82a969 100644
Binary files a/public/spinner.gif and b/public/spinner.gif differ
diff --git a/src/App.js b/src/App.js
index c027f8a..9eb3a32 100644
--- a/src/App.js
+++ b/src/App.js
@@ -480,7 +480,7 @@ function TableEditor(p) {
.then(()=>{
setUpdate(true)
})
- },[fileData,p.path])
+ },[fileData,p.path,p.BACKENDURL])
useEffect(()=>{
for (var col of fields) {
@@ -519,7 +519,7 @@ function TableEditor(p) {
})
setUpdate(false)
}
- },[update,p.path])
+ },[update,p.path,p.BACKENDURL])
return <>
{!loading?
@@ -555,6 +555,19 @@ function TableEditor(p) {
>
}
+function DatabaseEditor(p) {
+ const [loading,setLoading] = useState(false)
+
+ return <>
+ {!loading?<>
+
+
+
+ >:
+ }
+ >
+}
+
function AdminPanel(p) {
return
@@ -672,9 +685,7 @@ function AdminPanel(p) {
-
-
-
+
@@ -904,7 +915,7 @@ function App() {
-
+
diff --git a/src/TestPanel.js b/src/TestPanel.js
index d27cc46..e50cdb5 100644
--- a/src/TestPanel.js
+++ b/src/TestPanel.js
@@ -29,30 +29,25 @@ function TestPanel(p) {
-
-
-
-
Author |
- |
- Dudley |
+ Dudley |
Build Name |
- |
- Fatimah |
+ Fatimah |
Class |
- Ranger |
- Lv.20 |
-
-
- |
- Force |
- Lv.15 |
+
+ Ranger
+ Force
+ |
+
+ Lv.20
+ Lv.15
+ |
diff --git a/src/style.css b/src/style.css
index c7d8b31..35b99a1 100644
--- a/src/style.css
+++ b/src/style.css
@@ -257,6 +257,9 @@ em {
.da span:hover {
background: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));
}
+.basicInfo td {
+ vertical-align: top;
+}
.basicInfo tr:hover {
background: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));
}
@@ -903,6 +906,9 @@ button{
color:rgba(200,0,0,1);
cursor:pointer;
}
+.basichover:hover{
+ cursor:pointer;
+}
.modalCloseButton{
float:right;
color:#151f25;