TODO-listaus tauluriveinä korttien sijaan, deadline-lajittelu
Tehtävät ja kehitysehdotukset näytetään nyt taulukkoriveinä (kuten tukitiketit) kortti-gridin sijaan. Tehtävät lajitellaan deadlinen mukaan (lähimmät ensin), valmiit loppuun. Myöhästyneet rivit punaisella ja pian erääntyvät keltaisella taustalla. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
32
index.html
32
index.html
@@ -462,7 +462,22 @@
|
||||
<button class="btn-primary" id="btn-add-task" style="display:none;">+ Uusi tehtävä</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tasks-grid" style="display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;"></div>
|
||||
<div class="table-card" style="overflow-x:auto;">
|
||||
<table class="data-table" id="tasks-table" style="display:none;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>Prioriteetti</th>
|
||||
<th>Tehtävä</th>
|
||||
<th>Vastuuhenkilö</th>
|
||||
<th>Deadline</th>
|
||||
<th>Tunnit</th>
|
||||
<th>💬</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="tasks-tbody"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<p id="no-tasks" style="display:none;text-align:center;color:#aaa;padding:3rem 0;">Ei tehtäviä.</p>
|
||||
</div>
|
||||
|
||||
@@ -585,7 +600,20 @@
|
||||
<button class="btn-primary" id="btn-add-feature">+ Uusi ehdotus</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="features-grid" style="display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;"></div>
|
||||
<div class="table-card" style="overflow-x:auto;">
|
||||
<table class="data-table" id="features-table" style="display:none;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>Ehdotus</th>
|
||||
<th>Ehdottaja</th>
|
||||
<th>Päivämäärä</th>
|
||||
<th>💬</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="features-tbody"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<p id="no-features" style="display:none;text-align:center;color:#aaa;padding:3rem 0;">Ei kehitysehdotuksia.</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user