Skip to content

Fixes the issue of navigation bar hiding on tab switch resulting in content visiblity under navigatoin bar in Search tab. #24

Fixes the issue of navigation bar hiding on tab switch resulting in content visiblity under navigatoin bar in Search tab.

Fixes the issue of navigation bar hiding on tab switch resulting in content visiblity under navigatoin bar in Search tab. #24

Workflow file for this run

# Checks the PR label against the app version, fails if they do not match.
# This is to prevent unwanted PRs from being merged into main.
name: Check PR and App Versions
on:
pull_request:
types:
- opened
branches:
- 'main'
workflow_dispatch: # allows workflow to be triggered manually
jobs:
check-version:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- name: Check PR label and App Versions
continue-on-error: false
run: |
echo "Testing"