Piilota kehitysehdotukset sub-tab Tehtävät-välilehdeltä
Kehitysehdotukset löytyvät nyt vain footer-napin kautta, eivät enää Tehtävät-välilehden sub-tabina. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -437,10 +437,10 @@
|
||||
<!-- Tab: Tehtävät / TODO -->
|
||||
<div class="tab-content" id="tab-content-todo">
|
||||
<div class="main-container">
|
||||
<!-- Sub-tab bar -->
|
||||
<div style="display:flex;gap:0.25rem;margin-bottom:1.25rem;border-bottom:2px solid #f0f2f5;padding-bottom:0;">
|
||||
<button class="sub-tab active" data-todotab="tasks" onclick="switchTodoSubTab('tasks')" style="padding:0.6rem 1.2rem;border:none;background:none;cursor:pointer;font-weight:600;font-size:0.92rem;color:#888;border-bottom:3px solid transparent;margin-bottom:-2px;">Tehtävät</button>
|
||||
<button class="sub-tab" data-todotab="features" onclick="switchTodoSubTab('features')" style="padding:0.6rem 1.2rem;border:none;background:none;cursor:pointer;font-weight:600;font-size:0.92rem;color:#888;border-bottom:3px solid transparent;margin-bottom:-2px;">Kehitysehdotukset</button>
|
||||
<!-- Sub-tab bar (vain tehtävät, kehitysehdotukset omana moduulina) -->
|
||||
<div style="display:none;">
|
||||
<button class="sub-tab active" data-todotab="tasks" onclick="switchTodoSubTab('tasks')">Tehtävät</button>
|
||||
<button class="sub-tab" data-todotab="features" onclick="switchTodoSubTab('features')">Kehitysehdotukset</button>
|
||||
</div>
|
||||
|
||||
<!-- ===== TEHTÄVÄT ===== -->
|
||||
|
||||
Reference in New Issue
Block a user