History log of /expo/docs/ui/components/Sidebar/SidebarLink.tsx (Results 1 – 13 of 13)
Revision Date Author Comments
# 8c97fc97 26-Jun-2023 Bartosz Kaszubowski <[email protected]>

[docs] a11y: customize focus appearance, ensure visibility (#23093)


# 18828930 19-May-2023 Bartosz Kaszubowski <[email protected]>

[docs] fix SidebarLink layout shift issue (#22566)


# 6c13861c 28-Apr-2023 Bartosz Kaszubowski <[email protected]>

[docs] tweak sidebar activity indicator and spacing (#22288)


# 491cd33f 27-Apr-2023 Bartosz Kaszubowski <[email protected]>

[docs] update Next and Styleguide packages to the latest version (#22274)


# 9de0c686 06-Apr-2023 Aman Mittal <[email protected]>

[docs] reorganize navigation structure, introduce Home route (#22011)

Co-authored-by: Simek <[email protected]>


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


# 1e6ef22d 14-Dec-2022 Bartosz Kaszubowski <[email protected]>

[docs] cleanup website common files (#20455)


# c72cf419 24-Nov-2022 Bartosz Kaszubowski <[email protected]>

[docs] remove React Native docs and docs submodule (#19287)

Co-authored-by: Brent Vatne <[email protected]>


# cb5b8d03 27-Oct-2022 Bartosz Kaszubowski <[email protected]>

[docs] update to Next 13, refactor links (#19698)


# c9de59e3 20-Sep-2022 Bartosz Kaszubowski <[email protected]>

[docs] ensure that active sidebar link is always in viewport (#19193)


# d04fd43f 23-Aug-2022 Bartosz Kaszubowski <[email protected]>

[docs] refactor navigation UI, switch to new Header (#18423)