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

画面上部に常にメッセージの日付を表示 #3747

Closed
wants to merge 5 commits into from

Conversation

mehm8128
Copy link
Member

@mehm8128 mehm8128 commented Jan 21, 2023

close #3746

元々はSlackみたいに1週間前までジャンプみたいなボタンをつける予定だったけど、一旦表示するだけにしました

@mehm8128 mehm8128 self-assigned this Jan 21, 2023
@codecov
Copy link

codecov bot commented Jan 21, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (042554e) 86.34% compared to head (0ac0445) 86.34%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3747   +/-   ##
=======================================
  Coverage   86.34%   86.34%           
=======================================
  Files          66       66           
  Lines        4709     4709           
  Branches      563      563           
=======================================
  Hits         4066     4066           
  Misses        637      637           
  Partials        6        6           

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

@mehm8128 mehm8128 force-pushed the feat/always_show_message_date branch from dbcab04 to cce080a Compare August 19, 2023 12:19
@kamij-i
Copy link

kamij-i commented Jun 27, 2024

なんか間違えて押したわ:gahaha:

@mehm8128 mehm8128 marked this pull request as draft June 27, 2024 12:38
@cp-20
Copy link
Contributor

cp-20 commented Jul 7, 2024

#4338 があればいらない気がします:eyes:

@mehm8128
Copy link
Member Author

mehm8128 commented Jul 7, 2024

どっちの実装方針にするかtraQチームで決めたことならそれでいいと思うのですが一応なんか役に立つかもなので書いておくと、

  1. デザインを考え直さない限り、スマホのときに横幅が足りなくなって日時もしくは名前が大幅に省略されてしまうことになりそう(特にdiscordとは違って表示名とID両方表示されているので)
  2. 元々はslackみたいに、クリックしたら1週間前とか1ヶ月前とかのメッセージに遡れるようなメニューを出すようにしたくてこの方式にしたというのもあったけど、挙動が怪しかったので一旦メニューは表示しないようにした
  3. 全てのメッセージに日付をつけるのが見た目的にあんまり好きじゃなかった

という点から全てのメッセージにつけるのではなくて上部に表示するようにしていました(ここからさらに議論するモチベはないので参考程度に、という感じです)
(あと、このPRが先にあったのに「#4338があればこっちはいらない」はなんか表現的におかしいような気が)

#4338がmergeされたらこのPRと元issueはcloseしちゃって大丈夫です

@kitsne241 kitsne241 closed this Jul 22, 2024
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.

画面上部に常にメッセージの日付を表示したい
4 participants