<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">
      [["2020-08-21T12:20:39.600Z",0.06400000000007822],["2020-08-21T16:16:13.800Z",0.3420000000000982]]
    </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">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Havok Carve</span></td>
            <td><span>Via Ferrata</span> (<span class="text-warning" data-controller="tooltip">SUI<span class="for-screen-reader">Switzerland</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/50968">0.3</a>
          </td>
          <td class="text-right">21.08.2020</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Havok Carve</span></td>
            <td><span>Via Ferrata</span> (<span class="text-warning" data-controller="tooltip">SUI<span class="for-screen-reader">Switzerland</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/50885">0.1</a>
          </td>
          <td class="text-right">21.08.2020</td>
        </tr>
    </tbody>
  </table>

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

</template></turbo-stream>