feat(plugin): make GitHub template sidebar-ready - #1
Merged
Merged
Conversation
Signed-off-by: David Viejo <dviejo@kungfusoftware.es>
Signed-off-by: David Viejo <dviejo@kungfusoftware.es>
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
Make this GitHub template a sidebar-ready native Temps plugin: embedded HTML/JS at
/ui/, a platform navigation entry, and the existing JSON endpoint preserved at/. Update the author flow for GitHub-source install and remove the preview tag-publishing workflow.Evidence
bun test && bun run check && bun run buildon this branch: 10 pass, 0 fail; TypeScript check passed; compiled all six declared Linux/macOS targets.github.com/gotempsh/temps-plugin-templateat reffeat/sidebar-ready-template(version 0.1.1), then clicked Open without a page reload. Browser inspection returned sidebar link/plugins/my-pluginwith textMy plugin; embedded iframe body showedPlugin onlineandHello from My pluginfrom the JSON endpoint. The server PID remained 67034 before and after installation./private/tmp/plugin-sidebar-ready-desktop.pngand/private/tmp/plugin-sidebar-ready-mobile.png(local verification artifacts; not attached to this PR).Review notes
This template remains intentionally generic. A user must customize plugin identity, repository, author, and UI before catalog submission. Merge after review and CI; the separate catalog listing must resolve this merged default-branch commit before it is merged.