Skip to content

Commit

Permalink
Make /interop-2022 just the "will launch soon" box (#2775)
Browse files Browse the repository at this point in the history
As it turns out, https://wpt.fyi/interop-2022 has been live with first
copy-pasted version of the dashboard since Feb 2:
#2741
#2735

Since the URL has been linked in at least one place, empty the page to
avoid confusion.

Removing the route entirely would be another option, but then it would
just redirect to /results/interop-2022, which is not good either.
  • Loading branch information
foolip authored Feb 24, 2022
1 parent afc1fc4 commit 59b17e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions webapp/components/interop-2022.js
Original file line number Diff line number Diff line change
Expand Up @@ -465,13 +465,16 @@ class Interop2022 extends PolymerElement {
// }
// }
</style>
<!--
<h1>Interop 2022 Dashboard</h1>
-->
<div class="table-card">
<p class="prose" style="font-size: 36px">
Interop 2022 will launch soon,<br>please wait for an announcement.
Interop 2022 will launch soon
</p>
</div>
<!--
<p class="prose">
These scores represent how browser engines are doing in 15 focus areas
and 3 joint investigation efforts.
Expand All @@ -491,7 +494,6 @@ class Interop2022 extends PolymerElement {
The more tests that pass, the higher the score.
</p>
<!-- TODO: replace with paper-dropdown-menu -->
<div class="focus-area">
<select id="featureSelect">
<option value="summary">Summary</option>
Expand Down Expand Up @@ -636,6 +638,7 @@ class Interop2022 extends PolymerElement {
<a href="https://app.element.io/#/room/#interop2022:matrix.org" target="_blank">join
the conversation on Matrix</a>!</p>
</footer>
-->
`;
}

Expand Down

0 comments on commit 59b17e7

Please sign in to comment.