Skip to content

feat(web): harden responsive workspace layout #195

feat(web): harden responsive workspace layout

feat(web): harden responsive workspace layout #195

Triggered via pull request August 30, 2026 03:15
@redxzetaredxzeta
synchronize #167
issue-126
Status Success
Total duration 24m 10s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
24m 5s
Format, Lint, Typecheck, Test, Browser Test, Build
Windows Process Regression
3m 37s
Windows Process Regression
Migration Lineage
11s
Migration Lineage
Release Smoke
18s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Format, Lint, Typecheck, Test, Browser Test, Build
Process completed with exit code 1.
eslint-plugin-unicorn(prefer-add-event-listener): apps/web/src/components/profile/avatarImage.ts#L30
Prefer `addEventListener()` over their `on`-function counterparts.
eslint-plugin-unicorn(prefer-add-event-listener): apps/web/src/components/profile/avatarImage.ts#L22
Prefer `addEventListener()` over their `on`-function counterparts.
eslint-plugin-unicorn(prefer-add-event-listener): apps/web/src/components/profile/avatarImage.ts#L21
Prefer `addEventListener()` over their `on`-function counterparts.
eslint-plugin-unicorn(no-array-sort): scripts/verify-packaged-desktop-startup.ts#L102
Use `Array#toSorted()` instead of `Array#sort()`.
eslint-plugin-unicorn(no-useless-spread): apps/server/src/provider/opencodeRuntime.ts#L904
Using a spread operator here creates a new object unnecessarily.
eslint-plugin-unicorn(no-array-sort): scripts/lib/release-artifact-provenance.ts#L163
Use `Array#toSorted()` instead of `Array#sort()`.