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

Rewrite EOS handle scene #4352

Merged
merged 3 commits into from
Jul 25, 2023
Merged

Conversation

swansontec
Copy link
Contributor

@swansontec swansontec commented Jul 21, 2023

CHANGELOG

  • changed: Re-theme the EOS handle scene.

Dependencies

none

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

@swansontec swansontec force-pushed the william/rewrite-eos-handle-scene branch from 896076b to 6a5f249 Compare July 21, 2023 21:55
@swansontec
Copy link
Contributor Author

simulator_screenshot_60BB7A33-BB02-4631-9260-AFA9E3B32A45
simulator_screenshot_A9DCD6A7-62EE-4B67-9D38-A71ACF9B096F

@swansontec
Copy link
Contributor Author

simulator_screenshot_8B8A596F-CA12-4317-9B43-22ED23BF9A09
simulator_screenshot_C1DA52EA-659B-4879-9110-9955320E2980

@swansontec swansontec force-pushed the william/rewrite-eos-handle-scene branch 2 times, most recently from 98603ae to 67dee1d Compare July 24, 2023 17:52
type="primary"
onPress={handleSubmit}
/>
<View style={{ paddingBottom: 400 }} />
Copy link
Collaborator

@Jon-edge Jon-edge Jul 24, 2023

Choose a reason for hiding this comment

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

This hard-coded padding allows you to scroll the scene for no reason, especially apparent when the keyboard is collapsed.

The MainButton ought to be stuck to the bottom of the screen or top of the keyboard, keeping aligned with most of our button layouts.

Copy link
Collaborator

Choose a reason for hiding this comment

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

However, this isn't possible unless we

  1. Disable scroll in the SceneWrapper or
  2. Implement content size aware (dynamic scroll enable/disable) SceneWrapper or
  3. Some other trick I never figured out

I'm fine punting this detail until we do 2

@Jon-edge Jon-edge force-pushed the william/rewrite-eos-handle-scene branch from e2dae16 to b88829a Compare July 24, 2023 23:20
@swansontec swansontec force-pushed the william/rewrite-eos-handle-scene branch from b88829a to db86daa Compare July 24, 2023 23:44
@swansontec swansontec force-pushed the william/rewrite-eos-handle-scene branch from db86daa to fcc0610 Compare July 25, 2023 15:55
@swansontec swansontec merged commit ddc7274 into develop Jul 25, 2023
2 checks passed
@swansontec swansontec deleted the william/rewrite-eos-handle-scene branch July 25, 2023 16:03
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.

2 participants