LiveView for displaying ticket details to the ticket owner.
Users can view their own tickets, see public comments (not internal notes), and add new comments with optional attachments.
Security:
- Users can only view their own tickets (user_id check)
- Internal notes (is_internal: true) are hidden from users
- Users cannot change ticket status
Summary
Functions
Callback implementation for Phoenix.LiveView.render/1.
Functions
Callback implementation for Phoenix.LiveView.render/1.