No description
Wire up gurujada/live_table 0.4.1 as a dependency (alongside its transitive sutra_ui and optional igniter requirement) with the :live_table config pointing at our Repo and PubSub. Forced oban_web override so the path-pinned vendored copy still wins over live_table's hex constraint. Convert the admin /users page to use LiveTable.LiveResource with sortable, searchable columns for callsign, name, and email. Custom renderers preserve the daisyUI admin badge and the pending/confirmed date cell. Hidden id field stays in the query so the edit and delete actions can target a record by id. Updated the delete test to push the delete event directly with an id payload; the stream dom_ids under live_table are random UUIDs so tr#users-<id> selectors no longer work. |
||
|---|---|---|
| .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