No description
Replace the stacked-bar 18-hour forecast on the path calculator with an SVG line chart that mirrors the look of the point-detail sparkline on /map: - polyline through every hour with per-tier stroke color - score gridlines at 0 / 50 / 100 - white "now" marker outlined in the tier color - highlighted best-hour dot with score label - first / middle / last time labels along the x-axis - Improving / Steady / Declining trend chip in the header Rendered server-side in HEEx as a viewBox="0 0 300 96" SVG so it scales responsively and inherits the daisyUI text color for axes. The Best / Worst summary line under the chart is preserved. Also fixes the Path Weather Avg card: the "Refrac Gradient" cell was the only stat that split its units out onto a second line in a smaller muted row. Move "N/km" up beside the value so the cell reads the same as Pressure (mb), PWAT (mm), BL Depth (m), etc. |
||
|---|---|---|
| .forgejo/workflows | ||
| .github | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| notebooks | ||
| priv | ||
| rel | ||
| test | ||
| vendor | ||
| .credo.exs | ||
| .dockerignore | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| algo.md | ||
| app.json | ||
| CLAUDE.md | ||
| Dockerfile | ||
| elevation.md | ||
| mix.exs | ||
| mix.lock | ||
| prediction.md | ||
| README.md | ||
| tail_logs.sh | ||
| updates.md | ||
Microwaveprop
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix