summaryrefslogtreecommitdiff
path: root/src/client/app/common/views/components/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* v12 (#5712)syuilo2020-01-3016-1968/+0
| | | | | Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
* Componentize modal (#5386)Aya Morisawa2019-10-291-0/+80
|
* Indicate if input value is invalid (#5422)Satsuki Yanagi2019-10-041-1/+18
| | | | | | | | | | | | * Indicate if input value is invalid * titleのとなり * となりにメッセージ * CSS as Suggested * 同じ色に
* Fix: selectでprefix/sufixがないときにいらない下線が付く (#5440)MeiMei2019-09-211-0/+3
|
* Prevent users from changing the disabled option (#5344)Aya Morisawa2019-08-271-0/+1
|
* Update button.vue (#5331)Aya Morisawa2019-08-221-2/+1
|
* Improve job queue viewsyuilo2019-05-271-9/+17
|
* Refactoringsyuilo2019-05-211-0/+36
|
* :art:syuilo2019-05-191-1/+1
|
* ユーザーグループsyuilo2019-05-182-0/+31
| | | | Resolve #3218
* Fix bugsyuilo2019-05-061-8/+9
|
* 様々な修正 (#4859)Satsuki Yanagi2019-05-051-1/+1
| | | Typo, Redundant code, Syntax error の修正
* :art:syuilo2019-04-291-4/+10
|
* Fix bugsyuilo2019-04-291-1/+5
|
* Improve API consolesyuilo2019-04-251-1/+3
|
* Resolve #4732syuilo2019-04-181-1/+11
|
* Improve readabilitysyuilo2019-03-141-3/+0
|
* Enhance poll (#4409)Acid Chicken (硫酸鶏)2019-03-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Improve usabilitysyuilo2019-03-031-1/+23
|
* クライアントの設定コンポーネントを整理syuilo2019-03-011-0/+4
| | | | | * デスクトップとモバイルで統一 * いくつかの設定を廃止
* 文字サイズを設定できるようにsyuilo2019-03-011-0/+4
|
* Refactorsyuilo2019-02-281-2/+4
|
* :art:syuilo2019-02-261-1/+1
|
* Fix bugsyuilo2019-02-181-1/+1
|
* Revert ":art:"syuilo2019-02-181-2/+2
| | | | This reverts commit 9883c751dabb2d6c8e54c3d367626562f4b13ab4.
* :art:syuilo2019-02-181-2/+2
|
* :art:syuilo2019-02-051-1/+1
|
* [Client] Improve usabilitysyuilo2019-02-021-0/+6
| | | | Resolve #4094
* [Client] Improve UIsyuilo2019-01-121-1/+26
|
* Fix styleAcid Chicken (硫酸鶏)2019-01-101-1/+1
|
* Toggle show/hide password (#3865)MeiMei2019-01-101-0/+29
| | | | | | | | * Toggle show/hide password * hoverでアンダーラインが中途半端に出てダサいので出さないように * Update signin.vue
* [Client] Improve theme :art:syuilo2018-12-312-5/+5
|
* Fix bugsyuilo2018-12-311-1/+0
|
* :art:syuilo2018-12-302-2/+1
|
* Fix overlap of birthday label on datepicker (#3697)ibrokemypie2018-12-201-0/+15
|
* :art:syuilo2018-12-131-34/+42
|
* Improve tags settings (#3569)MeiMei2018-12-091-1/+11
|
* Revert "Update switch.vue"syuilo2018-12-041-0/+1
| | | | This reverts commit 40520f399789e3feede88a9a73c1846596ef775f.
* Update switch.vuesyuilo2018-12-041-1/+0
|
* :art:syuilo2018-12-041-1/+1
|
* :art:syuilo2018-12-041-1/+72
| | | | Add ripple effect
* :art:syuilo2018-12-031-0/+1
|
* Improve input dialogsyuilo2018-12-021-2/+19
|
* :art:syuilo2018-11-291-0/+1
|
* Fix bad style in deck column options and other things (#3412)Ivan2018-11-291-1/+1
| | | | | | | | | | | | | | | | | | * 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)
* :art:syuilo2018-11-251-6/+10
|
* Improve user operationssyuilo2018-11-233-26/+72
| | | | | Resolve #2197 Resolve #3367
* Improve test pagesyuilo2018-11-211-0/+3
|
* [Client] Fix #3114syuilo2018-11-211-0/+2
|
* :art:syuilo2018-11-141-1/+13
|