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

コメントのフォントサイズに下限を設定 fix #86 #160

Merged
merged 3 commits into from
Jul 3, 2021

Conversation

o137
Copy link
Contributor

@o137 o137 commented Jun 30, 2021

スマホのような小さな画面でもコメントが読めるサイズになります
大きな画面では今までどおりのコメントの大きさです(ニコニコを真似した)

PR出してから気が付きましたが #85 を解決しかけているので、次は85のPRを書こうとおもっています。

@sapphi-red
Copy link
Contributor

:pro:

@FujishigeTemma FujishigeTemma requested a review from sapphi-red July 1, 2021 15:22
Copy link
Contributor

@sapphi-red sapphi-red left a comment

Choose a reason for hiding this comment

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

いい感じです 👍 🎊
いくつか 🙏

client/src/components/LiveOverlay/Nico.vue Outdated Show resolved Hide resolved
client/src/components/LiveOverlay/commentRenderer.ts Outdated Show resolved Hide resolved
@o137
Copy link
Contributor Author

o137 commented Jul 2, 2021

最小な要素のindexを探す部分を切り分けてみました。

あと質問ですが、Vue の computed を使うタイミングとしては、Refのようなリアクティブな値から計算される値は基本的に computed でリアクティブにしたほうがいい、という理解であってますか?

@o137 o137 requested a review from sapphi-red July 2, 2021 10:35
Copy link
Contributor

@sapphi-red sapphi-red left a comment

Choose a reason for hiding this comment

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

LGTM 🎉

@sapphi-red
Copy link
Contributor

リアクティブな値から算出される値に関しては、computedを使うのがいいですね
定数値以外はリアクティブしないとvueの仕組み上動かないので、リアクティブにしたほうがいいというよりはリアクティブしないと動作しないというほうが正しいですね

@sapphi-red sapphi-red merged commit 132d44e into traPtitech:master Jul 3, 2021
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.

2 participants