-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add storage tab #100
Conversation
The next steps for me will be to get more informations about each prefix (mounts) and group them so we have more informations about each storage namespace (cc @pi0 ) |
It's a unbuild bug I think. Adding |
Nice one @antfu Should be good now. |
Wondering if we should add an option for now like |
Really nice work 💯
I was going to link it before reading your comment :D @farnabaz already suggested this. tracker unjs/unstorage#53. (in the meantime you can also use
Nice workaround by adding to externals. BTW it is not a bug of unbuild or rollup. Since |
Will it also have the |
We need to check both indeed. |
Went for this settings to enable experimental features: So we can use definePageMeta({
icon: 'carbon-data-base',
title: 'Storage',
experimental: true,
}) |
Will push later tonight once I am done supporting the different mounts |
✅ Live Preview ready!
|
Video is better to see:
CleanShot.2023-02-25.at.19.07.01.mp4
I would like to test it on edge first on different projects in order to improve it before having it in
0.3.0
.