Leandro Pereira

Results 116 issues of Leandro Pereira

Instead of requiring the config file to have a EEx placeholder, we can use elixir_bun to resolve the config at runtime. https://tailwindcss.com/docs/configuration#referencing-in-java-script

proposal

TODO Smart cells?

proposal
area:content

The [`beacon_site` macro](https://github.com/BeaconCMS/beacon/blob/544ca030a8ea804607bcff93dfba81e475165429/lib/beacon/router.ex#L80) injects the following catch-all route into the host app router: ```elixir live "/*path", BeaconWeb.PageLive, :path ``` Which makes it hard to mix and match beacon pages with...

proposal
area:loader

Depends on https://github.com/BeaconCMS/beacon/pull/350

https://github.com/BeaconCMS/beacon_live_admin/issues/111#issuecomment-2052654302

bug
area:vpb
ux

https://github.com/BeaconCMS/beacon_live_admin/issues/111#issuecomment-2052659296

bug
area:vpb
ux

https://github.com/BeaconCMS/beacon_live_admin/issues/111#issuecomment-2040299430

area:vpb
ux

A meta issue to keep track of actionable feedback from the recent released Visual Page Builder ## v0.1 (by priority) - [x] BeaconCMS/beacon_live_admin#155 - [x] BeaconCMS/beacon_live_admin#154 - [x] BeaconCMS/beacon#506 -...

area:vpb
meta

Currently the Visual Page Builder doesn't support requiring Tailwind plugin modules, eg: ```js let plugin = require('tailwindcss/plugin') ``` But since that's very common practice, we have to fix it. Ref...

area:vpb