Open3
Elixir/Phoenix + js 系
- tailwind を足す: https://github.com/phoenixframework/tailwind
- Phoenix 1.7 からは初めから入っているらしい https://www.phoenixframework.org/blog/phoenix-1.7-released
DeskTop でフルスクリーン
def enable_full_screen() do
# id of Desktop.Window genServer
window_id = ABC
# What's this?
:wx.set_env(Desktop.Env.wx_env())
Desktop.Window.frame(window_id)
|> :wxTopLevelWindow.showFullScreen(true)
end
:wx.set_env(Desktop.Env.wx_env())
を頻繁に読んでもいいのかわからない。