summaryrefslogtreecommitdiff
path: root/src/client (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* :art:syuilo2021-10-121-11/+11
|
* fix titlesyuilo2021-10-121-1/+1
|
* :art:syuilo2021-10-121-1/+1
|
* tweak uisyuilo2021-10-122-14/+30
|
* chore: fix bugsyuilo2021-10-121-58/+76
|
* chore: fix errorsyuilo2021-10-111-3/+10
|
* :art:syuilo2021-10-114-4/+21
|
* fix uisyuilo2021-10-101-66/+80
|
* :art:syuilo2021-10-101-4/+5
|
* fix(client): ピン留めユーザーの設定項目がない問題を修正syuilo2021-10-101-0/+8
|
* improve uisyuilo2021-10-1028-552/+607
|
* :art:syuilo2021-10-091-4/+8
|
* :art:syuilo2021-10-092-6/+6
|
* :art:syuilo2021-10-091-2/+3
|
* feat(client): 通知ページで通知の種類によるフィルタsyuilo2021-10-092-8/+41
|
* refactor: use path aliassyuilo2021-10-093-3/+3
|
* feat: 未読の通知のみ表示する機能syuilo2021-10-092-6/+27
|
* tweak uisyuilo2021-10-0938-622/+750
|
* :art:syuilo2021-10-092-14/+40
|
* :art:syuilo2021-10-0815-63/+93
|
* Revert "Revert "Fix idb"" (#7860)tamaina2021-10-081-3/+2
| | | This reverts commit 67875e2afa65fb0be477099def0e3d9cdb08ea22.
* feat: ↵syuilo2021-10-085-17/+116
| | | | | | | | | | | | | | | アカウント作成にメールアドレス必須にするオプション (#7856) * feat: アカウント作成にメールアドレス必須にするオプション * ui * fix bug * fix bug * fix bug * :art:
* Revert "Fix idb"tamaina2021-10-071-2/+3
| | | | This reverts commit dd17065129c66f5093add1192fcdf853123f7583.
* Fix idbtamaina2021-10-071-3/+2
|
* :art:syuilo2021-10-032-27/+31
|
* :art:syuilo2021-10-034-36/+37
|
* fix bugsyuilo2021-10-031-1/+1
|
* :art:syuilo2021-10-0318-38/+50
|
* :art:syuilo2021-10-032-23/+39
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2021-10-021-3/+35
|\
| * enhance: ↵tamaina2021-10-021-3/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | ページロードエラーページにリロードボタンを追加 (#7835) * wip * modify page load error page * add changelog * サーバーが死んでるエラーを追加 * add MkLoading
* | :art:syuilo2021-10-0211-75/+227
|/
* chore: fix bugsyuilo2021-10-021-1/+1
|
* :art:syuilo2021-10-023-41/+28
|
* fix bugsyuilo2021-10-011-3/+3
|
* fix bugsyuilo2021-10-011-2/+2
|
* insert space for unknown MFM functions (#7851)Johann1502021-09-301-1/+1
|
* fix(client): ↵syuilo2021-09-301-3/+4
| | | | | | ユーザーページのタブが機能していない問題を修正 Fix #7853
* fix bugsyuilo2021-09-301-2/+7
|
* fix: truncate image descriptions (#7699)Johann1502021-09-301-4/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move truncate function to separate file to reuse it * truncate image descriptions * show image description limit in UI * correctly treat null Co-authored-by: nullobsi <me@nullob.si> * make truncate Unicode-aware The strings that truncate returns should now be valid Unicode. PostgreSQL also counts Unicode Code Points instead of bytes so this should be correct. * move truncate to internal, validate in API Truncating could also be done in src/services/drive/add-file.ts or src/services/drive/upload-from-url.ts but those would also affect local images. But local images should result in a hard error if the image comment is too long. * avoid overwriting Co-authored-by: nullobsi <me@nullob.si>
* :art:syuilo2021-09-303-28/+29
|
* refactor componentssyuilo2021-09-30175-2297/+2508
|
* chore: clean upsyuilo2021-09-261-1/+0
|
* fix(client): MFM関数構文のサジェストで括弧を無視するようにsyuilo2021-09-261-1/+1
|
* 重いというか邪魔syuilo2021-09-261-1/+1
|
* fix(client): 絵文字一覧ページのタグ一覧をとりあえず無効にsyuilo2021-09-261-0/+2
| | | | 重いため
* chore: clean upsyuilo2021-09-261-2/+0
|
* feat(client): MFM関数構文のサジェストを実装syuilo2021-09-262-19/+57
|
* refactor: fix typessyuilo2021-09-261-3/+3
|
* fix(client): fix tabs of page header behavioursyuilo2021-09-261-0/+4
|