🔒 Add conditional rendering for Gamemaster tools based on visibility flag
This commit is contained in:
@@ -41,13 +41,13 @@
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
<router-link to="/gamemaster" class="tool-card">
|
||||
<router-link v-if="showGamemasterTools" to="/gamemaster" class="tool-card">
|
||||
<div class="tool-icon">📦</div>
|
||||
<h3>Gamemaster Manager</h3>
|
||||
<p>Fetch and process Pokemon GO gamemaster data from PokeMiners</p>
|
||||
</router-link>
|
||||
|
||||
<router-link to="/gamemaster-explorer" class="tool-card">
|
||||
<router-link v-if="showGamemasterTools" to="/gamemaster-explorer" class="tool-card">
|
||||
<div class="tool-icon">🔍</div>
|
||||
<h3>Gamemaster Explorer</h3>
|
||||
<p>Search, filter, and explore processed gamemaster JSON files</p>
|
||||
|
||||
Reference in New Issue
Block a user