@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

@@ -0,0 +1,5 @@
---
'@portaljs/components': patch
---
More params added to <LineChart />, loading spinners added to <Table /> and <LineChart />, minor fixes