Skip to content

Commit

Permalink
Update description on frame scrubber setting and add link to feedback…
Browse files Browse the repository at this point in the history
… discussion.
  • Loading branch information
bvanvugt committed Feb 14, 2022
1 parent 498ea4c commit 21569c0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/components/settings/SettingsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,16 @@ const SettingsPage = () => {
</div>
</fieldset>
<fieldset>
<legend>EXPERIMENTAL: Show Frame Scrubber</legend>
<legend>Frame Scrubber [EXPERIMENTAL]</legend>
<div className={styles.info}>
Under the Game Board, a scrubber will show the current frame and
allow quickly jumping to a specific frame
Display progress bar that shows current frame and allows quickly
jumping to specific frames. &nbsp;
<a
href="https://github.com/BattlesnakeOfficial/feedback/discussions/171"
target="_blank"
>
Let us know what you think!
</a>
</div>
<div className={styles.inputContainer}>
<label>
Expand Down

0 comments on commit 21569c0

Please sign in to comment.