upsiflu / less-ui

Write your views across several screen regions, and hide all Ui state in the Url.
https://package.elm-lang.org/packages/upsiflu/less-ui/latest
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Add `Protected Assignment` case and implement safe Url Codec #34

Closed upsiflu closed 1 year ago

upsiflu commented 1 year ago

Protect certain assignments (query parameters in the Url) such that users won't accidently use them in flags and custom assignments.

Use cases:

upsiflu commented 1 year ago

Moved to #35