Leandro Pereira
Leandro Pereira
@AZholtkevych we can remove the dependency of #95 and add dependency on #169
For reference there're currently 2 open issues upstream related to scroll: https://github.com/phoenixframework/phoenix_live_view/issues/2326 and https://github.com/phoenixframework/phoenix_live_view/issues/2107
> I agree, that's something we'll need to solve eventually. Fixing it upstream makes sense.
Hi @raffaelschneider you can edit the [database configuration](https://github.com/BeaconCMS/beacon_demo/blob/72fed742fcf30f52ac530f35055d540dca8e18fd/config/dev.exs#L4-L20) to reflect your environment or you can create that user if it's missing: ``` CREATE USER postgres WITH PASSWORD 'postgres'; ```
> I'm wondering if you navigate within VPB if it should bring you to that page within VPB I like the idea of linking because we've discussed about linking components...
> @leandrocp if we're storing the AST in ETS of the page couldn't we override how the veririfed route is being generated? So the underlying content and paths don't change,...
> When adding a new component to the page, I have the option of adding a new class. However, I don't know what "classes" are available. Would autocomplete with all...
@AZholtkevych reopened due to some edge cases on page navigation
Hey @zachdaniel that will be fixed soon by https://github.com/BeaconCMS/beacon_live_admin/pull/141
This should be already fixed by https://github.com/BeaconCMS/beacon_live_admin/pull/141 - please reopen if you find that bug again. Thanks!