feat: Add PWA (Progressive Web App) with same UI as iOS PocketApp#2
Open
feat: Add PWA (Progressive Web App) with same UI as iOS PocketApp#2
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>
- React + TypeScript + Vite + Tailwind CSS - Welcome screen with carousel (Portfolio, Chat, Stock Chart cards) - Login sheet with MetaMask, Email, Google, Other Socials, Wallet selection - MainTabView with custom tab bar (Home, Chat, Market, Settings) - HomeView with portfolio balance, AI agents, assets list - ChatView with AI agent conversations and trade badges - MarketView with search, timeframe selector, mini charts - SettingsView with profile, wallets, preferences - PWA manifest for installability - Dark theme matching iOS design (Pocket Cyan #00D9F2) 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.
PWA (Progressive Web App) Implementation
React + TypeScript + Vite + Tailwind CSS で iOS PocketApp と全く同じ挙動の PWA を実装。
実装内容
Tech Stack
デプロイ済み
https://swift-development-app-td1stfrs.devinapps.com
Link to Devin Session
https://app.devin.ai/sessions/e15a228c833e481cbcef92e032842427
Requested by: DAR (shoei0205@gmail.com) / @i4RP