Draft
Conversation
check in a few more stable config files it works! update lockfile update lockfile fix storybook build error get eslint working fix flow config fix import-unresolved lint error on tsx files remove catalyst components Tailwind UI `Input` component (#529) * WIP * refactoring + dark mode * fix tailwind style conflict * theming and more CSS fixes
* radio button * cleanup * cleanup
* dialog component * add export * cleanup * more cleanup
* textarea * font * rows
* WIP * pagination and pagestats * fixes * keys * feedback
* WIP * WIP * MediaSelect * add export * remove unused value prop * refactor
Contributor
Author
|
Now that we're publishing beta releases for FCC 2 to use, I'm marking this PR as a draft until:
|
* WIP * WIP * table component * fix HTML structure issues * export
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
This PR brings the
performant-uipackage intomasterfor its initial release.It contains all components required by FairCopy.cloud 2 except for
Table, which will be added in another release in the very near future.To do
Now that we're publishing beta releases for FCC 2 to use, I'm marking this PR as a draft until:
geospatialbuild error (which is introduced in this branch, presumably by a build config change) is fixed, as that blocksbuild-alland by extension the standardized release processyarn installis fixed. Lorin was unable to runyarn installon a freshly pulled version of this repo.eslint-import-resolver-typescriptindirectly pulls in a version ofnapi-postinstallthat was compromised by malware and removed from NPM, resulting in a 404 error. There's a new, fixed version ofnapi-postinstall, but eithereslint-import-resolver-typescriptor the first-layer dependency that pulls it in are yet to be updated.