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

BacLuc / ecamp3 / 28466554920
36%
devel: 36%

Build:
Build:
LAST BUILD BRANCH: add-component-e2e-tests
DEFAULT BRANCH: devel
Ran 30 Jun 2026 06:21PM UTC
Jobs 3
Files 696
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

30 Jun 2026 06:20PM UTC coverage: 35.745%. First build
28466554920

push

github

BacLuc
fix(program): avoid eager VOverlay mount causing Safari WeakMap error

Safari 17.1 throws "WeakMap keys must be objects or non-registered
symbols" in Vue's reactivity system when many VOverlay instances are
created simultaneously. This was triggered on the program/period view
after creating a new activity: the schedule-entries reload caused all
PicassoEntry components to mount, each eagerly mounting a VDialog
(DialogActivityEdit) via DialogForm's hardcoded `eager` prop. With
50+ activities on screen, this created 50+ reactive Sets at once inside
Vuetify's useStack(), hitting the Safari WeakMap limit.

Removing `eager` from DialogForm makes VOverlay mount lazily (only when
the dialog is actually opened), eliminating the simultaneous burst.
DetailPane.vue already passes `eager` explicitly via $attrs, so its
behaviour is unchanged.

Also remove the stale `:multiple="null"` attribute on VMenu in
SelectFilter — VMenu has no `multiple` prop, so this was always a
no-op.

fixes https://github.com/ecamp/ecamp3/issues/10185

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

840 of 4747 branches covered (17.7%)

Branch coverage included in aggregate %.

0 of 1 new or added line in 1 file covered. (0.0%)

4852 of 11177 relevant lines covered (43.41%)

984.17 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
3.57
frontend/src/components/dashboard/SelectFilter.vue
Jobs
ID Job ID Ran Files Coverage
1 frontend - 28466554920.1 30 Jun 2026 06:23PM UTC 389
15.3
GitHub Action Run
2 pdf - 28466554920.2 30 Jun 2026 06:21PM UTC 68
73.06
GitHub Action Run
3 api - 28466554920.3 30 Jun 2026 06:24PM UTC 239
88.33
GitHub Action Run
Source Files on build 28466554920
  • Tree
  • List 696
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28466554920
  • abb0544f on github
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc