-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/#16 screen mock insite #20
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
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
dcf785e
chore: claude.mdを更新
273Do 792f113
feat: insights画面を実装
273Do 35fb4d3
feat: journal選択チップを実装
273Do ce1093e
feat: insights画面のカードを実装
273Do cfb42b0
feat: インサイトカードのデモを実装
273Do e328dc8
feat: journal chipを画面上部に固定
273Do 31acff7
feat: journal chipを画面上部に固定
273Do b2d5e8e
fix: 軽微なスタイルの修正
273Do cd8ce45
fix: jounral-chipのスタイルの修正
273Do 2e75774
fix: カードの軽微な修正
273Do 135a863
fix: 各種作成画面のボタンスタイルの修正
273Do 5304812
refactor: 軽微なリファクタ
273Do 2e4e075
refactor: 軽微なリファクタ
273Do 74b9701
feat: 不要なコンポーネントを削除
273Do d0e9d4d
refactor: コンポーネントを分離
273Do 28432fb
feat: textフィールドの統計を実装しスタイルを調整
273Do f7667f6
feat: チャートスタイルを調整
273Do d958213
chore: Merge branch 'develop' into feature/#16-screen-mock-insite
273Do 10ae140
chore: eslintに設定を追加
273Do 09b3031
refactor: 型エラーが起きないようリファクタ
273Do 98b4cea
feat: longTextの統計カードを実装
273Do 6f20971
fix: スタイルなどの軽微な修正
273Do 3a066aa
feat: そのほかのfield stats cardを実装
273Do 2f15f3a
feat: jsdocを追加
273Do 3c571a3
fix: 軽微な修正
273Do File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| import { useColorScheme } from "react-native"; | ||
|
|
||
| import { Stack } from "expo-router"; | ||
|
|
||
| export default function InsightsLayout() { | ||
| const colorScheme = useColorScheme(); | ||
| const titleColor = colorScheme === "dark" ? "#ffffff" : "#000000"; | ||
|
|
||
| return ( | ||
| <Stack | ||
| screenOptions={{ | ||
| headerTransparent: true, | ||
| headerTitleStyle: { | ||
| color: titleColor, | ||
| }, | ||
| headerBackButtonDisplayMode: "minimal", | ||
| }} | ||
| /> | ||
| ); | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| import { Stack } from "expo-router"; | ||
|
|
||
| import { InsightsView } from "@/components/insights/insights-view"; | ||
|
|
||
| /** | ||
| * インサイト画面 | ||
| */ | ||
| export default function InsightsScreen() { | ||
| // const router = useRouter(); | ||
|
|
||
| return ( | ||
| <> | ||
| <Stack.Screen | ||
| options={{ | ||
| title: "Insights", | ||
| headerLargeTitleEnabled: true, | ||
| unstable_headerRightItems: () => [ | ||
| { | ||
| type: "button", | ||
| label: "Create New Journal", | ||
| icon: { type: "sfSymbol", name: "gearshape" }, | ||
| // onPress: () => router.push("/(journal)/create"), | ||
| onPress: () => console.log("test"), | ||
| }, | ||
| ], | ||
| }} | ||
| /> | ||
| <InsightsView /> | ||
| </> | ||
| ); | ||
| } | ||
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
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.