Ashriel Waghmare

Results 14 comments of Ashriel Waghmare

Hey @codediodeio, I'd be glad to look into this!

@codediodeio Was working on this and I have added the hamburger icon for the side bar: https://github.com/codediodeio/sveltefire/assets/89381263/670d2d97-647f-435f-9ffc-71e8475606c6 The animations are something I'm trying to get right along with the padding...

> @codediodeio Was working on this and I have added the hamburger icon for the side bar: > > SideBar_Functioning.mov > > The animations are something I'm trying to get...

Hi @BrandonArmand ! I've been working on some logo designs to give Binari a unique and eye-catching look and I wanted to share the drafts with you. I've created different...

I've been facing a similar issue on my site as well. In my case, it occurs while performing scroll based animations. Hoping this gets fixed sooner > Hi delyan, did...

Hey @lfades , Would be glad to look into this!

@lfades can you share the `gatsby-node.js` files for the `gatsby-app`? I'm facing the same issue with CSS Modules while setting up the test app for gatsby in `react-tweets/apps`.

Hey @lfades! I managed adding a new `gatsby-app` to the `apps/` directory. Following is the output: ![gatsby-app](https://github.com/vercel-labs/react-tweet/assets/89381263/d628845a-b0d9-49d4-be09-b93edfc491d6) ## Observations: 1. The browser logs show preload warnings: ![gatsby-browser-logs](https://github.com/vercel-labs/react-tweet/assets/89381263/bbd11343-9209-497c-9745-0d885a1beea8) 2. The styles...

> Hey @lfades! I managed adding a new `gatsby-app` to the `apps/` directory. Following is the output: > > ![gatsby-app](https://user-images.githubusercontent.com/89381263/252141936-d628845a-b0d9-49d4-be09-b93edfc491d6.jpg) > > ## Observations: > 1. The browser logs show...

> @rielAsh24 If the CSS is not working then that means CSS Modules are still an issue for the package to be used in Gatsby and we would need a...