extract Tamagui component packages back to hanzoai/gui#178
Merged
Conversation
pkg/gui/ was a Tamagui subtree living in hanzoai/ui — the 57
@hanzogui/* components (button, card, dialog, popover, switch, and
the supporting primitives) belong alongside the rest of the
@hanzogui/* engine in hanzoai/gui, not here. History for these
packages was preserved via git filter-repo.
- Deleted pkg/gui/ (57 packages, 744 files)
- Removed "pkg/gui/*" entry from pnpm-workspace.yaml
- Deleted scripts/publish-gui.ts — legacy ad-hoc publisher
hardcoded to pkg/gui and an ancient version string
- Narrowed .github/workflows/publish.yml from "@hanzo/*|@hanzogui/*"
to "@hanzo/*" so this repo no longer tries to publish Tamagui
components
- Removed stale "gui/ GUI component packages (@hanzogui/*)" line
from LLM.md
Contributor
Test Coverage ReportLines: 20.09% |
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
Removes
pkg/gui/— 57 Tamagui component packages that belong inhanzoai/gui, not here. The full Tamagui tree now has its canonical home in hanzoai/gui
Changes
pkg/gui/(57 packages, 744 files)pkg/gui/*entry frompnpm-workspace.yamlscripts/publish-gui.ts— legacy ad-hoc publisher hardcodedto pkg/gui and an ancient version string
.github/workflows/publish.ymlmatch from@hanzo/*|@hanzogui/*to@hanzo/*(overlaps with the separatemain-side commit that also touched this file — minor merge
resolution may apply)
gui/ GUI component packages (@hanzogui/*)line fromLLM.mdTest plan
pnpm installresolves cleanlyturbo run build, etc.)