Skip to content

Commit

Permalink
fix: Fix rename issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
GSMLG-BOT committed Mar 11, 2023
1 parent 1abd013 commit 0a28820
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -27,7 +27,7 @@ ENV PORT=80 \
ERL_EPMD_PORT=4369 \
POD_IP=127.0.0.1 \
ERLCOOKIE=duskmoon_storybook \
HOST=phoenix-webcomponent.gsmlg.org \
HOST=duskmoon-storybook.gsmlg.org \
POOL_SIZE=10 \
PHX_SERVER=true \
SECRET_KEY_BASE=duskmoon_storybook
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -85,8 +85,9 @@ import "phoenix_duskmoon/priv/static/phoenix_duskmoon.css"

## Live Storybook

[Live Storybook](https://phoenix-webcomponent.gsmlg.org)
[Live Storybook](https://duskmoon-storybook.gsmlg.org)

![](screenshots/1.png)
![](screenshots/2.png)
![](screenshots/3.png)
![](screenshots/4.png)
Expand Up @@ -2,7 +2,10 @@
<:crumb>Icon</:crumb>
<:crumb>Bootstrap Icon</:crumb>
</.dm_breadcrumb>
<.dm_card class="w-[100%_!important] h-[calc(100vh-56px-2em)_!important] overflow-auto">
<.dm_card class={[
"w-[100%_!important] h-[calc(100vh-56px-2em)_!important] overflow-auto",
"text-slate-900 bg-slate-50 dark:text-slate-50 dark:bg-slate-900",
]}>
<:title class="flex flex-row justify-center items-center">
<span class="text-4xl text-blue-600 hover:text-blue-400">
Bootstrap Icons
Expand Down
Expand Up @@ -2,7 +2,10 @@
<:crumb>Icon</:crumb>
<:crumb>Material Design Icon</:crumb>
</.dm_breadcrumb>
<.dm_card class="w-[100%_!important] h-[calc(100vh-56px-2em)_!important] overflow-auto">
<.dm_card class={[
"w-[100%_!important] h-[calc(100vh-56px-2em)_!important] overflow-auto",
"text-slate-900 bg-slate-50 dark:text-slate-50 dark:bg-slate-900",
]}>
<:title class="flex flex-row justify-center items-center">
<span class="text-4xl text-blue-600 hover:text-blue-400">
Material Design Icons
Expand Down
2 changes: 1 addition & 1 deletion apps/phoenix_duskmoon/README.md
Expand Up @@ -85,4 +85,4 @@ import "phoenix_duskmoon/priv/static/phoenix_duskmoon.css"

## Live Storybook

[Live Storybook](https://phoenix-webcomponent.gsmlg.org)
[Live Storybook](https://duskmoon-storybook.gsmlg.org)
4 changes: 2 additions & 2 deletions apps/phoenix_duskmoon/lib/phoenix_duskmoon/icons.ex
Expand Up @@ -13,7 +13,7 @@ defmodule PhoenixDuskmoon.Icons do

@doc """
Return all names of available Material Design Icons.
Can be found at [Material Design Icons](https://phoenix-webcomponent.gsmlg.org/mdi)
Can be found at [Material Design Icons](https://duskmoon-storybook.gsmlg.org/mdi)
> PhoenixDuskmoon.Icons.mdi_icons()
#=> [
Expand Down Expand Up @@ -87,7 +87,7 @@ defmodule PhoenixDuskmoon.Icons do

@doc """
Return all names of available Bootstrap Icons.
Can be found at [Bootstrap Icons](https://phoenix-webcomponent.gsmlg.org/bsi)
Can be found at [Bootstrap Icons](https://duskmoon-storybook.gsmlg.org/bsi)
> PhoenixDuskmoon.Icons.bsi_icons()
#=> [
Expand Down
2 changes: 1 addition & 1 deletion config/prod.exs
Expand Up @@ -10,7 +10,7 @@ import Config
# which you should run after static files are built and
# before starting your production server.
config :duskmoon_storybook_web, DuskmoonStorybookWeb.Endpoint,
url: [host: "phoenix-webcomponent.gsmlg.org", port: 80],
url: [host: "duskmoon-storybook.gsmlg.org", port: 80],
cache_static_manifest: "priv/static/cache_manifest.json"

# Do not print debug messages in production
Expand Down
Binary file modified screenshots/1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0a28820

Please sign in to comment.