summaryrefslogtreecommitdiff
path: root/packages/client/src/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance: show recipients of notes with specified visibility (#8949)Johann1502022-07-076-49/+61
| | | | | | | | | | | | | | | * 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>
* chore(client): tweak uisyuilo2022-07-071-2/+2
|
* chore(client): tweak uisyuilo2022-07-071-1/+1
|
* refactor: use autofocus parameterJohann1502022-07-061-14/+1
| | | | | Using the `ref` seems to be broken but using the autofocus parameter seems to fix it.
* chore(client): tweak stylesyuilo2022-07-061-1/+1
|
* perf(client): trying improve perf of emoji-pickersyuilo2022-07-061-2/+2
|
* Revert "revert emoji picker changes"syuilo2022-07-062-29/+28
| | | | This reverts commit 38d5303ccd067e67f11ae130b643713f6ca86eef.
* fix prismjs importJohann1502022-07-061-1/+1
| | | | fixes #8944
* revert emoji picker changessyuilo2022-07-062-28/+29
|
* chore(client): rendering performance tweak a bitsyuilo2022-07-052-8/+8
|
* chore(client): rendering performance tweak a bitsyuilo2022-07-055-84/+85
|
* chore(client): remove unused classsyuilo2022-07-051-4/+4
|
* chore(client): rendering performance tweak a bitsyuilo2022-07-053-0/+4
|
* chore(client): fix typesyuilo2022-07-051-1/+1
|
* perf: allow get for notes/reactionssyuilo2022-07-051-1/+2
|
* chore(client): tweak uisyuilo2022-07-051-1/+1
|
* fix: pagination uses API correctly (#8925)Johann1502022-07-051-2/+6
|
* enhance(client): improve marqueesyuilo2022-07-051-0/+7
|
* chore: fix client lint errors (#8934)Kainoa Kanter2022-07-053-1/+3
| | | | | | | | | * Fix client lint * Hide no-v-html * Ignore banned type * Update page-editor.vue
* fix lint @typescript-eslint/ban-typesJohann1502022-07-042-5/+0
|
* fix lint no-prototype-builtinsJohann1502022-07-041-1/+1
|
* fix lint no-undefJohann1502022-07-041-1/+1
|
* fix lint vue/require-valid-default-propJohann1502022-07-041-2/+2
|
* fix lint no-fallthroughJohann1502022-07-041-0/+3
|
* fix lint padded-blocksJohann1502022-07-041-1/+0
|
* fix(lint): semicolong spacingJohann1502022-07-042-2/+4
|
* fix: replace use of windowJohann1502022-07-041-3/+3
|
* fix: spellcheck is boolean not stringJohann1502022-07-043-7/+7
|
* chore(client): tweak stylesyuilo2022-07-031-1/+1
|
* chore(client): tweak stylesyuilo2022-07-031-2/+2
|
* fix(client): style tweak for iossyuilo2022-07-0311-22/+23
|
* feat(client): status bar (experimental)syuilo2022-07-031-2/+6
|
* chore(client): tweak uisyuilo2022-07-022-2/+5
|
* fix(client): fix typosyuilo2022-07-021-1/+1
|
* fix(client): use unique class names for root to prevent conflicts of stylesyuilo2022-07-021-2/+2
|
* enhance(client): better sticky-container componentsyuilo2022-07-022-31/+24
|
* enhance(client): better marquee componentsyuilo2022-07-021-0/+97
|
* refactor(client): refactoringsyuilo2022-07-021-0/+1
|
* enhance(client): cache pages in page-windowsyuilo2022-07-021-3/+6
|
* chore(client): tweak uisyuilo2022-07-011-11/+13
|
* chore(client): tweak stylesyuilo2022-07-011-0/+8
|
* chore(client): tweak stylesyuilo2022-07-013-10/+9
|
* chore(client): tweak uisyuilo2022-06-301-79/+54
|
* chore(client): tweak stylesyuilo2022-06-301-0/+1
|
* chore(client): tweak uisyuilo2022-06-301-3/+26
|
* chore(client): tweak uisyuilo2022-06-301-3/+3
|
* chore(client): tweak uisyuilo2022-06-301-10/+10
|
* chore(client): tweak uisyuilo2022-06-301-1/+9
|
* refactor(client): use setup syntaxsyuilo2022-06-301-139/+103
|
* perf(client): improve range control performancesyuilo2022-06-301-3/+7
|