refactor(web): properly create table in cmp-info according to spec (#3362)

Stops the vue compiler from nagging you, and improves consistency with other tables.
This commit is contained in:
Erb3
2025-03-12 17:53:44 +01:00
committed by GitHub
parent 31a001bbc1
commit 801c03981a

View File

@@ -92,16 +92,20 @@
</p> </p>
<table> <table>
<thead>
<tr> <tr>
<th>Timeline</th> <th>Timeline</th>
<th>Date</th> <th>Date</th>
</tr> </tr>
</thead>
<tbody>
<tr> <tr>
<td>Revenue earned on</td> <td>Revenue earned on</td>
<td> <td>
<input id="revenue-date-picker" v-model="rawSelectedDate" type="date" /> <input id="revenue-date-picker" v-model="rawSelectedDate" type="date" />
<noscript <noscript
>(JavaScript must be enabled for the date picker to function, example date: 2024-07-15) >(JavaScript must be enabled for the date picker to function, example date:
2024-07-15)
</noscript> </noscript>
</td> </td>
</tr> </tr>
@@ -117,7 +121,9 @@
<td>Available for withdrawal</td> <td>Available for withdrawal</td>
<td>{{ formatDate(withdrawalDate) }}</td> <td>{{ formatDate(withdrawalDate) }}</td>
</tr> </tr>
</tbody>
</table> </table>
<h3>How do I know Modrinth is being transparent about revenue?</h3> <h3>How do I know Modrinth is being transparent about revenue?</h3>
<p> <p>
We aim to be as transparent as possible with creator revenue. All of our code is open source, We aim to be as transparent as possible with creator revenue. All of our code is open source,