zkayser / pokerex_client

Elm client for PokerEx project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Factor out view functions and widget configs into separate modules

zkayser opened this issue · comments

The Page.Room module contains some complex view logic that lives in a number of view functions. These should be able to be moved out into their own modules. This is also true for the widget configs.

DONE