summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* :art:syuilo2023-01-021-2/+2
|
* fixsyuilo2023-01-021-1/+1
|
* fix of #8512syuilo2023-01-023-26/+38
| | | | https://github.com/misskey-dev/misskey/pull/8512#issuecomment-1368553870
* :art:syuilo2023-01-022-2/+3
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-01-0210-12/+12
|\
| * perf: use overflow: clip instead of overflow: hidden (#9443)tamaina2023-01-0210-12/+12
| | | | | | | | | | * use overflow: clip * revert
* | fix(client): fix wrong link in tutorialsyuilo2023-01-023-5/+9
|/ | | | Fix #9456
* fix(client): fix chart vline renderingsyuilo2023-01-021-2/+2
|
* enhance(client): user activity pagesyuilo2023-01-0216-339/+563
|
* fix stylesyuilo2023-01-021-13/+10
|
* clean upsyuilo2023-01-022-36/+2
|
* :art:syuilo2023-01-021-8/+8
|
* fix container query stylesyuilo2023-01-021-0/+4
|
* :art:syuilo2023-01-021-1/+1
|
* :art:syuilo2023-01-021-25/+8
|
* :art:syuilo2023-01-022-2/+2
|
* :art:syuilo2023-01-022-23/+13
|
* use Intl.DateTimeFormat and Intl.NumberFormat instead of toLocaleString (#9444)tamaina2023-01-0114-18/+42
|
* :art:syuilo2023-01-011-6/+6
|
* feat: make possible to export favorited notessyuilo2023-01-011-0/+12
| | | | #9331
* :art:syuilo2023-01-011-1/+15
|
* :art:syuilo2023-01-017-10/+80
|
* :art:syuilo2023-01-013-74/+90
|
* :art:syuilo2023-01-011-12/+23
|
* :art:syuilo2022-12-311-2/+2
|
* :art:syuilo2022-12-313-14/+14
|
* :art:syuilo2022-12-316-8/+48
|
* :art:syuilo2022-12-311-1/+1
|
* :art:syuilo2022-12-314-40/+135
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2022-12-315-6/+4
|\
| * :art:syuilo2022-12-311-1/+1
| |
| * enhance(server): clean emoji responsesyuilo2022-12-312-2/+0
| |
| * :art:syuilo2022-12-312-3/+3
| |
* | Fix #9438tamaina2022-12-311-1/+1
|/
* import sanitizeHtml from 'sanitize-html';tamaina2022-12-301-1/+1
|
* ReactionsViewerが消えることがある問題を修正syuilo2022-12-303-4/+2
|
* :art:syuilo2022-12-302-4/+4
|
* improve heatmapsyuilo2022-12-303-18/+61
|
* :art:syuilo2022-12-301-1/+1
|
* remove console.logsyuilo2022-12-301-1/+0
|
* :art:syuilo2022-12-305-22/+83
|
* enhance(client): tweak url previewsyuilo2022-12-301-17/+25
|
* :art:syuilo2022-12-301-1/+13
|
* refactorsyuilo2022-12-307-54/+54
|
* :art:syuilo2022-12-3011-13/+26
|
* refactorsyuilo2022-12-3038-90/+90
|
* :art:syuilo2022-12-301-1/+1
|
* :art:syuilo2022-12-301-9/+6
|
* fix(client): add sanitize-html to MkAutocomplete (#9433)tamaina2022-12-301-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(server): /emoji to accept `@.` host expression * fix(client): use MkEmoji for custom emoji in MkEmojiPicker * change convertToWebp * nanka iroiro * remove * fix * nearLosslessは労多くして益少なしなのでやめる * do not cleanup tmp for development * update sharp.js to 0.31.3 * mixed: true * fix MkAutocomplete of 912791b3ab * clean up * https://github.com/misskey-dev/misskey/pull/9431#discussion_r1059215943 * edit mkautocomplete.vue use sanitize-html * fix package.json
* enhance: Proxy custom emojis to reduce image size and accelerate the ↵tamaina2022-12-3010-38/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | frontend (#9431) * fix(server): /emoji to accept `@.` host expression * fix(client): use MkEmoji for custom emoji in MkEmojiPicker * change convertToWebp * nanka iroiro * remove * fix * nearLosslessは労多くして益少なしなのでやめる * do not cleanup tmp for development * update sharp.js to 0.31.3 * mixed: true * fix MkAutocomplete of 912791b3ab * clean up * https://github.com/misskey-dev/misskey/pull/9431#discussion_r1059215943