-
I want to use `url : Maybe PageUrl` to handle query parameters on a page after it has loaded (no server rendering) but at least when I test it locally, url is always set to Nothing.
-
## Problem
I've got the following `view` in my `Home_.elm` page:
```elm
view : Model -> View Msg
view _ =
{ title = "Pages.Home_"
, body =
[ Html.div []
[ Html.a …
-
Hi! First and foremost, thank you for creating `elm-pages`! 😁
I'm working on a hobby project and implementing a simple suggestion box with autocomplete functionality using the Forms API. My goal is…
-
Steps to reproduce:
1. Check out this branch https://github.com/MartinSStewart/martins-homepage/tree/weird-bug
2. Start `npx elm-pages dev`
3. Open `localhost:1234`
4. You should get this error in…
-
Hi, great stuff!
I have tried some of the demos, and notice that the vertical scroll position on a page is not kept when using the "Back" button in my browser. This makes apps such as the Hackernew…
-
Hey hey! I'm starting a new elm-pages site for the first time in a while today and after running `npx elm-pages init sitename`, `elm-pages build` gives me this:
```
-- PROBLEM BUILDING DEPENDENCIE…
-
## Acceptance criteria
- [ ] events are imported regardless of date that site is built
- [ ] `allEventsQuery` method in `src/Data/PlaceCal/Events.elm` uses the current date to derive the window with…
-
As discussed, there seems to be some issue with `elm-pages` docs, hypothesis it might be something to do with the Lamdera deps injection not being done in the background by elm-pages.
-
## Acceptance
- Good docs on how to add content
- better index & styling control
-
### Problem
After upgrade elm pages to 10.0.3 and vite to "^5.0.11" I started getting this error in my project on page loads on the dev server. I get the same error both in my personal project and in…