change layout
This commit is contained in:
@@ -99,12 +99,12 @@
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<!-- Build options -->
|
||||
<!-- Build options - now a button that opens the visual picker -->
|
||||
<div class="form-group" id="build-options">
|
||||
<label>Building</label>
|
||||
<select id="building-select">
|
||||
<option disabled>Επιλέξτε πόλη...</option>
|
||||
</select>
|
||||
<button class="btn btn-gold" id="open-building-modal" onclick="window.openBuildingModal()" style="text-align:left; min-width:200px;">
|
||||
<span id="selected-building-label">-- Επιλέξτε Κατασκευή --</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<!-- Recruit options -->
|
||||
@@ -227,5 +227,19 @@
|
||||
<script src="/static/js/components/commandLog.js"></script>
|
||||
<script src="/static/js/api.js"></script>
|
||||
<script src="/static/js/app.js"></script>
|
||||
<!-- ====== Building Picker Modal ====== -->
|
||||
<div id="building-modal-overlay" onclick="window.closeBuildingModal(event)">
|
||||
<div id="building-modal">
|
||||
<div id="building-modal-header">
|
||||
<h3>🏛️ Επιλογή Κατασκευής</h3>
|
||||
<button id="building-modal-close" onclick="window.closeBuildingModal()">✕</button>
|
||||
</div>
|
||||
<div id="building-grid"></div>
|
||||
<div id="building-modal-queue">
|
||||
<div id="building-modal-queue-title">Σειρά Κατασκευών</div>
|
||||
<div id="building-modal-queue-items"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user