Skip to content

Conversation

@ehuss
Copy link
Contributor

@ehuss ehuss commented Aug 14, 2025

This replaces the {{#previous}} and {{#next}} handelbars helpers with simple objects that contain the previous and next values. These helpers have been a bit fussy to work with and have caused issues in the past. This drops a large amount of somewhat fragile code with something that is a bit simpler.

Additionally, this switches the previous/next arrows to use an {{#if}} instead CSS trickery which may help with upcoming changes to font-awesome.

This replaces the `{{#previous}}` and `{{#next}}` handelbars helpers
with simple objects that contain the previous and next values. These
helpers have been a bit fussy to work with and have caused issues in the
past. This drops a large amount of somewhat fragile code with something
that is a bit simpler.

Additionally, this switches the previous/next arrows to use an `{{#if}}`
instead CSS trickery which may help with upcoming changes to
font-awesome.
@rustbot rustbot added the S-waiting-on-review Status: waiting on a review label Aug 14, 2025
@ehuss ehuss added Breaking Change This would require a SemVer breaking change and removed S-waiting-on-review Status: waiting on a review labels Aug 14, 2025
@ehuss ehuss enabled auto-merge August 14, 2025 00:57
@ehuss ehuss added this pull request to the merge queue Aug 14, 2025
Merged via the queue into rust-lang:master with commit 3236ec0 Aug 14, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Breaking Change This would require a SemVer breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants