beacon icon indicating copy to clipboard operation
beacon copied to clipboard

Open-source content management system (CMS) built with Phoenix LiveView. Faster render times to boost SEO performance, even for the most content-heavy pages.

Results 77 beacon issues
Sort by recently updated
recently updated
newest added

Bumps [solid](https://github.com/edgurgel/solid) from 0.14.1 to 0.15.2. Release notes Sourced from solid's releases. Solid 0.15.2 What's Changed refactor: new approach for attempting to apply custom filters by @​bceskavich in edgurgel/solid#132 Full...

dependencies
elixir

Bumps [credo](https://github.com/rrrene/credo) from 1.7.0 to 1.7.6. Release notes Sourced from credo's releases. 1.7.6 Check it out on Hex: https://hex.pm/packages/credo/1.7.6 Credo.Check.Consistency.MultiAliasImportRequireUse fixed false positive Credo.Check.Readability.PredicateFunctionNames now ignores functions that implement a...

dependencies
elixir

`Beacon.Content.create_assign_for_live_data/2` can't allow creating an assign for the following reserved keys: - `:beacon` - `[:uploads, :streams, :socket, :myself]` (https://github.com/phoenixframework/phoenix_live_view/blob/376fea7ba6a655d5bafe47f0698a672d3ad12f62/lib/phoenix_component.ex#L556) - `:flash` (https://github.com/phoenixframework/phoenix_live_view/blob/376fea7ba6a655d5bafe47f0698a672d3ad12f62/lib/phoenix_component.ex#L1317)

chore

Hello Guys, I am not sure if this is a bug, but it seems that when I try to recreate the code from the Flowbite website for a solid background...

bug

### What will it allow you to do that you can't do today? These changes make it possible to define the `root_layout` and `on_mount` session options that are passed into...

The default config should resolve the `tailwind_config` with the path to https://github.com/BeaconCMS/beacon/blob/main/priv/tailwind.config.js.eex but it's either empty or invalid causing the following exception: ``` Make sure the provided file exists at...

bug
good first issue
help wanted

Meta issue to track all the work necessary on docs and guides for v0.1 ## Beacon - [x] CHANGELOG - [x] #473 - [x] #474 - [x] Update ex_doc -...

documentation
roadmap

Moving from one page to another quickly may result in loading the wrong page, making it look like the last navigation event (the last click) didn't go through. To reproduce,...

bug
roadmap

1 - Update https://github.com/BeaconCMS/beacon/blob/main/.github/workflows/elixir.yml to run tests on postgres, mysql, and mssql 2 - Update README.md to mention that Beacon supports the [3 built-in ecto adapters](https://hexdocs.pm/ecto_sql/Ecto.Adapters.SQL.html#module-built-in-adapters): postgres, mysql, mssql

enhancement
good first issue
help wanted
chore