Braks

Results 79 comments of Braks

To show a loading spinner on first load seems a bit tricky right now because I can't figure out how to customize the `index.html` file of our Nuxt app (I...

For the other pages it should be enough to use the `isLoading` value of the current `useApi` composable and defer showing the Table/Page or whatever it is until `isLoading` is...

@pranavxc Sadly, no. That component is only usable for having a "loading bar" on top of the page, not while scripts are loading. Two different cases. To extend: There is...

Still happens. 1. Open Webhook Drawer 2. Add a new Webhook (which opens Monacco Editor) 3. Open console and see a couple errors Might be better to use an alternative...

@raarts FYI: Custom Nodes receive `xPos` and `yPos` as props so you should be able to fetch the coordinates from there pretty easily :) ```ts // props that get passed...

@wingkwong Yeah I reverted from PR to draft because I noticed some problems with `useState` and the project permissions which made it impossible to use a single computed prop. I...

Title says it's not hiding left drawer, description says it's not hiding right drawer 😄

@AJLosey Sorry it took me so long to look at this PR; Quick note: - Needs another rebase

@AJLosey PR looks good to me now (approval is given). We will schedule this PR merge for the release after the upcoming one (which will be this week) - so...

Sorry to bother you one more time @AJLosey but could you rebase this again? We want to release soon and if you can rebase it before that, I could include...