<turbo-stream action="update" target="modal-root"><template>
  
<div data-controller="dialog">
  <dialog class="dialog dialog-size-lg" data-dialog-target="dialog">
    <div class="dialog-header">
      <h2 class="dialog-title">Best results in competition</h2>
      <div class="dialog-header-actions">
        
        <button class="dialog-close" aria-label="Close" data-action="dialog#close">
          <span class="icon icon--xmark" aria-hidden="true"></span>
        </button>
      </div>
    </div>

    <div class="dialog-body">
      
  <div data-controller="person-details-chart">
    <div data-person-details-chart-target="chart" style="height: 200px;"></div>
    <script type="application/json" data-person-details-chart-target="data">
      [["2026-08-01T23:00:59.100Z",236.81040000000013],["2026-08-03T02:41:54.400Z",270.6060000000001],["2026-08-28T00:12:53.800Z",216.0456],["2026-08-28T02:11:53.600Z",238.69080000000014],["2026-08-28T04:05:19.200Z",231.79799999999997],["2026-08-28T06:39:03.100Z",242.17800000000008]]
    </script>
  </div>

  <table class="table">
    <thead>
      <tr>
        <th>Suit</th>
          <th>Place</th>
        <th class="text-right">Result</th>
        <th class="text-right">Recorded at</th>
      </tr>
    </thead>
    <tbody>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Strix &#39;21</span></td>
            <td><span>DZ Skydive Ramblers</span> (<span class="text-warning" data-controller="tooltip">AUS<span class="for-screen-reader">Australia</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/162223">270.6</a>
          </td>
          <td class="text-right">03.08.2026</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Strix &#39;21</span></td>
            <td><span>DZ Skydive Ramblers</span> (<span class="text-warning" data-controller="tooltip">AUS<span class="for-screen-reader">Australia</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/163706">242.2</a>
          </td>
          <td class="text-right">28.08.2026</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Strix &#39;21</span></td>
            <td><span>DZ Skydive Ramblers</span> (<span class="text-warning" data-controller="tooltip">AUS<span class="for-screen-reader">Australia</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/163698">238.7</a>
          </td>
          <td class="text-right">28.08.2026</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Strix &#39;21</span></td>
            <td><span>DZ Skydive Ramblers</span> (<span class="text-warning" data-controller="tooltip">AUS<span class="for-screen-reader">Australia</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/162172">236.8</a>
          </td>
          <td class="text-right">01.08.2026</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Strix &#39;21</span></td>
            <td><span>DZ Skydive Ramblers</span> (<span class="text-warning" data-controller="tooltip">AUS<span class="for-screen-reader">Australia</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/163700">231.8</a>
          </td>
          <td class="text-right">28.08.2026</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Strix &#39;21</span></td>
            <td><span>DZ Skydive Ramblers</span> (<span class="text-warning" data-controller="tooltip">AUS<span class="for-screen-reader">Australia</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/163696">216.0</a>
          </td>
          <td class="text-right">28.08.2026</td>
        </tr>
    </tbody>
  </table>

    </div>
  </dialog>
</div>

</template></turbo-stream>