stakwork / sphinx-mac

Sphinx app for mac desktop
MIT License
4 stars 16 forks source link

Join Tribes Window Too Large #95

Closed uncleJim21 closed 7 months ago

uncleJim21 commented 1 year ago

Use “test-flight” branch

Task

Fix issue where Join Tribes Window is too large.

image

Steps to recreate:

Fix

Acceptance Criteria

tomastiminskas commented 11 months ago

Content of Join tribe view should be scrollable

patgarner commented 9 months ago

Please assign this one to me :)

patgarner commented 8 months ago

I've pushed a fix, but I now realize the instructions say that the Join Tribe button should always be glued to the bottom at all times. For clarity, does this mean you want the view content to scroll behind the button?

https://github.com/stakwork/sphinx-mac/assets/309928/da990b66-8793-4483-84b0-b1fc5ed32cc2

tomsmith8 commented 8 months ago

In order to keep Join Tribe visible, making the content scrollable is the only option with the current design format. Looks good to me!

patgarner commented 8 months ago

All the programmatic UI has been moved to the storyboard and a clipview subclass was added to enhance the positioning of the scrollview content when resizing the view/window. Including another demo here (for posterity?) which uses a bugus tribe description to enhance the demonstration of the view layout.

https://github.com/stakwork/sphinx-mac/assets/309928/6df2a188-b0bf-4d59-9550-eb3b3071d4f1

tomastiminskas commented 8 months ago

Perfect, thanks @patgarner . I will review and merge during the day.