syuilo
831710d3a4
fix(client): Reactivate poll
2020-07-31 19:09:38 +09:00
Xeltica
9417b30d12
自分のノートにリアクションを押せるように ( #6506 )
...
* resolve #6468
* リモートから来たセルフリアクションの対応
2020-07-30 20:28:35 +09:00
syuilo
3688b80e0e
feat(client): AiScript: ノート書き換えAPI
2020-07-29 01:15:02 +09:00
syuilo
451b1f31fb
chore: Remove debug code
2020-07-27 23:26:32 +09:00
syuilo
9c95818cd1
refactor(client): Use v-model for note component, freeze object
...
Related: #6595
2020-07-27 23:25:37 +09:00
syuilo
55e188ae23
ワードミュート ( #6594 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
2020-07-27 13:34:20 +09:00
syuilo
e29230ed93
refactor(client): Do not mutate prop directly
...
Related #6595
2020-07-27 08:46:21 +09:00
syuilo
0089260392
Revert "refactor(client): Use v-t for i18n"
...
This reverts commit 9c30b23358699a530f2bcb0f5ae6efe17146bcb3.
2020-07-25 01:56:52 +09:00
syuilo
e6c7461757
perf(client): Use v-once for static contents
2020-07-25 01:47:01 +09:00
syuilo
01776a0336
refactor(client): Use v-t for i18n
2020-07-25 01:36:39 +09:00
syuilo
3144e2aff3
Plugin system ( #6479 )
...
* wip
* wip
* wip
* wip
* Update store.ts
2020-07-12 00:38:55 +09:00
syuilo
897463ed85
Deck ( #6504 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
2020-07-11 10:13:11 +09:00
MeiMei
d23356ce39
投稿詳細でTwitterウィジェットが表示されなくなっているのを修正 Fix #6487 ( #6488 )
2020-07-03 23:12:50 +09:00
tamaina
08a2162aa7
feat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 ( #6396 )
...
* 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
* ✌️
* Update src/prelude/array.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* wip
* i18n refactor
* Update init.ts
* ✌️
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2020-05-23 13:19:31 +09:00
DW
7f31e9a63d
Local only indicator ( #6291 )
...
* Add Local only & public indicator
* Add local only & public indicator on renotes
remove visibility conditional
* Cleaner Style
* ✌️
* Update note-header.vue
* Update note.vue
Co-authored-by: DW <chocological00@gitlab.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2020-05-16 22:06:39 +09:00
DW
95cbe0fb5a
Only show ellipsis if the button's interactable ( #6373 )
...
* 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>
2020-05-16 12:15:59 +09:00
DW
5c25d444c8
Add an indicator to make the undo renote button look more interactable ( #6366 )
...
* 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>
2020-05-15 20:39:11 +09:00
syuilo
c8985d9eaf
fix(client): Fix reply style
2020-05-10 17:37:11 +09:00
syuilo
273d99da9c
refactor(client): Use unique class name
2020-05-10 17:06:20 +09:00
syuilo
26ae636f8d
feat(client): Implement threaded replies
...
Resolve #2113
Resolve #5819
2020-05-10 16:22:39 +09:00
syuilo
5990b5ba66
refactor(client): Use ===
2020-05-10 15:36:42 +09:00
tamaina
1a23922b54
Fix Media List in CW Content ( #6099 )
2020-04-16 01:04:21 +09:00
MeiMei
2905e56a72
リモートのカスタム絵文字リアクションを表示できるように ( #6239 )
...
* リモートのカスタム絵文字リアクションを表示できるように
* AP
* DBマイグレーション
* ローカルのリアクションの.
* fix
* fix
* fix
* space
2020-04-14 00:42:59 +09:00
Satsuki Yanagi
b4cdcab537
モデレーション周りのv11の機能復元 ( #6249 )
...
* モデレーション周りのv11の機能復元
* i18n
* wip
* wip
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2020-04-13 23:27:12 +09:00
MeiMei
2be9c67fd1
Use url if available ( #6214 )
...
* Fix #6213
* other link
* fix
2020-04-02 21:59:14 +09:00
syuilo
ad0826d831
Refactoring
2020-03-22 14:38:33 +09:00
Xeltica
76bd26468a
Add 削除して編集 ( #6147 )
...
* Add 削除して編集
* 言語ファイルを更新
* リプライとリノートも復元する
* Revert "リプライとリノートも復元する"
This reverts commit f23f7f8d784b28f3d365c8f5aecf81001577c672.
* リプライとリノートも復元する
2020-03-21 18:58:05 +09:00
syuilo
f8d68f72e3
wip
2020-03-21 12:32:40 +09:00
syuilo
20775f7b73
wip
2020-03-20 19:19:28 +09:00
Oni-Men
326abb4672
note overflow: hidden ( #6138 )
2020-03-07 00:31:48 +09:00
syuilo
d86ecdc675
Fix #6029
2020-02-23 02:34:54 +09:00
syuilo
0874aec4ab
Resolve #6053
2020-02-22 06:57:54 +09:00
syuilo
a814652af0
Implement featured note injection
2020-02-18 19:05:11 +09:00
syuilo
b538899a8e
Imprement promo read
2020-02-18 18:14:38 +09:00
syuilo
9e812b5a08
Resolve #5963
2020-02-18 08:41:32 +09:00
syuilo
f058f40162
Resolve #5958
2020-02-16 21:10:52 +09:00
syuilo
3ea1d216b6
Clean up
2020-02-16 21:05:17 +09:00
syuilo
0d7b470b21
🎨
2020-02-15 01:18:48 +09:00
syuilo
4289ccea0a
Fix #5891
2020-02-09 18:52:53 +09:00
syuilo
4cd238ced1
Fix #5885
2020-02-09 03:49:18 +09:00
syuilo
d38816b414
nanka iroiro
2020-02-08 23:52:40 +09:00
syuilo
4e407244eb
🎨
2020-02-08 17:36:23 +09:00
syuilo
57096adf4e
Resolve #5860
2020-02-06 22:18:23 +09:00
syuilo
3982d605af
Fix #5843
2020-02-06 14:29:36 +09:00
syuilo
ba362b7e2d
Renoteを解除できるように
...
Resolve #2231
2020-02-06 09:09:24 +09:00
syuilo
e24ca1e51f
v12 ( #5712 )
...
Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
2020-01-30 04:37:25 +09:00