• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sgobotta / live_dj / 24b95747a2a42a6997db3b6ddda092af36f3da89
68%

Build:
DEFAULT BRANCH: dev
Ran 24 Aug 2026 04:19AM UTC
Jobs 1
Files 82
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Aug 2026 04:17AM UTC coverage: 69.458% (+0.2%) from 69.275%
24b95747a2a42a6997db3b6ddda092af36f3da89

push

github

web-flow
Render Multiavatar avatars instead of initials (#144)

* Add @multiavatar/multiavatar dependency

Pulls in the JS library that generates unique deterministic SVG
avatars from a seed string, used to replace the initial-letter
avatar fallback.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01S5fHg4fxHqmtbcfucujcaU

* Add Avatar JS hook to render Multiavatar SVGs

Registers a phx-hook that reads a seed from the element's
data-seed attribute and injects the generated Multiavatar SVG on
mount/update.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01S5fHg4fxHqmtbcfucujcaU

* Render Multiavatar avatars in place of initials

Extracts a shared avatar/1 component that shows the avatar image if
present, otherwise mounts the Avatar hook seeded by the user's label,
keeping the colored-initials badge in the DOM as a pre-hydration/
no-JS fallback. user_avatar/1 now delegates to it, and every call
site (nav bar, settings modal, per chat message) passes the id the
hook requires.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01S5fHg4fxHqmtbcfucujcaU

* Use the shared avatar component in mini_avatar_stack

Removes the duplicated initials/color logic from
MiniAvatarStackComponent in favor of CustomComponents.avatar/1, and
adds the id the stack now requires to build each avatar's unique
hook id at every call site (session header, featured room, room
grid).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01S5fHg4fxHqmtbcfucujcaU

* Include the tracked user's id in presence metadata

Presence metadata carried username/email/avatar_url but discarded
the id used as the tracking key, leaving no reliable way to match a
presence entry back to the current user. Needed to identify the
current user in the room header's avatar stack.

Co-Authored-By: Claude S... (continued)

1460 of 2102 relevant lines covered (69.46%)

31.44 hits per line

Coverage Regressions

Lines Coverage ∆ File
12
62.86
1.57% //lib/livedj_web/components/mini_avatar_stack_component.ex
9
54.72
0.0% //lib/livedj_web/components/session_modals.ex
6
88.89
2.22% //lib/livedj_web/components/custom_components.ex
2
33.33
0.0% //lib/livedj/presence.ex
1
83.33
-16.67% //lib/livedj/accounts/guest.ex
Jobs
ID Job ID Ran Files Coverage
1 24b95747a2a42a6997db3b6ddda092af36f3da89.1 24 Aug 2026 04:19AM UTC 82
69.46
GitHub Action Run
Source Files on build 24b95747a2a42a6997db3b6ddda092af36f3da89
  • Tree
  • List 82
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 24b95747 on github
  • Prev Build on dev (#F3251D12...)
  • Next Build on dev (#1D26F72B...)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc