-
Notifications
You must be signed in to change notification settings - Fork 141
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
chore: AppHeader/mobile の内部処理を整理する vol.1 #5392
Open
AtsushiM
wants to merge
28
commits into
master
Choose a base branch
from
chore-refactoring-AppHeader-mobile
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+171
−76
Open
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
4c0c033
chore: AppHeaderのisChildNavigationGroupの型を調整する
AtsushiM 7a2e7d5
chore: AppHeaderのREADMEのフォーマットを修正
AtsushiM a87d247
chore: AppHeaderのbuildDisplayNameのロジックを整理
AtsushiM 5fb3030
chore: AppHeaderのuseMediaQueryのロジックを整理
AtsushiM aca1e98
chore: AppHeaderのuseAppLancherのlooseIncludeの処理を改善する
AtsushiM 1581148
chore: AppHeaderのuseAppLancherのsortFeaturesのifをswitchに置き換える
AtsushiM 85e2560
chore: AppHeaderのuseAppLancher内のif条件を整理
AtsushiM 062c617
chore: fix ci
AtsushiM de16079
chore: fix ci
AtsushiM e205a9b
Merge branch 'master' of https://github.com/kufu/smarthr-ui into chor…
AtsushiM 5cdcedb
Merge branch 'master' of https://github.com/kufu/smarthr-ui into chor…
AtsushiM f814266
Merge branch 'master' of https://github.com/kufu/smarthr-ui into chor…
AtsushiM ce7b044
chore: Headerの表示ロジックを調整
AtsushiM ba481d2
chore: ActualUserInfoを切り出す
AtsushiM f265092
chore: displayNameをuseMemo
AtsushiM e11b8b5
chore: classNameの生成を調整
AtsushiM 3e62c14
chore: translatedを定義
AtsushiM 5dd3b3c
chore: memo化
AtsushiM 28a4eec
chore: memo化
AtsushiM 37100cc
chore: ActualTenantSelectorを切り出す
AtsushiM e00b546
chore: MemoizedTenantDropdownTriggerを切り出す
AtsushiM 0b8e84f
chore: ActualReleaseNoteを切り出す
AtsushiM e83c032
chore: classNamesを調整
AtsushiM 139760b
chore: translatedを定義
AtsushiM 032a8d2
chore: fix ci
AtsushiM 35080fe
Merge branch 'master' of https://github.com/kufu/smarthr-ui into chor…
AtsushiM cfeb9f0
chore: buildDisplayNameのロジックを整理
AtsushiM b5b23f3
Merge branch 'master' of https://github.com/kufu/smarthr-ui into chor…
AtsushiM 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 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[ask] この変更で上記コメントはいらなくなりますかね?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
上記 is
smarthr-ui/packages/smarthr-ui/src/components/AppHeader/AppHeader.tsx
Lines 12 to 14 in b5b23f3