summaryrefslogtreecommitdiff
path: root/packages/client/src/components/renote-button.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(client): align filename to component namesyuilo2022-08-311-99/+0
|
* refactor(client): refactor componentssyuilo2022-07-241-60/+46
|
* enhance: show recipients of notes with specified visibility (#8949)Johann1502022-07-071-1/+1
| | | | | | | | | | | | | | | * enhance: reusable visibility component * rename renote tooltip component The tooltip that is used for renotes can be used in other cases as well. * add tooltip for specified recipients * add changelog entry * Update visibility.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* 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