feat(drawer): add drawer component with brain primitive and helm styling #3962
ci.yml
on: pull_request
commitlint
24s
format-and-lint
1m 35s
build
3m 27s
unit
2m 38s
e2e
3m 30s
Annotations
7 errors
|
commitlint
You have commit messages with errors
⧗ input: fix(drawer): remove dead HlmDrawerHandle, fix iOS touch-action, fix _openTime cooldown
- Remove unused HlmDrawerHandle directive (the real handle logic lives in BrnDrawerHandle via hostDirective on HlmDrawerContent)
- Add static touch-action: none to .spartan-drawer-content in all style files so iOS Safari does not hijack the gesture before the pointerdown handler fires
- Set _openTime via effect on dialog state open instead of on first pointerdown, so the 500ms cooldown starts when the drawer opens rather than eating the user's first drag
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
|
unit
Process completed with exit code 1.
|
|
build
Canceling since a higher priority waiting request for ci-ci-refs/pull/1465/merge exists
|
|
build
The operation was canceled.
|
|
e2e
Canceling since a higher priority waiting request for ci-ci-refs/pull/1465/merge exists
|
|
e2e
The operation was canceled.
|
|
ci
Canceling since a higher priority waiting request for ci-ci-refs/pull/1465/merge exists
|