Edison Yap
Edison Yap
Recently been working on an engine and then when we integrate it with the host app it turns out that there are some uncaught N+1 queries coming from engine, so...
Not sure if it's possible since we need some sort of state for table (sorted etc), but we can give it a try and see how it goes. It might...
Some more widgets would be good: - [ ] ChartWidget
Right now we only show at most one notification, would be nice to be able to stack notifications
I'm not exactly sure how it'd apply but it's worth investigating https://hexdocs.pm/ecto/dynamic-queries.html
With Tailwind and CSS properties we can easily theme the app. See video: https://youtu.be/MAtaT8BZEAo The idea is for Backoffice to ship a light and dark theme, and then user can...
Haven't tested it but I don't think this is possible right now. We allow users to pass in their own `app.js`, but then Backoffice initiates its own LiveSocket, so I'm...
I came across an issue where I include my app's app.js in Backoffice, which sets up LiveSocket, but the problem is Backoffice already sets up an instance of LiveSocket. I...
This might result in a different API, but right now Backoffice does not use your context functions, but rather changesets directly. It is possible for you to use different changesets...