History log of /expo/docs/ui/components/Navigation/SectionList.tsx (Results 1 – 7 of 7)
Revision Date Author Comments
# f4b1168b 09-Mar-2023 Bartosz Kaszubowski <[email protected]>

[docs] migrate to new styleguide packages (#21557)


# 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 ...


# db57e342 21-Dec-2022 Bartosz Kaszubowski <[email protected]>

[docs] switch to the new font system introduced in Next 13 (#20536)


# 16f9e9a3 02-Jun-2022 Bartosz Kaszubowski <[email protected]>

[docs] update Styleguide, replace most of the icons (#17716)


# 5db914c7 11-May-2022 Bartosz Kaszubowski <[email protected]>

[docs] redesign: new Collapsible component (#17435)


# 26256a2e 05-May-2022 Brent Vatne <[email protected]>

[docs] Move development builds to guides (#17341)


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

[docs] Partially add redesigned sidebar navigation (#16192)

* [docs] Add first draft sidebar navigation components

* [docs] Add active page marker and fix spacing

* [docs] Add navigation sideb

[docs] Partially add redesigned sidebar navigation (#16192)

* [docs] Add first draft sidebar navigation components

* [docs] Add active page marker and fix spacing

* [docs] Add navigation sidebar renderer and fix section list

* [docs] Add semi-optimized active node detection

* [docs] Add tests for navigation active node detection

* [docs] Add navigation render tests

* [docs] Fix linting issues

* [docs] Stop the iteration early if the active nodes are found

* [docs] Align group titles with text

* [docs] Make the error message in navigation renders a bit clearer

show more ...