Ismail Ghallou

Results 20 comments of Ismail Ghallou

Was about to open this issue but you already have that in mind!

You can if you could describe how would you implement this?

Use Moralis to fetch user's NFTs

FlexBox grid: https://codepen.io/Smakosh/pen/MPZEwg or use my original implementation: https://github.com/smakosh/react-flex-ready > Needs to be converted to vanilla CSS though

So here's a temporary solution that seems to work only while building by running `gulp build` ```js gulp.task('fonts', () => { return gulp.src(require('main-bower-files')('**/*.{eot,svg,ttf,woff,woff2}', function (err) {}) .concat('app/fonts/**/*')) .pipe(gulp.dest('dist/fonts')); }); ```...

I've been trying to change the type of `FastField` by clicking on a button but doesn't seem to work, works fine with `Field`, maybe it's related to this

Tried solutions above but I'm getting `Error: Uncaught [TypeError: (0 , rainbowkit_1.lightTheme) is not a function]` as I'm using Rainbowkit's light and dark themes.

> ++ access to the rainbowkit transaction store would be a nice upgrade for my project — the tx store does exactly what i want, (although would also like to...