feat(ui/table): Highlight the filter form only when it is active and in input mode #1134
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: | |
push: | |
branches: [main] | |
paths-ignore: | |
- README.md | |
- CHANGELOG.md | |
- LICENSE | |
- assets/ | |
- screenshots/ | |
pull_request: | |
branches: [main] | |
paths-ignore: | |
- README.md | |
- CHANGELOG.md | |
- LICENSE | |
- assets/ | |
- screenshots/ | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | |
- uses: dtolnay/rust-toolchain@stable | |
- name: Run tests | |
run: cargo test --all |