feat: ministrant list tab with add/edit, action bar at top
This commit is contained in:
@@ -36,6 +36,12 @@ const props = defineProps<{
|
||||
transition: 200ms translate;
|
||||
translate: 220px;
|
||||
transition-delay: 100ms;
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
flex-wrap: wrap;
|
||||
button {
|
||||
margin: 0;
|
||||
}
|
||||
};
|
||||
|
||||
&.save .other-action {
|
||||
|
||||
@@ -3,7 +3,7 @@ import {Auth} from "@/services/auth";
|
||||
|
||||
|
||||
const API_ENDPOINT = import.meta.env.MODE == "development"
|
||||
? "http://0.0.0.0:8080/api"
|
||||
? "http://localhost:8080/api"
|
||||
: window.location.origin + "/api"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user