generated from block/oss-project-template
-
Notifications
You must be signed in to change notification settings - Fork 16
chore: migrate mobile apps #156
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remote access with localtunnel + QR code scanning, icon etc
working with cloudflared
) - Add collapsible agents section (collapsed by default) - Show agent count badge and current agent name on right side of header - Move favorite star to left side of session rows for better accessibility - Prevent time and message count from wrapping to new lines - Increase time width to 65pt to fit 'XX:XX AM' format - Increase message count width to 48pt to fit 3-digit numbers - Left-align all session names at consistent position (28pt from edge) - Add 120pt spacing after agents section for clear visual separation - Remove divider line after agents for cleaner appearance - Fix text scaling issues - only truncate, never scale down
* feat: Add pulsing animation to favorite node rings - Add pulsing ring animation to favorite nodes similar to draft node - Static yellow ring at base size with pulsing ring that scales to 1.5x - Pulse fades from 0.6 to 0.0 opacity over 1.5 seconds - Uses same animation timing as draft node for consistency * feat: Make favorite node pulse slower with blur effect - Slow down favorite pulse animation from 1.5s to 3.0s (2x slower than draft) - Add blur effect (radius: 4) to the pulsing ring for softer glow - Increase ring thickness to 2.5pt for more prominence - Scale pulse to 1.6x (vs 1.5x before) for more dramatic effect - Separate animation state for favorites (favoritePulse) independent of draft node * feat: Position favorite ring very close to node for tighter visual effect
* basic offline lists * wording * better retry and cache clarity
* fixing to load session with new api * no export hassles
* token bar fix * Simplify Trial Mode: Remove mock data and use persistent single session * Add visual-only fake nodes to NodeMatrix in trial mode * cater to thinking * more trial mode support
* liquid glass * keep logic for sidebar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Moving the goose android mobile (FKA gosling) to goose-android-agent subdir, and subtree importing goose-ios client from michaelneale/goose-ios to consolidate mobile efforts in one polyrepo.