Colin Chadwick

Results 4 issues of Colin Chadwick

And another one: Screenshot: ![TT3 Variation _Dusk_ (1)](https://user-images.githubusercontent.com/62803839/184668587-328968c7-2f01-4dde-aeaf-dfda3ade5d7c.png) Figma link: https://www.figma.com/file/Fft6s8KS3I0BUcwu4ybdLd/TT3-Variation-%22Dusk%22?node-id=2%3A9 JSON: [variation-dusk.json.zip](https://github.com/WordPress/twentytwentythree/files/9338287/variation-dusk.json.zip)

[Type] Style Variation

This is my contribution to the TT3 style variations: Screenshot: ![TT3 Variation _Maresa_](https://user-images.githubusercontent.com/62803839/184106684-0532dd33-df5c-49a4-96fb-b295bbd8bdbb.png) Figma link: https://www.figma.com/file/NV8HsXUVEmTZNCrCOZdJcd/TT3-Variation-%22Maresa%22?node-id=0%3A1 JSON: [variation-maresa.json.zip](https://github.com/WordPress/twentytwentythree/files/9307684/variation-maresa.json.zip) As this is the first time I'm working with style variations, please...

[Type] Style Variation

# Bug report When a user is offline or in standby mode, the access_token is not refreshed as it requires a POST request to auth/v1/token?grant_type=refresh_token (which obviously fails without a...

bug

This PR adds an initial implementation for a `useTransitionState` hook, enabling developers to apply view transition names conditionally based on active navigation states. ### Changes: - Exports `useTransitionState` hook to...