summaryrefslogtreecommitdiff
path: root/src/client/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Refactortamaina2020-05-311-8/+10
| | |
| * | fixtamaina2020-05-311-3/+0
| | |
| * | fixtamaina2020-05-261-2/+4
| | |
| * | capture readAllNotificationstamaina2020-05-261-1/+8
| | |
| * | Observe notification readtamaina2020-05-262-0/+18
| | |
| * | Improve typingtamaina2020-05-262-1/+5
| | |
| * | Resolve https://github.com/syuilo/misskey/pull/6406#issuecomment-633203670tamaina2020-05-241-4/+5
| | |
* | | ローカルのみボタンを公開範囲ピッカーに統合 (#6428)Xeltica2020-06-042-19/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | * ローカルのみを公開範囲ピッカーに統合 * デザイン調整 * :art: Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* | | feat(client): ↵tamaina2020-06-037-99/+134
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 投稿フォームのボタンの説明を表示するように (#6408) * Add title attr with buttons on the post form * fix * tooltip * missing ; * remove title attr * fix bug * Update reactions-viewer.details.vue * help wip * ok! * i18n Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | chore(client):🎨 Make font-size of note-preview em (#6414)tamaina2020-05-311-9/+1
| |
* | feat(client): Convert text mfm node to text (v)dom node instead of span tag ↵tamaina2020-05-311-3/+3
| | | | | | | | | | | | | | | | | | | | (#6399) * Convert text mfm node to text (v)dom node instead of span tag * Update mfm.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | feat(client): 自動でもっと見るオプション (#6403)tamaina2020-05-316-14/+35
|/ | | | | | | | | | | | | | | | | * wip * ugokanai * wip * implement setting subscribing * fix lint * :v: * Update notifications.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 (#6396)tamaina2020-05-2350-132/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * tabun ok * better msg * oops * fix lint * Update gulpfile.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update src/client/scripts/set-i18n-contexts.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * refactor Co-authored-by: acid-chicken <root@acid-chicken.com> * ✨ * wip * fix lint * たぶんおk * fix flush * Translate Notification * remove console.log * fix * add notifications * remove san * wip * ok * :v: * Update src/prelude/array.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * wip * i18n refactor * Update init.ts * :v: Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Local only indicator (#6291)DW2020-05-162-11/+17
| | | | | | | | | | | | | | | | | | | * Add Local only & public indicator * Add local only & public indicator on renotes remove visibility conditional * Cleaner Style * :v: * Update note-header.vue * Update note.vue Co-authored-by: DW <chocological00@gitlab.com> Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* feat(client): ローカルのみボタンを公開範囲ボタンの横に移動syuilo2020-05-161-1/+15
|
* Only show ellipsis if the button's interactable (#6373)DW2020-05-161-2/+6
| | | | | | | | | | | | * Add an indicator to make the undo renote button look more interactable * Use faEllipsisH :art * Only show elipsis if it's interactable * Update note.vue Co-authored-by: DW <chocological00@gitlab.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Supports Unicode 13.0 emoji (#6365)MeiMei2020-05-151-2/+6
| | | | | * Supports Unicode 13.0 emoji * fix
* Add an indicator to make the undo renote button look more interactable (#6366)DW2020-05-151-3/+10
| | | | | | | | * Add an indicator to make the undo renote button look more interactable * Use faEllipsisH :art Co-authored-by: DW <chocological00@gitlab.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* reCAPTCHAが動かなくなっているのを修正 (#6367)MeiMei2020-05-151-1/+1
|
* fix(client): Fix reply stylesyuilo2020-05-101-1/+5
|
* chore(client): :art:syuilo2020-05-101-3/+3
|
* fix(client): Fix poll vote notificationsyuilo2020-05-101-3/+14
| | | | Fix #5998
* refactor(client): Use unique class namesyuilo2020-05-102-4/+4
|
* fix(client): Fix style of poll viewersyuilo2020-05-101-1/+0
|
* refactor(client): Use unique class namesyuilo2020-05-102-4/+4
|
* feat(client): Implement threaded repliessyuilo2020-05-102-41/+79
| | | | | Resolve #2113 Resolve #5819
* refactor(client): Clean up componentsyuilo2020-05-101-4/+2
|
* refactor(client): Use ===syuilo2020-05-101-4/+4
|
* WebAuthnでログインできないのを修正 (#6327)Satsuki Yanagi2020-05-091-11/+6
| | | Resolve #6319
* fix(client): Add missing iconsyuilo2020-05-061-1/+2
|
* Merge pull request #6303 from syuilo/features/hcaptchaAcid Chicken (硫酸鶏)2020-05-054-17/+150
|\ | | | | Add support for hCaptcha
| * Update signup.vueAcid Chicken (硫酸鶏)2020-04-291-0/+1
| |
| * Factorize *captcha componentAcid Chicken (硫酸鶏)2020-04-294-94/+137
| |
| * Refactor codeAcid Chicken (硫酸鶏)2020-04-291-2/+2
| |
| * Refactor codesAcid Chicken (硫酸鶏)2020-04-291-14/+6
| |
| * Fix bugAcid Chicken (硫酸鶏)2020-04-281-3/+12
| |
| * Add support for hCaptchaAcid Chicken (硫酸鶏)2020-04-283-7/+95
| |
* | アップロードプログレスバーが動かないのを修正 Fix #6306 ↵MeiMei2020-05-021-12/+14
|/ | | | (#6307)
* fix(client): Fix a bug that if block of pages not workingsyuilo2020-04-231-1/+1
|
* feat(client): Implement default upload folder settingsyuilo2020-04-226-34/+96
| | | | Resolve #5985
* refactor(client): :sparkles:syuilo2020-04-2015-119/+67
|
* fix(client): Fix bug that cannot post when image onlysyuilo2020-04-191-1/+1
|
* enhance(client): Use icon instead of textsyuilo2020-04-191-1/+3
|
* fix(client): Fix canvas overflowsyuilo2020-04-191-0/+2
|
* Resolve #6276syuilo2020-04-191-1/+33
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2020-04-181-1/+2
|\
| * TLにNote追加時にdeepcopyする (#6275)MeiMei2020-04-181-1/+2
| |
* | Resolve #6274syuilo2020-04-181-3/+8
|/
* chore(client): :art:syuilo2020-04-171-0/+4
|
* Fix Media List in CW Content (#6099)tamaina2020-04-162-6/+12
|