feat: template creation in the admin menu - #118
Open
robsimmons wants to merge 7 commits into
Open
Conversation
robsimmons
marked this pull request as draft
September 3, 2026 02:10
robsimmons
force-pushed
the
push-nzvyknulwqyt
branch
2 times, most recently
from
September 3, 2026 15:44
d4732a5 to
152ee64
Compare
robsimmons
force-pushed
the
push-nzvyknulwqyt
branch
from
September 3, 2026 16:00
152ee64 to
90acb8a
Compare
robsimmons
force-pushed
the
push-nzvyknulwqyt
branch
2 times, most recently
from
September 3, 2026 17:08
c60ea13 to
4562ad7
Compare
robsimmons
marked this pull request as ready for review
September 3, 2026 17:21
robsimmons
force-pushed
the
push-nzvyknulwqyt
branch
2 times, most recently
from
September 5, 2026 02:09
87ed48c to
d86830d
Compare
robsimmons
force-pushed
the
push-nzvyknulwqyt
branch
2 times, most recently
from
September 5, 2026 17:02
40d0869 to
33c65f0
Compare
robsimmons
force-pushed
the
push-nzvyknulwqyt
branch
from
September 6, 2026 12:35
1ce763b to
3007452
Compare
robsimmons
force-pushed
the
push-nzvyknulwqyt
branch
from
September 6, 2026 12:42
3007452 to
d5d1b3c
Compare
robsimmons
force-pushed
the
push-nzvyknulwqyt
branch
from
September 6, 2026 12:46
d5d1b3c to
d6a3d84
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR makes it possible to create templates in the admin menu. Addresses (but does not close) #21. After selecting an installed toolchain, the interface will let you select:
The Mathlib and CSLib options will only be presented for standard release toolchains (no nightly-testing) where we've checked that the tag corresponds to a valid Mathlib/CSLib (respectively) tag. This is done with the GitHub API, and uses the higher 5000-requests-an-hour rate limit by authorizing with the configured GitHub OAuth App.