Jakub Jedlikowski

Results 6 comments of Jakub Jedlikowski

In my case it turned out to be the app code loaded twice. The app I'm building is a widget people add to their sites and someone added it twice....

In case anyone needs a workaround to create a varchar column with unlimited length: ```javascript table.specificType("column", "varchar"); ```

@ahmadawais that's true, but I wouldn't want to include the whole blocks.build.js file on the frontend just to make the block's dynamic functionality work on frontend. That's why a separate...

Let's use the example from the original comment: On the backend you have the whole `registerBlockType` function with your block configuration, where in edit function you render the html and...

@ahmadawais the edit function looks like this: ```jsx edit: () => Contact form will appear here. ``` only for simplicity. Of course I could render the whole contact form on...

I'll be working on improving the mobile view of the "Inspirations" tab: ![image](https://github.com/allegro/hacktoberfest-dashboard/assets/9341608/c9a6694a-60ae-4d04-ad59-4c148e72d34b)