summaryrefslogtreecommitdiff
path: root/packages/client/src/components/note.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(client): align filename to component namesyuilo2022-08-311-648/+0
|
* Collapse long notes (#8990)Johann1502022-08-011-3/+25
| | | | | | | | | | | | | | * Revert "Revert option to collapse long notes (#8561)" This reverts commit 71150f21cd91df7bdd78a8f708db092418e85baa and reinstates the option to collapse long notes again after they were expanded. * fix(client): wrongly collapsed posts * fix: don't use ref * tweak style Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore(client): tweak stylesyuilo2022-07-161-2/+9
|
* chore(client): tweak uisyuilo2022-07-151-2/+0
|
* chore(client): trust iossyuilo2022-07-131-1/+1
|
* enhance: show recipients of notes with specified visibility (#8949)Johann1502022-07-071-14/+2
| | | | | | | | | | | | | | | * 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): style tweak for iossyuilo2022-07-031-1/+1
|
* refactor(client): Refine routing (#8846)syuilo2022-06-201-1/+1
|
* fix typosyuilo2022-06-181-3/+3
|
* Improve: unclip (#8823)futchitwo2022-06-181-3/+5
| | | | | | | | | | | | | | | | | | | | | | | * Refactor clip page to use Composition API * Refactor clip page * Refactor clip page * Refactor clip page * Improve: unclip * Fix unclip * Fix unclip * chore: better type and name * Fix * Fix clipPage vue provider Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore: lint fixessyuilo2022-06-051-7/+7
|
* Revert "feat: option to collapse long notes (#8561)"syuilo2022-06-041-24/+3
| | | | This reverts commit e675ffcf38b07f5c70d00b49c171c7ab3460e810.
* feat: option to collapse long notes (#8561)Balazs Nadasdi2022-06-041-3/+24
| | | | | | | | | | | | | * feat: option to collapse long notes Closes #8559 * do not collapse if cw exists * use '閉じる' to close / show less. * make it sticky * Change style of the Show less button
* fix lints (#8737)Johann1502022-05-261-1/+1
| | | | | | | | | | | | | | | * fix: emits use ev instead of e * fix: errors use err instead of e * fix: replace use of data where possible * fix: events use evt instead of e * fix: use strict equals * fix: use emoji instead of e * fix: vue lints
* fix(client): register_note_view_interruptor()が動かないのを修正syuilo2022-03-051-2/+13
| | | | Fix #8318
* fix(client): ノート詳細が開けないのを直したりsyuilo2022-02-111-1/+1
| | | | Fix #8305
* fix(client): ノートの参照を断ち切るようにsyuilo2022-02-111-10/+13
| | | | | Fix #8201 Close #8237
* refactor(client): i18n.locale -> i18n.tssyuilo2022-01-281-8/+8
|
* refactorsyuilo2022-01-181-4/+4
|
* wip: refactor(client): migrate paging components to composition apisyuilo2022-01-141-724/+144
|
* enhance: pizzaxでstreamingのuser storage ↵tamaina2021-12-291-1/+2
| | | | | | | | | | | | | | | | | | | | | updateイベントを監視して更新 (#8095) * wip * wip? * ? * streamingのuser storage updateイベントを監視して更新 * 必要な時以外はストレージを更新しない * fix? * wip * fix * fix
* client: tweak uisyuilo2021-12-021-1/+2
|
* client: refine uisyuilo2021-11-281-0/+1
|
* update linrsyuilo2021-11-191-29/+29
|
* feat(client): keep line breaks of translated text to improve readabilitysyuilo2021-11-191-2/+2
|
* refactor(client): refactor dialog functions to improve type inferencesyuilo2021-11-181-13/+10
|
* refactor(client): use composition api for tooltip logicsyuilo2021-11-121-13/+13
|
* enhance: show renoters (#7954)Johann1502021-11-121-47/+16
| | | | | | | | | | | | | | | | | | * 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
* refactoringsyuilo2021-11-121-0/+1228
Resolve #7779