Conversation
AppConfigにAppearanceConfig(テーマ・カラー・フォントサイズ・レイアウト)、 EditorConfig(フォント・表示・インデント設定)、KeybindingsConfig(プリセット)、 ToolsConfig(外部ツール・自動フェッチ)を追加。 全フィールドに#[serde(default)]を付与し既存config.tomlとの後方互換性を確保。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CSS変数ベースのテーマ切り替えを実装。data-theme属性でライト/ダーク、 data-color-theme属性でCobalt/Emerald/Rose/Amber/Slate/Violetの6カラーを切り替え。 configStoreで設定状態管理、useThemeフックでDOM属性を即座に反映。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
AI Settingsのみから、Appearance/Editor/Keybindings/External Tools/AI Settingsの 5タブ構成に拡張。各タブコンポーネントを新規作成し、デザインモックに準拠した UIを実装。テーマセレクタ・カラーピッカー・キーバインドリストのCSSを追加。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
hostingモジュールを新規作成。remote URL解析によるGitHub/GitLab自動検出、 gh CLIラッパーによるPR一覧/詳細・Issue一覧・CI/CDチェック取得、 デフォルトブランチ取得、ブラウザでのPR作成を実装。 クロスプラットフォーム対応(macOS/Linux/Windows)のブラウザ起動。 GitBackendトレイトにworkdir()を追加。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
HostingPageを新規作成しPR一覧/詳細・Issue一覧・CI/CDチェック表示を実装。 サイドバーにHostingセクションを追加しページ遷移に対応。 hostingStoreでホスティング状態管理、App.tsxでテーマ統合とルーティング追加。 PR作成モーダルでデフォルトブランチを自動取得。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
configStore(8テスト): loadConfig/saveConfig/updateAppearanceの成功・失敗・ ローディング・null guard。hostingStore(14テスト): fetchHostingInfo/ fetchPullRequests/fetchIssues/selectPr/fetchDefaultBranchの成功・失敗、 setActiveTab、clearError。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
std::process::Commandによるプラットフォーム別分岐(open/xdg-open/cmd)を tauri-plugin-openerに置き換え。dev modeでもブラウザ起動が動作するようになる。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8d445d9 to
7b0ba6c
Compare
Co-Authored-By: Claude Opus 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.
Summary
Test plan
🤖 Generated with Claude Code