History log of /expo/docs/ui/components/Header/Header.tsx (Results 1 – 10 of 10)
Revision Date Author Comments
# d4dd1f0b 16-Aug-2023 Tomasz Czajęcki <[email protected]>

[docs] Add 'Star Us on GitHub' link like on the website (#23981)

# Why

We decided to follow what we are doing on the website and add a 'Star Us
on GitHub' link.

# How

By adding a button li

[docs] Add 'Star Us on GitHub' link like on the website (#23981)

# Why

We decided to follow what we are doing on the website and add a 'Star Us
on GitHub' link.

# How

By adding a button like on the website.

I added a similar button which just links to the GitHub page, so it's a
bit redundant with current GitHub link (do we want to change URL to
something more specific? I am not sure if it makes sense to replace the
existing GitHub link as people want to go there even if they already
starred us and it feels incorrect to use this button for that).

Button is displayed on only desktop browser size (not enough space on
mobile and if we were to replace it with icon it would directly
duplicate the existing link).

# Test Plan

\-

# Checklist

- [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 `npx expo prebuild` & EAS Build
(eg: updated a module plugin).

show more ...


# f4b1168b 09-Mar-2023 Bartosz Kaszubowski <[email protected]>

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


# 00f79093 22-Feb-2023 Bartosz Kaszubowski <[email protected]>

[docs] update Header and navigation Sidebar UIs, improve a11y (#21307)


# b4bb5e4d 01-Feb-2023 Bartosz Kaszubowski <[email protected]>

[docs] add new Sidebar footer (#21020)


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


# 50d2f1c4 25-Aug-2022 Bartosz Kaszubowski <[email protected]>

[docs] update DocSearch component (#18788)

Co-authored-by: Jon Samp <[email protected]>


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

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


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

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


# d5517a1f 14-Apr-2022 Bartosz Kaszubowski <[email protected]>

[docs] redesign: new Error pages (#16989)


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