FEATURE: Use full width for result view #105
tests.yml
on: push
CommandBar build
1m 30s
CommandBar tests
4m 11s
Annotations
6 errors and 2 warnings
CommandBar build:
packages/commandbar/src/components/CommandBarDialog/CommandBarDialog.tsx#L127
Replace `⏎····················className={classnames(⏎························styles.resultsWrap,⏎························expanded.value·&&·styles.expanded,⏎····················)}⏎················` with `·className={classnames(styles.resultsWrap,·expanded.value·&&·styles.expanded)}`
|
|
|
CommandBar build:
packages/commandbar/src/components/CommandBarFooter/CommandBarFooter.tsx#L29
Replace `⏎············?·commands.value[commandId]·??·result.value.options[commandId]⏎···········` with `·?·commands.value[commandId]·??·result.value.options[commandId]`
|
CommandBar build:
packages/commandbar/src/components/CommandBarFooter/CommandBarFooter.tsx#L46
Insert `⏎························`
|
CommandBar build
Process completed with exit code 1.
|
CommandBar build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
CommandBar tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|