No description
The pending-edits list on the admin review page now sorts through live_table. Columns for contact, submitted-by user, changed-fields summary, and submitted timestamp are rendered via 2-arity custom renderers so the Ecto-preloaded :contact and :user associations stay accessible — live_table's data_provider path skips select_columns so the full struct (with preloads) reaches the renderer. The review drawer, diff table, approve/reject flow, and note textarea all stay as-is; after approve/reject the page push_patches back to its current path so live_table re-runs handle_params and the list refreshes. Pending count in the header now reads Radio.pending_edit_count/0 instead of length(@edits) since we no longer hold the full list in socket state. |
||
|---|---|---|
| .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