<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">Лучшие результаты в соревновании</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">
      [["2026-03-20T13:45:42.800Z",491.15074454237464]]
    </script>
  </div>

  <table class="table">
    <thead>
      <tr>
        <th>Костюм</th>
          <th>Локация</th>
        <th class="text-right">Result</th>
        <th class="text-right">Дата записи</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;Freak 5</span></td>
            <td><span>Low Ultimate</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/154664">491</a>
          </td>
          <td class="text-right">20.03.2026</td>
        </tr>
    </tbody>
  </table>

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

</template></turbo-stream>