feat: MVP UI#8
Closed
bwmx wants to merge 37 commits into
Closed
Conversation
…to feat/ui-ux-base
…to feat/ui-ux-base
Brings in 15 upstream commits: CI updates, app rename, security patches, dependency upgrades, new ac2-open-claw-reference package, and patch removals. pnpm-lock.yaml conflict resolved by regenerating with pnpm install. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
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.
Blockers
secret-keytype not currently supported in the keystore.Base64.installerror (originating from the bootstrap method), some sort of issues with react-native-quick-crypto/base64 dependenciesTODO
/componentsOptimizations/Improvements
useFontshook used to preload required fonts (also in theapp.config.js) and icons (MaterialIcons and FontAwesome6).app/index.tsxRoutes
/landing-/chat-Components
Base
AppTextgenericTextwrapper that creates consistent styles using the rootunistylestheme.ButtongenericTouchableOpacitybutton implementation with various variants, styles using the theme.WarningBannergeneric warning themed banner used on the landing page to notify user if any actions are required.Modals
ServiceSecretKeyVaultModala modal that managed the service secret keys (secret-keytype).ConnectNewAgentModala modal that allows connecting to a new agent (scan.tsx functionality replicated inside this component, a dedicated route is not needed for this flow) - redirects to relevant new chat window when successfulliquid:URI scanned.Chat
ChatRow- list item preview for chat/thread