Fix artifacts page and add setstones gallery#342
Open
magent-cryptograss wants to merge 7 commits into
Open
Conversation
…tubs The generateSetStonePages function had a `continue` statement that would skip the entire loop iteration (including setstone generation) for any show without ticket stubs configured. This caused the 5 minted setstones to have no profile pages or metadata JSON generated. Wrapped ticket stub generation in a conditional block instead, so shows without ticket stubs still get their setstone pages built. Fixes cryptograss#334
Three banners for MOTD/terminal display: - maybelle: "Mother of Country Guitar", matriarch of the fleet - hunter: Main VPS with IP and services, Robert Hunter themed - arthel: "The Collector", keeper of archives, A.P. Carter themed Part of Lone Star release (cryptograss#336)
- Doc Watson (arthel): From Wikimedia Commons photo at Sugar Grove - Robert Hunter (hunter): From Wikimedia Commons Town Hall 2013 photo - Maybelle Carter (maybelle): From Library of Congress 1960s photo Converted using jp2a at 70 characters width.
Creates a dedicated page at /all-setstones.html that displays all minted Set Stones across all shows in a responsive grid layout. Each stone card shows: - Token image - Token ID - Show title, date, venue, and location - Set number - Owner address (truncated) - Links to detail page and Arbiscan
- Add publicPath: '/' to output and HtmlWebpackPlugin config - Fixes CSS/JS 404s when accessing pages in subdirectories (e.g., /artifacts/) - Improve historyApiFallback rewrite rules for trailing slash handling
- Add tabbed interface for video source (URL, upload, or manual URI) - Integrate with pinning.maybelle.cryptograss.live service - Use wallet signature auth (no API keys in browser) - Sign message before each pin request for authorization - Display pin status with CID and gateway link on success
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.
Summary
Test plan