Commit graph

92 commits

Author SHA1 Message Date
syuilo 5dbe1d448b
Improve job queue view 2019-05-27 17:44:51 +09:00
syuilo 5f741ac46e
Refactoring 2019-05-21 06:31:51 +09:00
syuilo 9b2e996cae
🎨 2019-05-19 02:47:31 +09:00
syuilo c7cc3dcdfd
ユーザーグループ
Resolve #3218
2019-05-18 20:36:33 +09:00
syuilo 187792dfc4
Fix bug 2019-05-06 20:09:13 +09:00
Satsuki Yanagi 5fb0a995dd 様々な修正 (#4859)
Typo, Redundant code, Syntax error の修正
2019-05-05 09:27:55 +09:00
syuilo c0673884c5
🎨 2019-04-29 14:38:06 +09:00
syuilo c98eb64598
Fix bug 2019-04-29 14:37:58 +09:00
syuilo 535d10f469
Improve API console 2019-04-25 14:40:42 +09:00
syuilo 8b92feac71
Resolve #4732 2019-04-18 21:29:19 +09:00
syuilo a628821834
Improve readability 2019-03-14 16:35:07 +09:00
Acid Chicken (硫酸鶏) 725600da8f Enhance poll (#4409)
* Start working

* WIP: Enhance poll

* Fix bug

* Use `name` in voting note
refs: https://github.com/syuilo/misskey/issues/4407#issuecomment-469057296

* Fix style

* Refactor
Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>

* WIP: Update poll editor

* Fix bug

* Fix bug
refs: https://github.com/syuilo/misskey/pull/4409#discussion_r

* Fix typo

* Better design

* Beautify poll editor

* Fix UI

* Fix bug
refs: https://github.com/syuilo/misskey/pull/4409#discussion_r262217524

* Add debug logging

* Fix bug

* Log deliver

* fix vote

* Update ap/show
refs: https://github.com/syuilo/misskey/pull/4409#issuecomment-469652386

* Update poll view

* Maybe done

* Add tests

* Fix path

* Fix test

* Fix test

* Fix test

* Fix expired check on AP

* Update note.ts

* Squashed commit of the following:

commit d9a4beabf851893b8992a0f4568265eb9d4f0b8e
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 05:16:14 2019 +0900

    tune

commit 83ff421a6e978243f80ba9ec820189bc897e6e3b
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 05:01:14 2019 +0900

    fallback

commit 0b566af973b115ade9e75ea4b8094ee2b329dabc
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 04:40:12 2019 +0900

    Note

commit cc0296dd6127580ac584c40398db3f762a311f8b
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 04:33:58 2019 +0900

    createで送る

* Squashed commit of the following:

commit ae696b1ed12568b27c27367ac5a77035c97c9a1f
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 06:11:17 2019 +0900

    fix

commit b735e354e7a9e64534c4f17d04ecbc65fb735c21
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 06:08:33 2019 +0900

    messge

commit d9a4beabf851893b8992a0f4568265eb9d4f0b8e
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 05:16:14 2019 +0900

    tune

commit 83ff421a6e978243f80ba9ec820189bc897e6e3b
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 05:01:14 2019 +0900

    fallback

commit 0b566af973b115ade9e75ea4b8094ee2b329dabc
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 04:40:12 2019 +0900

    Note

commit cc0296dd6127580ac584c40398db3f762a311f8b
Author: mei23 <m@m544.net>
Date:   Wed Mar 6 04:33:58 2019 +0900

    createで送る

* Fix typo

* Update vote.ts

* Update vote.ts

* Update poll-editor.vue

* Update tslint.json

* Fix layout

* Add note

* Fix bug

* Rename text key

* 投票するときに投稿として扱わないように (#4425)

* wip

* 形式をMastodonと合わせた

* Bye something

* Use - instead of ~

* Redundancy

* Yes!

* Refactor

* Use moment instead of Date

* Fix indent

* Refactor

if (votes.length)
は必要なさそう

* Clean up

* Bye Date

* Clean

* Fix timer is not displayed

* Fix リモートから無期限pollにvoteできない

* Fix vote actor
2019-03-06 22:55:47 +09:00
syuilo 826865869a
Improve usability 2019-03-03 08:23:06 +09:00
syuilo ea1818284b
クライアントの設定コンポーネントを整理
* デスクトップとモバイルで統一
* いくつかの設定を廃止
2019-03-01 10:42:28 +09:00
syuilo d83efecc94
文字サイズを設定できるように 2019-03-01 08:08:08 +09:00
syuilo b7927ba386
Refactor 2019-02-28 12:49:13 +09:00
syuilo 8db8d3f39e
🎨 2019-02-26 14:02:23 +09:00
syuilo da4ba51a74
Fix bug 2019-02-18 10:05:58 +09:00
syuilo 1edcd136a4
Revert "🎨"
This reverts commit 9883c751da.
2019-02-18 10:02:32 +09:00
syuilo 9883c751da
🎨 2019-02-18 09:57:19 +09:00
syuilo 4c65b0cd6f
🎨 2019-02-05 23:45:27 +09:00
syuilo 4ea7e711ce
[Client] Improve usability
Resolve #4094
2019-02-02 22:59:11 +09:00
syuilo 0fcf422dec
[Client] Improve UI 2019-01-12 09:34:02 +09:00
Acid Chicken (硫酸鶏) 2f10ff1a2e
Fix style 2019-01-10 19:23:22 +09:00
MeiMei f6a8c8cf76 Toggle show/hide password (#3865)
* Toggle show/hide password

* hoverでアンダーラインが中途半端に出てダサいので出さないように

* Update signin.vue
2019-01-10 10:22:45 +09:00
syuilo 4d0b335748
[Client] Improve theme 🎨 2018-12-31 02:33:03 +09:00
syuilo e68c6175ce
Fix bug 2018-12-31 00:50:56 +09:00
syuilo 4f76acd249
🎨 2018-12-30 14:00:57 +09:00
ibrokemypie e0b107a3a0 Fix overlap of birthday label on datepicker (#3697) 2018-12-20 17:01:29 +09:00
syuilo 8045bbff1c
🎨 2018-12-13 01:18:17 +09:00
MeiMei 7e1cad3e12 Improve tags settings (#3569) 2018-12-09 14:24:24 +09:00
syuilo 13404310a7
Revert "Update switch.vue"
This reverts commit 40520f3997.
2018-12-04 09:42:55 +09:00
syuilo 40520f3997
Update switch.vue 2018-12-04 03:50:07 +09:00
syuilo 9b5e623130
🎨 2018-12-04 01:04:53 +09:00
syuilo f0b0c5b540
🎨
Add ripple effect
2018-12-04 01:02:19 +09:00
syuilo c047324b42
🎨 2018-12-03 09:43:07 +09:00
syuilo 1653977392
Improve input dialog 2018-12-02 20:10:53 +09:00
syuilo 647d32f506
🎨 2018-11-29 16:24:02 +09:00
Ivan bb0cb0a866 Fix bad style in deck column options and other things (#3412)
* Fix wrong text color in empty timeline (#3268)

* Whoops

* Fix wrong text color in deck options (#3268)

* Some padding to make it look less ugly

* Fix wrong text color in user lists menu (#3268)

* Fix wrong text color of footer on welcome screen (mobile) (#3268)

* Fix misalignment of icons and text in menu (mobile) (#3289)

* Fix wrong text color in empty timeline (mobile) (#3268)
2018-11-29 05:02:35 +09:00
syuilo a4726e683b
🎨 2018-11-25 05:10:48 +09:00
syuilo 246cead2b1
Improve user operations
Resolve #2197
Resolve #3367
2018-11-23 08:01:14 +09:00
syuilo 4198497237
Improve test page 2018-11-21 06:25:58 +09:00
syuilo 9b1612574e
[Client] Fix #3114 2018-11-21 06:24:46 +09:00
syuilo 20a943b193
🎨 2018-11-14 20:17:12 +09:00
syuilo 11afa8140c
[Client] Improve alert component 2018-11-14 16:30:58 +09:00
syuilo 2dff48167c
🎨 2018-11-11 21:18:24 +09:00
syuilo 25a69ec1b6
Refactoring of i18n (#3165)
Refactoring of i18n
2018-11-09 03:44:35 +09:00
syuilo f052d8912b
wip: フォロー/フォロワーページ (#3157)
フォロー/フォロワーページ
2018-11-08 15:16:39 +09:00
syuilo 260e4c955d
🎨 2018-11-06 15:51:18 +09:00
syuilo fb8af53751
[Client] Improve usability & Refactoring 2018-11-06 15:08:22 +09:00