<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">Meilleurs résultats en compétition</h2>
      <button class="dialog-close" aria-label="Close" data-action="dialog#close">
        <span class="icon icon--xmark" aria-hidden="true"></span>
      </button>
    </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">
      [["2024-06-15T17:07:37.200Z",159.37420137586815],["2024-06-15T18:06:58.200Z",182.98239826533754],["2024-06-15T19:24:10.400Z",196.82772612072003],["2024-06-15T21:09:01.400Z",186.452087402549]]
    </script>
  </div>

  <table class="table">
    <thead>
      <tr>
        <th>Combinaison</th>
          <th>Lieu</th>
        <th class="text-right">Result</th>
        <th class="text-right">Enregistré à</th>
      </tr>
    </thead>
    <tbody>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PR<span class="for-screen-reader">Pressurized</span></span>&nbsp;Tube 5</span></td>
            <td>sdp</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/120934">196.8</a>
          </td>
          <td class="text-right">15.06.2024</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PR<span class="for-screen-reader">Pressurized</span></span>&nbsp;Tube 5</span></td>
            <td>sdp</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/120936">186.5</a>
          </td>
          <td class="text-right">15.06.2024</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PR<span class="for-screen-reader">Pressurized</span></span>&nbsp;Tube 5</span></td>
            <td>sdp</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/120921">183.0</a>
          </td>
          <td class="text-right">15.06.2024</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PR<span class="for-screen-reader">Pressurized</span></span>&nbsp;Tube 5</span></td>
            <td>sdp</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/120920">159.4</a>
          </td>
          <td class="text-right">15.06.2024</td>
        </tr>
    </tbody>
  </table>

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

</template></turbo-stream>