2 |
3 | <.flash_group flash={@flash} />
4 | <%= @inner_content %>
5 |
6 |
7 |
--------------------------------------------------------------------------------
/lib/elixirconf_chat_web/controllers/page_html.ex:
--------------------------------------------------------------------------------
1 | defmodule ElixirconfChatWeb.PageHTML do
2 | use ElixirconfChatWeb, :html
3 |
4 | embed_templates "page_html/*"
5 | end
6 |
--------------------------------------------------------------------------------
/assets/css/app.css:
--------------------------------------------------------------------------------
1 | @import "tailwindcss/base";
2 | @import "tailwindcss/components";
3 | @import "tailwindcss/utilities";
4 |
5 | /* This file is for your main application CSS */
6 |
--------------------------------------------------------------------------------
/native/swiftui/ElixirConfChat/ElixirConfChat/Preview Content/Preview Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "author" : "xcode",
4 | "version" : 1
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/native/swiftui/ElixirConfChat/ElixirConfChatMac/Preview Content/Preview Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "author" : "xcode",
4 | "version" : 1
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/assets/js/hooks/ValidateAuthToken.js:
--------------------------------------------------------------------------------
1 | export const ValidateAuthToken = {
2 | mounted() {
3 | if (token = localStorage.getItem('auth_token')) {
4 | this.pushEvent("validate_token", { token: token });
5 | }
6 | }
7 | }
--------------------------------------------------------------------------------
/native/swiftui/ElixirConfChat/ElixirConfChat/Assets.xcassets/AppIcon.appiconset/1024.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/liveview-native/elixirconf_chat/HEAD/native/swiftui/ElixirConfChat/ElixirConfChat/Assets.xcassets/AppIcon.appiconset/1024.png
--------------------------------------------------------------------------------
/assets/vendor/heroicons/optimized/20/solid/minus-small.svg:
--------------------------------------------------------------------------------
1 |