Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-03 | refactor `chat` from `chats`main | ||
2025-03-03 | `component` -> `chats` | ||
2025-03-03 | `Message` -> `ChatMessage` | ||
2025-03-03 | format `app/Main.hs` | ||
2025-03-03 | drop some braces | ||
2025-03-03 | `Protolude.map` -> `fmap` | ||
2025-03-03 | drop layouts | ||
Layouts seem to be an abstraction of haskell-halogen, that is not in purescript-halogen. | |||
2025-03-03 | drop `Slots` | ||
2025-03-03 | `HH.div []` -> `HH.div_` | ||
2025-03-03 | add `serve-frontend` | ||
2025-03-02 | add very simple 'chat' | ||
2025-03-02 | hybrid shell | ||
2025-02-20 | add example http request | ||
2025-02-20 | add acms | ||
2025-02-19 | init | ||
basic haskell-halogen project, `app/Main.hs` from Swordlash/haskell-halogen@0db1410e5bf2a383148fa067ae46a986a87c30c4 |