<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">Best results in competition</h2>
      <div class="dialog-header-actions">
        
        <button class="dialog-close" aria-label="Close" data-action="dialog#close">
          <span class="icon icon--xmark" aria-hidden="true"></span>
        </button>
      </div>
    </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-05-01T14:01:07.000Z",476.5355999999998],["2026-05-01T18:02:44.600Z",487.4472000000002],["2026-05-01T19:09:18.400Z",480.1992000000002],["2026-05-02T06:50:47.000Z",485.8860000000002],["2026-05-02T07:50:42.600Z",507.5111999999999],["2026-05-02T08:45:18.800Z",498.0827999999999],["2026-05-02T09:42:46.200Z",486.2027999999999],["2026-05-02T10:42:13.800Z",498.4416000000005]]
    </script>
  </div>

  <table class="table">
    <thead>
      <tr>
        <th>Suit</th>
          <th>Place</th>
        <th class="text-right">Result</th>
        <th class="text-right">Recorded at</th>
      </tr>
    </thead>
    <tbody>
        <tr>
          <td></td>
            <td><span>DZ Dunkeswell</span> (<span class="text-warning" data-controller="tooltip">GBR<span class="for-screen-reader">United Kingdom</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/156038">507.5</a>
          </td>
          <td class="text-right">02.05.2026</td>
        </tr>
        <tr>
          <td></td>
            <td><span>DZ Dunkeswell</span> (<span class="text-warning" data-controller="tooltip">GBR<span class="for-screen-reader">United Kingdom</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/156094">498.4</a>
          </td>
          <td class="text-right">02.05.2026</td>
        </tr>
        <tr>
          <td></td>
            <td><span>DZ Dunkeswell</span> (<span class="text-warning" data-controller="tooltip">GBR<span class="for-screen-reader">United Kingdom</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/156063">498.1</a>
          </td>
          <td class="text-right">02.05.2026</td>
        </tr>
        <tr>
          <td></td>
            <td><span>DZ Dunkeswell</span> (<span class="text-warning" data-controller="tooltip">GBR<span class="for-screen-reader">United Kingdom</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/155974">487.4</a>
          </td>
          <td class="text-right">01.05.2026</td>
        </tr>
        <tr>
          <td></td>
            <td><span>DZ Dunkeswell</span> (<span class="text-warning" data-controller="tooltip">GBR<span class="for-screen-reader">United Kingdom</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/156084">486.2</a>
          </td>
          <td class="text-right">02.05.2026</td>
        </tr>
        <tr>
          <td></td>
            <td><span>DZ Dunkeswell</span> (<span class="text-warning" data-controller="tooltip">GBR<span class="for-screen-reader">United Kingdom</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/156026">485.9</a>
          </td>
          <td class="text-right">02.05.2026</td>
        </tr>
        <tr>
          <td></td>
            <td><span>DZ Dunkeswell</span> (<span class="text-warning" data-controller="tooltip">GBR<span class="for-screen-reader">United Kingdom</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/156005">480.2</a>
          </td>
          <td class="text-right">01.05.2026</td>
        </tr>
        <tr>
          <td></td>
            <td><span>DZ Dunkeswell</span> (<span class="text-warning" data-controller="tooltip">GBR<span class="for-screen-reader">United Kingdom</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/155969">476.5</a>
          </td>
          <td class="text-right">01.05.2026</td>
        </tr>
    </tbody>
  </table>

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

</template></turbo-stream>