History log of /expo/docs/ui/components/Table/Table.tsx (Results 1 – 10 of 10)
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)


# 3c9a6b96 13-Dec-2022 Bartosz Kaszubowski <[email protected]>

[docs] use mostly new components to render MDX files, unify links appearance (#20429)


# 84c587a8 17-Oct-2022 Bartosz Kaszubowski <[email protected]>

[sensors][docs] migrate Accelerometer to autogenerated docs (#19564)


# d9bd5b6c 27-Sep-2022 Bartosz Kaszubowski <[email protected]>

[docs] implement new Callouts, support type passing in MDs (#19238)


# 6a5c065c 05-Jul-2022 Bartosz Kaszubowski <[email protected]>

[docs] APISection: improve entries and platform labels appearance (#17872)


# 821bddc5 26-May-2022 Bartosz Kaszubowski <[email protected]>

[docs] improvements for new tables (#17661)


# af644ed4 26-May-2022 Bartosz Kaszubowski <[email protected]>

[docs] redesign: new Table component (#17462)


# 30d2e61e 01-Feb-2022 Cedric van Putten <[email protected]>

[docs] Add redesigned table components (#16133)

* [docs] Add redesigned link and text components

* [docs] Finalize rebase on main

* [docs] Add redesigned table components

* [docs] Add new t

[docs] Add redesigned table components (#16133)

* [docs] Add redesigned link and text components

* [docs] Finalize rebase on main

* [docs] Add redesigned table components

* [docs] Add new table to markdown components

* [docs] Refresh table design

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

* [docs] Clean up row styling

* [docs] Tweak table for markdown usage (#16154)

* [docs] Add note about global table styles

* [docs] Add separate table head component

* [docs] Implement table head component in markdown

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

show more ...