Commit graph

91 commits

Author SHA1 Message Date
syuilo b7c5c71c6f
[Client] Resolve #2951
あと検索フォームでサジェストを有効に
2018-12-16 08:45:10 +09:00
syuilo 8045bbff1c
🎨 2018-12-13 01:18:17 +09:00
Aya Morisawa 125849673a
Use for-of instead of forEach (#3583)
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2018-12-11 20:36:55 +09:00
Aya Morisawa d3d50b2f79
Add missing comma 2018-12-06 17:02:44 +09:00
Aya Morisawa eefeb4c268
#2593 (desktop) (#3518) 2018-12-06 16:56:24 +09:00
syuilo dea8688c9d
Refactor
Use mk-user-name
2018-12-06 16:09:33 +09:00
MeiMei 4522568749 Emoji support in profile (#3514)
* Emoji in profile

* Add emojis to fields
2018-12-06 10:02:04 +09:00
syuilo 07d6894c42
Clean up 2018-12-02 23:00:06 +09:00
syuilo 1653977392
Improve input dialog 2018-12-02 20:10:53 +09:00
MeiMei 345143b0c1 Suggest in CW (#3467) 2018-12-02 07:33:03 +09:00
MeiMei 35db61f1b4 To able to store local only visibilities (#3298) 2018-11-17 13:21:40 +09:00
Aya Morisawa 9d3a1cab6e Fix #3224 (#3265) 2018-11-16 17:41:52 +09:00
MeiMei bceb02d760 local only visibility (#3254)
* local only visibility

* fix UI
2018-11-16 05:47:29 +09:00
syuilo 54710f17fc
[Client] Some performance optimizations 2018-11-13 22:43:09 +09:00
syuilo a4b2b093fc
🎨 2018-11-13 00:21:49 +09:00
syuilo 0fbf56219f
[Client] Emoji picker
Closes #3130
2018-11-13 00:12:55 +09:00
syuilo 3f79c9ae49
Refactor client (#3178)
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip
2018-11-09 16:00:29 +09:00
syuilo 20cf2b3f77
[Client] Fix i18n 2018-11-09 14:15:29 +09:00
syuilo c8081ed353
Fix i18n 2018-11-09 13:47:22 +09:00
syuilo fccbecf159
[Client] Fix bug 2018-11-09 08:26:32 +09:00
syuilo 60ef3e3563
Refactor & Clean up 2018-11-09 08:13:34 +09:00
syuilo 25a69ec1b6
Refactoring of i18n (#3165)
Refactoring of i18n
2018-11-09 03:44:35 +09:00
syuilo 9f5dc2c0df
[WIP] Use FontAwesome Component for Vue (#3127)
* wip

* Rename

* Clean up

* Clean up

* wip

* wip

* Enable tree shaking

* ✌️

* ✌️

* wip

* wip

* Clean up
2018-11-06 01:40:11 +09:00
MeiMei daa22d68fa Make max allowed text length configurable (#2992)
* Make max allowed text length configurable

* Fix canPost
2018-10-24 04:00:04 +09:00
nico 2914f0f65d #2939 (#2974) 2018-10-22 04:47:12 +09:00
MeiMei 5dce81c0db 非ASCIIなドメインへのメンションの修正 (#2903)
* punycodeでされたmentionのラベルをunicodeとして表示する

* post-form mentionはpunycodeにする

* mentionの表示はURLもAPI向けもunicodeにする
2018-10-14 16:56:19 +09:00
Acid Chicken (硫酸鶏) 1b9b8912ae Update post-form.vue (#2790) 2018-09-30 22:45:24 +09:00
syuilo 8b68c5da37
Merge pull request #2781 from syuilo/theme
Theme
2018-09-29 00:48:56 +09:00
syuilo 0c63ec8157
wip 2018-09-28 20:39:32 +09:00
syuilo 0343de95b8
wip 2018-09-28 15:56:50 +09:00
syuilo cc6af402be
wip 2018-09-27 18:01:23 +09:00
syuilo f3eeadcd8f
wip 2018-09-27 17:42:51 +09:00
syuilo 4fe2f29478
wip 2018-09-27 14:32:48 +09:00
MeiMei 77b441f14c リプライで元の公開範囲を引き継ぐ (#2775)
* ホーム/フォロワー限定へのリプライは公開範囲を引き継ぐように

* ダイレクトへのリプライはダイレクトでリプライ先ユーザーを初期設定するように

* 非公開へのリプライでも元の公開範囲を引き継ぐ
2018-09-26 20:39:59 +09:00
syuilo 904114740b
wip 2018-09-26 20:19:35 +09:00
syuilo a61320ca8c
Improve usability 2018-09-16 04:34:46 +09:00
Aya Morisawa 0ed197d4d9 Use unique (#2695) 2018-09-12 03:02:14 +09:00
Acid Chicken (硫酸鶏) b24f368d3f サロゲートペアを字数にカウントしないようにする (#2661)
* Update post-form.vue

* Update messaging-message.ts

* Update post-form.vue

* Update note.ts

* Update post-form.vue

refs: https://github.com/syuilo/misskey/pull/2661#issuecomment-419579444

* Update post-form.vue

refs: https://github.com/syuilo/misskey/pull/2661#issuecomment-419579444

* Update messaging-message.ts

refs: https://github.com/syuilo/misskey/pull/2661#issuecomment-419579444

* Update note.ts

refs: https://github.com/syuilo/misskey/pull/2661#issuecomment-419579444

* Update post-form.vue

refs: https://github.com/syuilo/misskey/pull/2661#discussion_r216175581

* Update post-form.vue

* Update post-form.vue

refs: https://github.com/syuilo/misskey/pull/2661#discussion_r216242002

* Update post-form.vue

refs: https://github.com/syuilo/misskey/pull/2661#discussion_r216242105
2018-09-10 18:02:46 +09:00
syuilo bc3a5f3512
Fix #2596 2018-09-10 03:02:06 +09:00
syuilo efaaa76185
Improve note visibility settings
Closes #2312
Closes #2313
2018-09-07 21:13:15 +09:00
Aya Morisawa 00d79487cd Add erase function (#2641) 2018-09-07 00:02:55 +09:00
syuilo a1b82e9723 #2620 2018-09-05 19:32:46 +09:00
Aya Morisawa c57bf87f52 Make poll button togglable (#2592) 2018-09-02 21:39:47 +09:00
Aya Morisawa 291beb45fc
Use string interpolation 2018-09-01 23:12:51 +09:00
Aya Morisawa 41cf856e26 Fix #2301 2018-08-18 04:13:25 +09:00
sei0o e4b8c688bb fix #2266: デフォルト値を設定 2018-08-17 17:16:27 +09:00
sei0o 4535ab4c43 fix #2266 2018-08-17 16:35:04 +09:00
Aya Morisawa 48dc1678c3 Resolve #2276 2018-08-17 06:04:09 +09:00
syuilo ffdaa6bc56 Use thumbnail 2018-08-17 00:27:36 +09:00
gutfuckllc ff325d9588 Localized annotations line 2018-08-06 21:00:58 -04:00