Colin Chadwick
Colin Chadwick
And another one: Screenshot:  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)
This is my contribution to the TT3 style variations: Screenshot:  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...
# 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...
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...