@portaljs/components improvements (#933)

* [#912,@portaljs/components][s]: create LoadingSpinner component and add that to <Table /> when using the URL parameter

* [#912,@portaljs/components][m]: refactor LineChart and add more params

* [#912,@portaljs/components][m]: possibly fixes 'loading...' size on FlatUiTable on Firefox

* [@portaljs/components][xs]: add storybook-static to .gitignore

* Add changeset
This commit is contained in:
João Demenech
2023-06-06 21:21:31 -03:00
committed by GitHub
parent c0681fdc7f
commit 683159da02
162 changed files with 127 additions and 4247 deletions

View File

@@ -1,4 +1,5 @@
import 'tailwindcss/tailwind.css'
import '../src/index.css'
import type { Preview } from '@storybook/react';