Hey there,
Wanted to share an advanced base and extension we’ve built for the large multi-tasking creative department of an enterprise airtable customer.
The app is used to easily identify the best qualified person for the job, availability wise, usi...
Hey there,
The state management and reactivity of all of our airtable apps is based on mobx and mobx-react-lite and not on hooks. This allows use to write code that is object oriented and therefore cleaner, more robust and faster and easier to devel...
Hey,
This used to work and stopped. Tried it with a new app and button too. Whenever I click an open app button when the record is expanded, it seems that the window message with the record id is not delivered to the app. I get the following error in...
Hey there,
Assume a contact management base where we have a Contacts Table and a Companies table.
The Companies table has a Company Contacts linked record field that lists all contacts in that company.
When syncing both tables to another base, the Co...
Hey there,
Apps should be able to offer a similar pricing model to airtable’s, which is a workspace based pricing model that charges per workspace user.
To all app developers, if you’d like support for this too, please like this post :pray: .
The f...
Hey @Alex_Quintanilla ,
We’ve built something very similar to what you’re looking for for an enterprise airtable customer. The solution includes an advanced airtable extension with team workload heatmaps and charts, in addition to a timeline view. He...
Hey @Kevin_Wilde , I’ll work on an example repo and let you know once done.
I do have another important question that is relevant to many app creators - we’d like to integrate sentry.io error monitoring into our app. Sentry has a webpack plugin, see ...
Hey @Kevin_Wilde , this is great. Just checked it out, and everything works. Thanks!
Question - will it also work with monorepos and code from other directories?
Regarding my 2nd question, we were able to work around that by using patch-package, but ...
Hey @Albrey_Bristo-Brown and @Taylor_Savage , it is still very very cumbersome and time consuming to manage a monorepo with airtable apps in it. Would love guidance on my questions above.