-
- Downloads
Embeddable dashboard (#812)
* Add embedded mode for shared links * Add test for X-Frame-Options * Improve embed code generator * Add changelog entry Co-authored-by:aymanterra <aymanterra@users.noreply.github.com> Co-authored-by:
Brad Kane <bradkane@users.noreply.github.com>
Showing
- .github/workflows/elixir.yml 1 addition, 1 deletion.github/workflows/elixir.yml
- CHANGELOG.md 1 addition, 0 deletionsCHANGELOG.md
- assets/css/app.css 7 additions, 6 deletionsassets/css/app.css
- assets/js/app.js 23 additions, 0 deletionsassets/js/app.js
- assets/js/dashboard/historical.js 7 additions, 6 deletionsassets/js/dashboard/historical.js
- assets/js/dashboard/mount.js 2 additions, 1 deletionassets/js/dashboard/mount.js
- lib/plausible_web/controllers/stats_controller.ex 7 additions, 1 deletionlib/plausible_web/controllers/stats_controller.ex
- lib/plausible_web/templates/layout/_embedded_footer.html.eex 13 additions, 0 deletionslib/plausible_web/templates/layout/_embedded_footer.html.eex
- lib/plausible_web/templates/layout/_footer.html.eex 28 additions, 28 deletionslib/plausible_web/templates/layout/_footer.html.eex
- lib/plausible_web/templates/layout/_header.html.eex 81 additions, 0 deletionslib/plausible_web/templates/layout/_header.html.eex
- lib/plausible_web/templates/layout/_notice.html.eex 47 additions, 0 deletionslib/plausible_web/templates/layout/_notice.html.eex
- lib/plausible_web/templates/layout/app.html.eex 11 additions, 131 deletionslib/plausible_web/templates/layout/app.html.eex
- lib/plausible_web/templates/layout/embedded.html.eex 0 additions, 0 deletionslib/plausible_web/templates/layout/embedded.html.eex
- lib/plausible_web/templates/site/settings_visibility.html.eex 66 additions, 17 deletions...plausible_web/templates/site/settings_visibility.html.eex
- lib/plausible_web/templates/stats/stats.html.eex 9 additions, 9 deletionslib/plausible_web/templates/stats/stats.html.eex
- test/plausible_web/controllers/stats_controller_test.exs 10 additions, 0 deletionstest/plausible_web/controllers/stats_controller_test.exs
Loading
Please register or sign in to comment