-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: TUP-700 @tacc/core-components - use, test, fix #465
Merged
wesleyboar
merged 19 commits into
epic/TUP-700-core-components-node-pkg
from
feat/TUP-700-core-components-node-pkg--use-pkg
Oct 18, 2024
Merged
feat: TUP-700 @tacc/core-components - use, test, fix #465
wesleyboar
merged 19 commits into
epic/TUP-700-core-components-node-pkg
from
feat/TUP-700-core-components-node-pkg--use-pkg
Oct 18, 2024
Conversation
This file contains 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
TACC-Cloud/hazmapper's only form crashed. If checkbox is removed, then now it doesn't. Expect checkbox fix in next commit. TACC-Cloud/hazmapper#239
TACC-Cloud/hazmapper's only checkbox field crashed. Now it doesn't. TACC-Cloud/hazmapper#239
5 tasks
…0-core-components-node-pkg--use-pkg
…0-core-components-node-pkg--use-pkg
…0-core-components-node-pkg--use-pkg
…0-core-components-node-pkg--use-pkg
…0-core-components-node-pkg--use-pkg
* Move to peer dependencies Also add vite for building as we want to make stand-alone * Make 0.0.3 prelease * Bump postcss and postcss-preset-env to match core styles requirements * Fix pretty issue * Add vite-plugin-lib-inject-css * Make uuid only as a dependeny allow any 8 or 9 version --------- Co-authored-by: Wesley B <[email protected]>
wesleyboar
merged commit Oct 18, 2024
bb8571d
into
epic/TUP-700-core-components-node-pkg
1 check passed
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.
Overview
…/core-components
as@tacc/core-components
in clients.Related
Changes
Testing
0. ✅ Package @tacc/core-components
npm install --include=optional --workspace=libs/core-components
Build
@tacc/core-components
i.e.npx nx build core-components
Package
@tacc/core-components
(for use in local install) e.g.npm pack --workspace=libs/core-components --pack-destination=../
1Prepare a client to use
@tacc/core-components
package.See sections 1.A.–1.C. for status
feat/TUP-700-core-components-node-pkg--use-pkg
.react/src/core-components
andreact/src/core-wrappers
.core-components
andcore-wrappers
.import
s ofcore-components
andcore-wrappers
with@tacc/core-components
.import
references tocore-components
andcore-wrappers
.1.A. ✅ & ➡️ Client: TACC-Cloud/Hazmapper
Started: TACC-Cloud/hazmapper#239
feat/TUP-700-core-components-node-pkg--use-pkg
.npm install --save ../../tacc-core-components-0.0.1.tgz
1Feat/tup 700 core components node pkg use pkg fixes TACC-Cloud/hazmapper#272
1.B. ⏯️ Client: TACC/Core-Portal
Skipped. 2
feat/TUP-700-core-components-node-pkg--use-pkg
.npm install --save ../../tacc-core-components-0.0.1.tgz
11.C. ✅ Client: TACC/tup-ui
Skipped. 2
feat/TUP-700-core-components-node-pkg--use-pkg
.npm install --save ../../tacc-core-components-0.0.1.tgz
1UI
Skipped.
Notes
Archived
Footnotes
Tester should check paths to
@tacc/core-components
: to where to package, from where to install. ↩ ↩2 ↩3 ↩4Having this library work on TUP client as internal library and on Hazmapper client is enough for now. I'd like to get this PR merged because it is working on two clients and merging it allows us to move core-components to its own repo. ↩ ↩2