<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-06-24T08:12:55.200Z",38.363309481767146],["2026-06-26T05:09:11.600Z",669.5036731068307],["2026-06-26T08:15:11.600Z",704.3198625121917],["2026-06-27T05:37:58.200Z",713.2385742370645],["2026-06-27T08:43:32.800Z",770.5288958497096]]
    </script>
  </div>

  <table class="table">
    <thead>
      <tr>
        <th>Traje aéreo</th>
        <th class="text-right">Result</th>
        <th class="text-right">Fecha de grabación</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;Onesie Power</span></td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/158878">771</a>
          </td>
          <td class="text-right">27.06.2026</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Onesie Power</span></td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/158877">713</a>
          </td>
          <td class="text-right">27.06.2026</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Onesie Power</span></td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/158804">704</a>
          </td>
          <td class="text-right">26.06.2026</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Onesie Power</span></td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/158803">670</a>
          </td>
          <td class="text-right">26.06.2026</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Onesie Power</span></td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/158736">38</a>
          </td>
          <td class="text-right">24.06.2026</td>
        </tr>
    </tbody>
  </table>

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

</template></turbo-stream>