Improve/pyview - #20
Merged
Merged
Conversation
- logs view now updates entries regardless of auto_refresh state (auto_refresh controls scroll behavior only) - remove duplicate curator log fetch: curator events are already forwarded to dav registry via /api/ui/notify, so the extra HTTP fetch from /api/logs was producing duplicates - run curator rebuild as a background task so the endpoint returns immediately instead of blocking - propagate log level from backend to nav glow, distinguishing warning (orange) from error (red)
- replace <a href> nav links with phx-click="navigate" + push_navigate so switching pages swaps the body over the existing WebSocket without an HTTP reload or new connection - register "/" as a LiveView alias for /cache so the root route works - fire _notify_ui_change after mark_startup_sync_complete so the [starting] → [ready] transition happens automatically without a manual refresh; add a CSS pulse animation to [starting] label - replace JS-driven table height (fitTableToViewport + inline style.height) with a pure CSS flex chain: body → phx wrapper div → main → #torrent-table-container all flex: 1 / min-height: 0, so the table fills remaining viewport height stably through any LiveView re-render - fix [S] subtitle button hidden during delete confirmation - fix phx:navigate (not phx:page-loading-stop) to re-init trunc cells only on actual navigation, not on every DOM patch Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.