Skip to content

ref(*): remove spin from templates, scripts, static/js#1513

Merged
vdice merged 2 commits intomainfrom
ref/templates-rm-spin
Apr 14, 2025
Merged

ref(*): remove spin from templates, scripts, static/js#1513
vdice merged 2 commits intomainfrom
ref/templates-rm-spin

Conversation

@vdice
Copy link
Copy Markdown
Member

@vdice vdice commented Apr 1, 2025

Closes #1504

Could probably use reviews by @flynnduism and @karthik2804 especially 🔍

Depends on:

If it helps, here is a deploy incorporating changes from this PR and all of the ones in the list above: https://fermyon-developer-lmc6mnqx.fermyon.app/

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 1, 2025

🚀 preview deployed successfully to Fermyon Cloud and available at https://fermyon-developer-pr-1513-2tgfijox.fermyon.app

@vdice vdice marked this pull request as draft April 1, 2025 22:02
@vdice
Copy link
Copy Markdown
Member Author

vdice commented Apr 1, 2025

Whoops, needs some attention re: the page_lang.hbs template... either can't delete it or need to just remove spin cruft; wasm-languages pages use it edit: brought it back; rm'd spin cruft

@vdice vdice force-pushed the ref/templates-rm-spin branch 2 times, most recently from e691aee to d491247 Compare April 1, 2025 22:57
@vdice vdice marked this pull request as ready for review April 1, 2025 22:59
@vdice vdice changed the title ref(templates): remove spin refs/templates ref(*): remove spin from templates, scripts, static/js Apr 1, 2025
Comment on lines +48 to 56
{{#if (active_project request.spin-full-url "/cloud/" )}}
<a class="navbar-link is-active is-hoverable">
<span>Spin</span>
<span>Cloud</span>
</a>
{{else}}
{{#if (active_project request.spin-full-url "/cloud/" )}}
{{#if (active_project request.spin-full-url "/wasm-functions/" )}}
<a class="navbar-link is-active is-hoverable">
<span>Cloud</span>
<span>Wasm Functions</span>
</a>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to present cloud as the top option in the drop down. I do not have strong feelings about this but just wanted to check. oh, I also see it just keeps the same structure as before.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, same order remains; just removed Spin.

vdice added 2 commits April 11, 2025 10:06
Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
@vdice vdice force-pushed the ref/templates-rm-spin branch from d491247 to fbca5ed Compare April 11, 2025 17:06
@vdice vdice requested review from itowlson and karthik2804 April 14, 2025 19:36
@itowlson
Copy link
Copy Markdown
Contributor

I am not quire sure what this is doing, sorry.

@vdice vdice merged commit 3c9de42 into main Apr 14, 2025
3 checks passed
@vdice vdice deleted the ref/templates-rm-spin branch April 14, 2025 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Revise site layout/templates/search re: Spin migration

3 participants