Skip to content

Commit

Permalink
Menus API (support query, dashboard and sub-menus) (#3981)
Browse files Browse the repository at this point in the history
* Implement Menus context and API

* Add tests for menus
  • Loading branch information
IvanIvanoff authored Nov 22, 2023
1 parent 5fa79a3 commit 14ce617
Show file tree
Hide file tree
Showing 14 changed files with 1,515 additions and 4 deletions.
14 changes: 11 additions & 3 deletions .formatter.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[
import_deps: [:ecto, :ecto_sql, :phoenix],
inputs: [
"config/*.{ex,exs}",
"lib/*.{ex,exs}",
"lib/**/*.{ex,exs}",
"test/*.{ex,exs}",
"test/**/*.{ex,exs}",
"priv/**/*.{ex,exs}",
"mix.exs",
".formatter.exs"
],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"],
subdirectories: ["priv/*/migrations"]
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
]
Loading

0 comments on commit 14ce617

Please sign in to comment.