Skip to content

table: Add sort button to table column. #78

table: Add sort button to table column.

table: Add sort button to table column. #78

Triggered via push July 28, 2024 15:22
Status Success
Total duration 1m 31s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3.0.11. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test: crates/ui/src/table.rs#L73
using `clone` on type `Option<Pixels>` which implements the `Copy` trait
Test: crates/ui/src/table.rs#L389
using `clone` on type `ColGroup` which implements the `Copy` trait
Test: crates/story/src/table_story.rs#L193
called `map(..).flatten()` on `Option`