summaryrefslogtreecommitdiff
path: root/packages/client/src/components/renote-button.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(client): ツールチップの表示位置が正しくない問題を修正syuilo2022-02-021-1/+1
|
* refactor(client): i18n.locale -> i18n.tssyuilo2022-01-281-2/+2
|
* fix(client): better hover detectionsyuilo2021-12-051-7/+1
|
* fix(client): ↵syuilo2021-11-211-3/+1
| | | | リアクションツールチップ、Renoteツールチップのユーザーの並び順を修正
* update linrsyuilo2021-11-191-2/+2
|
* refactor(client): improve readabilitysyuilo2021-11-121-6/+2
|
* refactor(client): use composition api for tooltip logicsyuilo2021-11-121-75/+51
|
* enhance: show renoters (#7954)Johann1502021-11-121-0/+149
* refactor: deduplicate renote button into component For now the renoters tooltip just uses the reaction viewer component with a fixed emoji symbol instead. * chore: remove unnecessary CSS * fix: forgot to rename variable * enhance: use own tooltip instead of reaction viewer * clean up style * fix additional renoters number * rename file to better represent content