flat-ui icon indicating copy to clipboard operation
flat-ui copied to clipboard

Results 8 flat-ui issues
Sort by recently updated
recently updated
newest added

When hosted in smaller spaces (or for user preference), it would be good if we could enable / disable: * Footer * Column Stats

enhancement
good first issue
help wanted

It would be great if you could multiselect values on category fields. Currently you can only select one category to filter on. Any interest in this? I don't mind taking...

enhancement
help wanted

Running into a small issue where Ethereum addresses like `0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045` are recognized as numbers and get formatted like, ![image](https://user-images.githubusercontent.com/12015553/195331684-e577fc48-ee89-4ead-8bdc-756b45ed9c2a.png)

The loading indicator (`Loader` component) takes the full width of the `Grid` in Firefox, which results in a pretty bad UX when the `Grid` is loading.

Flat UI only displays 9 and a half rows in a fixed 560px table view and each data cell sets 40px height via inline styles. It would be more aesthetically...

See description in #33

When using the DOMPurify library to sanitize HTML from malicious code [here](https://github.com/githubocto/flat-ui/blob/main/src/components/cell.tsx#L65), the library doesn't sanitize CSS style tags. These can be used to change the website's appearance and possibly...