Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

*Note: some changes may be undocumented prior to September 2026 because I didn't keep track ¯\_(ツ)_/¯*

## August 16, 2026 — Update Links
- The **Links** now reference the new artist dashboard and links related to the old system have been removed.

## August 16, 2026 — New Dashboard Submit
- The **Submit** button no longer pops up a form modal. Clicking it now opens the **OpenFront Dashboard Submission Form Page** in a new tab with your pattern already filled in — ready to fill out, review and submit.

Expand Down
13 changes: 4 additions & 9 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -529,18 +529,13 @@ <h3>Keyboard Shortcuts</h3>
<p class="links-intro">Useful links and resources for creating, submitting and previewing patterns.</p>
<div class="links-list">
<div class="link-card">
<strong>🗳️ Submit a Pattern</strong>
<strong>⚙️ Artist Dashboard</strong>
<p>Use this form to submit your pattern for review:</p>
<a href="https://forms.gle/e2kH8eBUd7Zho4rYA" target="_blank">https://forms.gle/e2kH8eBUd7Zho4rYA</a>
<a href="https://dashboard.openfront.io/" target="_blank">https://dashboard.openfront.io/</a>
</div>
<div class="link-card">
<strong>🗃️ Submission Status Tracker</strong>
<p>Check here to see if your submission has been reviewed, accepted, or rejected:</p>
<a href="https://docs.google.com/spreadsheets/d/1JB9uOKfXy1HIIm0ipQ6WL1zOQWL5S2RsCIgk84K-XwQ/edit?usp=sharing" target="_blank">https://docs.google.com/spreadsheets/d/1JB9uOKfXy1HIIm0ipQ6WL1zOQWL5S2RsCIgk84K-XwQ/edit?usp=sharing</a>
</div>
<div class="link-card">
<strong>🎨 Create, Edit &amp; Preview Pattern Tools</strong>
<p>Use these tools to preview how your pattern looks in-game before submitting:</p>
<strong>🎨 Create, Edit &amp; Preview Pattern Utilities</strong>
<p>Use these tools to design your pattern and convert it to game code:</p>
<a href="https://aotumuri.github.io/openfront-utility/" target="_blank">https://aotumuri.github.io/openfront-utility/</a>
<a href="https://brayflex.github.io/openfront-utility/" target="_blank">https://brayflex.github.io/openfront-utility/</a>
</div>
Expand Down
Loading