Files
BountyBoard/web/templates/public-profile.html
etalon 9a5e302a26 feat: public profile page + richer hover card with "See full profile"
- New /users/{id} page renders a user's full profile from the card endpoint:
  avatar, roles, full bio, contact (location/phone), links and custom detail
  fields (internal extra keys hidden; link schemes sanitized).
- The hover user-card now shows a longer bio, phone, up to 3 links, and a
  "See full profile →" button linking to /users/{id}.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-13 12:40:16 +02:00

5 lines
145 B
HTML

{{define "content"}}
<div class="error-box" id="error" role="alert"></div>
<div id="profile-root" data-user-id="{{.Data.UserID}}"></div>
{{end}}