Open
Conversation
- Add all source files (13 Swift files: Models, ViewModels, Views, Components, Extensions) - Add Package.swift (Swift 5.9+, iOS 16.0+) - Add README.md with project documentation - Add screenshots (portfolio, chat, stock chart cards) - Add .gitignore for Swift/Xcode/SPM - Add .swiftlint.yml configuration (0 errors, 2 warnings) - Add GitHub Actions CI workflow (SwiftLint + macOS build + screenshots) Co-Authored-By: DAR <shoei0205@gmail.com>
…ction) Co-Authored-By: DAR <shoei0205@gmail.com>
- Add MainTabView with custom tab bar navigation - Add HomeView with portfolio balance, agents, and assets sections - Add ChatView with AI agent chat and message input - Add MarketView with token list, search, and timeframe selector - Add SettingsView with profile, wallets, preferences, and about sections - Add PortfolioViewModel, ChatViewModel, MarketViewModel - Extend Models with Asset, WalletInfo, AgentDetail, MarketItem, AppTab - Add auth flow: Welcome -> Login -> MainTab based on AuthState - Add mockLogin() for development testing - Add logout() to AuthViewModel - Fix onChange deprecation for iOS 17 Co-Authored-By: DAR <shoei0205@gmail.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.
PocketApp 開発ワークスペース・環境セットアップ
セットアップ内容
技術スタック
Link to Devin Session
https://app.devin.ai/sessions/e15a228c833e481cbcef92e032842427
Requested by: DAR (shoei0205@gmail.com) / @i4RP