No description
- Tailwind source(none) wasn't scanning deps, so shadcn tokens (border-border, bg-muted, text-foreground, ...) used by live_table and sutra_ui weren't generated, leaving `border` to fall back to currentcolor — a heavy dark border around every table in light mode. Add @source directives for deps/live_table/lib and deps/sutra_ui/lib. - Drop the hardcoded width:100% on the outer .select wrapper so the per-page selector's Tailwind w-24 wins instead of stretching across the header and overlapping the search box. - Make whole rows clickable: global click delegator in app.ts forwards tr clicks to the first <a href> in the row (the Actions "View" link), skipping inner interactive elements. cursor + hover highlight added. - Replace the default Prev/Next footer with a daisyUI .join/.btn-based pager (MicrowavepropWeb.LiveTableFooter), wired up globally via :live_table defaults so it applies to every live_table at once. |
||
|---|---|---|
| .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