kaffy icon indicating copy to clipboard operation
kaffy copied to clipboard

Make Kaffy integration more explicit

Open florius0 opened this issue 4 years ago • 2 comments

Describe the problem you're proposing to solve Now we have to write a bunch of staff in various files. And it is not clear which URLs Kaffy uses, so putting it in scope with others things might break smth.

Describe the solution you'd like Use the way of live dashboard does. So we have to do smth like this:

defmodule MyAppWeb.Router do
  
  import Kaffy.Router

  scope "/admin" do
    pipe_through :browser
    kaffy "/", repo: MyApp.Repo
  end
end

florius0 avatar Apr 24 '21 19:04 florius0

Yeah! It would be a great enhancement

zoedsoupe avatar May 05 '21 18:05 zoedsoupe

This might be a nice enhancement. Will look into it for v0.10.

aesmail avatar Aug 11 '22 07:08 aesmail