-
Notifications
You must be signed in to change notification settings - Fork 2
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 core components node pkg use pkg #264
feat: tup-700 core components node pkg use pkg #264
Conversation
Problem was forgetting to build core-components before packing.
Problem was… core-components not coded/tested for external usage. Fixes in TACC/tup-ui: TACC/tup-ui@cb73d54 TACC/tup-ui@836f372
* Update config files * task/wg-76-project-listing-query (#265) * task/wg-76-project-listing-query * Address linting errors * - Combines DesignSafe and Hazmapper project get requests into one hook * - Linting * Add local version of QueryNavItem to illustrate issue * Use @tacc/core-components version 0.0.3-beta.0 * Fix prettier issues * Update package lock * Update package-lock.json again * hotfix: simplify imports in react app (#260) * Simplify imports in react app * Fix linting * Revert changes to core-wrappers * Add maping to jest * Fix linting * Fix pretty issues * Remove unused imports from mistake in conflict resolution * Update as core-components is now installed from package --------- Co-authored-by: sophia-massie <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🥳
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested. App runs without error. App looks like it is a WIP (not broken). I don't see any core-components to test. I trust @nathanfranklin's approval and changes since mine.
Overview:
Replace
core-components
andcore-wrappers
with upcoming @tacc/core-components.Tip
Joint effort of @wesleyboar and @nathanfranklin.
PR Status:
Related Jira tickets:
Summary of Changes:
core-components
andcore-wrappers
@tacc/core-components
(test of local install)core-…
to use@tacc/core-components
core-components
andcore-wrappers
Testing Steps:
Archived
npm install --save ../../tacc-core-components-0.0.1.tgz
1UI Photos:
…
Footnotes
You can get the package by following "Testing" "0." in https://github.com/TACC/tup-ui/pull/464. ↩