ratatui-website icon indicating copy to clipboard operation
ratatui-website copied to clipboard

Move public/csvlens back under the apps showcase folder

Open joshka opened this issue 2 years ago • 2 comments

I moved the csvlens demo gif into public because it triggered the bug in astro that doesn't handle large images. This was fixed in the latest release in PR https://github.com/withastro/astro/pull/9546

Need to investigate turning on the setting, and move it back inside the app showcase folder.

joshka avatar Jan 05 '24 10:01 joshka

I moved the csvlens demo gif into public

I guess this was done in #329.

mccartney avatar Feb 25 '24 15:02 mccartney

This PR allows our astro configuration to handle large images: https://github.com/ratatui-org/website/pull/466

So no change is needed in our astro configuration, just the csvlens demo needs to be moved out of public.

kdheepak avatar Feb 25 '24 16:02 kdheepak