Skip to content

Refactor all bottom sheets to use BottomSheetModalContext, fix bug preventing Bottom Sheet from opening if Reduced Motion iOS setting is on #4330

Refactor all bottom sheets to use BottomSheetModalContext, fix bug preventing Bottom Sheet from opening if Reduced Motion iOS setting is on

Refactor all bottom sheets to use BottomSheetModalContext, fix bug preventing Bottom Sheet from opening if Reduced Motion iOS setting is on #4330

Workflow file for this run

name: web-bundle-diff
on:
pull_request:
push:
branches:
- 'main'
jobs:
bundle-diff:
runs-on: ubuntu-latest
steps:
- uses: 'actions/checkout@v3'
with:
fetch-depth: 0
- uses: 'actions/setup-node@v3'
with:
node-version: 20.5.0
cache: 'yarn'
- run: 'yarn install --immutable'
- name: Build Next.js App
run: DISABLE_SENTRY=true node_modules/.bin/moon run web:build
- name: Analyze bundle sizes
uses: transferwise/actions-next-bundle-analyzer@master
with:
# Filename of the workflow this step is defined in
workflow-id: web.bundle-diff.yml
base-branch: main
working-directory: apps/web
env:
# This secret is automatically injected by GitHub
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}