Skip to content
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

設定のブラウザタブのデザインの更新 #4222

Merged
merged 2 commits into from
Jan 30, 2024

Conversation

nokhnaton
Copy link
Contributor

issue: #2203
image

figma:
https://www.figma.com/file/6Wme6N24y3GN2jD0vqZWZr/traQ-S-UI?node-id=9779%3A22777&mode=dev

動作確認:
通知はブラウザの設定から変更可能。デフォルト(確認)、許可、拒否の3状態がある。

@nokhnaton nokhnaton self-assigned this Jan 29, 2024
Copy link

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (24d955b) 86.35% compared to head (e2ba159) 86.35%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4222   +/-   ##
=======================================
  Coverage   86.35%   86.35%           
=======================================
  Files          66       66           
  Lines        4719     4719           
  Branches      564      564           
=======================================
  Hits         4075     4075           
  Misses        638      638           
  Partials        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@mehm8128 mehm8128 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

大体問題なさそうですがちょっとだけ

Comment on lines +5 to +12
<p>
特定のチャンネルを指定します。OFFの場合は最後に開いたチャンネルが設定されます。
</p>
<form-selector
v-if="openMode === 'particular'"
v-model="openChannelNameValue"
:options="channelOptions"
/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should
ここ隙間4pxほしいです

Comment on lines 52 to 53
if (openModeValue.value === 'lastOpen') openModeValue.value = 'particular'
else openModeValue.value = 'lastOpen'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

imo
ちょっと見づらいので囲ってほしいかもです

Suggested change
if (openModeValue.value === 'lastOpen') openModeValue.value = 'particular'
else openModeValue.value = 'lastOpen'
if (openModeValue.value === 'lastOpen') {
openModeValue.value = 'particular'
} else {
openModeValue.value = 'lastOpen'
}

Copy link
Member

@mehm8128 mehm8128 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

よさそうです
多分キャッシュの方は待たずにマージしちゃってOKだと思います

@nokhnaton nokhnaton merged commit 6647db2 into master Jan 30, 2024
11 checks passed
@nokhnaton nokhnaton deleted the feat/setting_browser branch January 30, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants