Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compact vs regular rows #92

Merged
merged 6 commits into from
Dec 29, 2023
Merged

Conversation

jwallet
Copy link
Contributor

@jwallet jwallet commented Dec 19, 2023

added a prop to NetworkLogger component

<NetworkLogger compact />

note: unit tests will run with TZ=UTC flag enabled, so all Date will be formatted as UTC. It was needed to test the startTime 00:00:00 UTC was changed to local time

regular compact
image image

@@ -49,8 +49,8 @@ const Options: React.FC<Props> = ({ options }) => {
{options.map(({ text, onPress }) => (
<Button
key={text}
onPress={async () => {
await onPress();
onPress={() => {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this was reverted again, but I will create a fix seperately

@alexbrazier alexbrazier merged commit 3913d9d into alexbrazier:master Dec 29, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants