mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #570] Screen shaking #923
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#923
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tyler-widdison on GitHub (Jan 22, 2026).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/570
👋 Hey - Been working on getting a tui side client for a web app which houses volleyball videos and volleyball scouting files. Goal is to allow users to batch download content. I got it working, however the screen is shaking a ton when I the app starts to interact with the content of the web page. The app works in this way:
User opens the vm-tui, presses (enter) login, user is taken to the web page and logs in, dual auth if needed, then the app snags the token and starts using it to parse through the apis to replicate the web page in tui format. It is likely I just need some direction on where to look or how to handle some of the logic, here is a screen recording of it happening.
https://github.com/user-attachments/assets/00a1911e-2569-4e6b-bbd8-d35ac1b7842f
@msmps commented on GitHub (Jan 22, 2026):
Is this for the following repo? It looks like you're using ink?
@simonklee commented on GitHub (Jan 22, 2026):
So the fix is to use OpenTUI 😉
@Tyler-widd commented on GitHub (Jan 22, 2026):
🤦♂️