History log of /expo/docs/ui/components/Layout/LayoutScroll.tsx (Results 1 – 6 of 6)
Revision Date Author Comments
# be43ea08 23-Feb-2023 Bartosz Kaszubowski <[email protected]>

[docs] UI tweaks and corrections (#21360)


# 14c78e61 12-Jan-2023 Jon Samp <[email protected]>

[docs] Add radix colors (#20397)

# Why

I updated the styleguide to use Radix colors. This PR adds the new
version of styleguide to the docs and changes all the color, shadow, and
border-radius

[docs] Add radix colors (#20397)

# Why

I updated the styleguide to use Radix colors. This PR adds the new
version of styleguide to the docs and changes all the color, shadow, and
border-radius values.

# How

- Very carefully finding + replacing values.
- Also used `tsc` to find spots where I missed.

# Test Plan

I looked through the docs for awhile and fixed up a lot of spots that
did not look correct. However, there may be more spots out there, so
please click through the website and report any color issues that appear
in this PR and not in production.

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [x] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [x] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [x] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).

show more ...


# 640b8015 13-Apr-2022 apeltop <[email protected]>

[docs] correct typos (#17021)


# 34b42efd 09-Apr-2022 Bartosz Kaszubowski <[email protected]>

[docs] redesign: draft of Layout Header with some improvements (#16706)

Co-authored-by: Cedric van Putten <[email protected]>


# 4d749394 10-Feb-2022 Cedric van Putten <[email protected]>

[docs] Fix persisting scroll and background colors in navigation (#16248)

* [docs] Add scrolling to navigation and set proper background colors

* [docs] Add scroll persist hook for layout scroll

[docs] Fix persisting scroll and background colors in navigation (#16248)

* [docs] Add scrolling to navigation and set proper background colors

* [docs] Add scroll persist hook for layout scroll

* [docs] Reimplement scroll persist on the navigation sidebar

* [docs] Fix linting issue

show more ...


# d5113603 09-Feb-2022 Cedric van Putten <[email protected]>

[docs] Add grid based layout component (#16226)

* [docs] Add grid based layout component

* [docs] Add scroll and content behavior in the layout