<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">
      [["2022-05-07T13:06:56.600Z",1748.925720348192],["2022-05-15T12:13:52.400Z",1704.336647682544],["2023-06-10T11:49:14.000Z",1927.4381547026314]]
    </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">IA<span class="for-screen-reader">Intrud Air</span></span>&nbsp;Barracuda 4</span></td>
            <td></td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/101062">1927</a>
          </td>
          <td class="text-right">10.06.2023</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">IA<span class="for-screen-reader">Intrud Air</span></span>&nbsp;Barracuda 3</span></td>
            <td>FSC Mannheim</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/77439">1749</a>
          </td>
          <td class="text-right">07.05.2022</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">IA<span class="for-screen-reader">Intrud Air</span></span>&nbsp;Barracuda 3</span></td>
            <td>FSC Mannheim</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/77436">1704</a>
          </td>
          <td class="text-right">15.05.2022</td>
        </tr>
    </tbody>
  </table>

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

</template></turbo-stream>