<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">Migliori risultati in competizione</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">
      [["2023-09-23T11:04:34.500Z",223.2263613944731],["2023-09-23T11:04:34.500Z",186.6815493692981],["2023-10-01T15:24:49.900Z",241.7290222107321],["2023-10-01T15:24:49.900Z",187.2959085331546],["2024-10-06T15:21:03.000Z",200.7613836995591]]
    </script>
  </div>

  <table class="table">
    <thead>
      <tr>
        <th>Tuta</th>
          <th>Luogo</th>
        <th class="text-right">Result</th>
        <th class="text-right">Registrato</th>
      </tr>
    </thead>
    <tbody>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;Sausage Too</span></td>
            <td><span>Irish Parachute Club</span> (<span class="text-warning" data-controller="tooltip">IRL<span class="for-screen-reader">Ireland</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/111996">241.7</a>
          </td>
          <td class="text-right">01.10.2023</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;Sausage Too</span></td>
            <td><span>Irish Parachute Club</span> (<span class="text-warning" data-controller="tooltip">IRL<span class="for-screen-reader">Ireland</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/111994">223.2</a>
          </td>
          <td class="text-right">23.09.2023</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;Sausage Too</span></td>
            <td><span>Irish Parachute Club</span> (<span class="text-warning" data-controller="tooltip">IRL<span class="for-screen-reader">Ireland</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/132653">200.8</a>
          </td>
          <td class="text-right">06.10.2024</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;Sausage Too</span></td>
            <td><span>Irish Parachute Club</span> (<span class="text-warning" data-controller="tooltip">IRL<span class="for-screen-reader">Ireland</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/111996">187.3</a>
          </td>
          <td class="text-right">01.10.2023</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;Sausage Too</span></td>
            <td><span>Irish Parachute Club</span> (<span class="text-warning" data-controller="tooltip">IRL<span class="for-screen-reader">Ireland</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/111994">186.7</a>
          </td>
          <td class="text-right">23.09.2023</td>
        </tr>
    </tbody>
  </table>

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

</template></turbo-stream>