Swapped Map and History card locations so that the map is near the Address information.

This commit is contained in:
rocketdebris 2025-12-20 16:54:46 -05:00
parent 572946087f
commit 1d77aa5dcf

View File

@ -149,11 +149,6 @@
</div>
<div class="status-cards">
<!-- Client History -->
<div class="info-card">
<History/>
</div>
<!-- Location Map (only for existing clients) -->
<div class="map-card" v-if="!isNew && !editMode">
<h3>Location</h3>
@ -171,6 +166,11 @@
</small>
</div>
</div>
<!-- Client History -->
<div class="info-card">
<History/>
</div>
</div>
<!-- Edit Confirmation Dialog -->