Fix #86: Investigate chat system rendering bug observed while away from dev environment #118
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "typosaurus/ticket-86"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves #86.
Plan
Plan
Edit
devplacepy/static/css/messages.css..message-bubble.mineblock, ensuring it scopes links inside outgoing bubbles:Run the project test command to confirm no regressions:
(If the
test_commandabove is expected to be run without arguments, adjust accordingly; the full suite is safe as the change is purely CSS.)Optionally add a brief client-side Playwright test that sends a message with a link and asserts the computed link colour inside
.message-bubble.mineisrgb(255, 255, 255)(white). This is not strictly required because the fix is CSS-only, but it closes the coverage gap identified in the investigation.Definition of done
devplacepy/static/css/messages.cssthat setscolor: var(--white)on<a>elements inside.message-bubble.mine.pip install -e '.[dev]' -q && python -m pytest tests/ tests/api/ tests/e2e/ tests/unit/exits with code 0 (all tests pass).ruff check --fixor project’s lint command if one exists).Opened automatically by Typosaurus.
Checkout
From your project repository, check out a new branch and test the changes.