Commit Graph

222 Commits

Author SHA1 Message Date
da40f29b44 Make button text a property 2020-07-12 12:27:26 +03:00
0e5b375c9a Merge master with conflicts resolved 2020-07-12 02:20:54 +03:00
024ccc75ee Adjust margins/paddings 2020-07-11 09:03:03 +03:00
84392d0d13 Add loading spinner 2020-07-11 08:50:35 +03:00
b1b2e961bc Update arrow colour on hover 2020-07-11 08:13:11 +03:00
42d3288f17 Update old buttons usage 2020-07-11 08:01:11 +03:00
0861ee0c8e Make Icon rotate when clicking ShowRepliesButton 2020-07-11 07:54:37 +03:00
da249abd19 Implement CommentRepliesButton 2020-07-11 07:47:17 +03:00
789c921af1 Move replies button to a new line 2020-07-11 06:47:52 +03:00
aab606b237 Cancel scheduled asynchronous load of comments 2020-06-13 13:00:05 +02:00
cbcd915ec8 Fix crash on switching comments page at an inopportune time 2020-04-24 18:18:10 +09:00
3903423a37 Fix textbox characters not animating when typing/backspacing 2020-03-08 19:43:53 -07:00
e2c495e8c2 Move drawables loading to AppendComments() 2020-02-27 20:00:41 +03:00
62b4fa602f Merge remote-tracking branch 'refs/remotes/ppy/master' into remove-comments-page 2020-02-27 19:30:48 +03:00
32dc4501c1 Fix incorrect RepliesButton presentation 2020-02-27 14:16:35 +03:00
ddb494efb3 Add back regression test 2020-02-27 01:38:21 +03:00
54d83eff94 Use OverlayColourProfider for VotePill component 2020-02-26 19:35:20 +03:00
638d060145 Fix incorrect character on RepliesButton 2020-02-26 18:55:43 +03:00
1166d3d696 CI fixes 2020-02-26 18:52:58 +03:00
de10e50278 Add test scene to test local comment bundles 2020-02-26 18:31:01 +03:00
ae4f5cdf37 Add async loading support 2020-02-26 18:00:48 +03:00
56c41a614a Remove CommentsPage component 2020-02-26 17:38:50 +03:00
37e9c2a683 Merge branch 'master' into user-list-toolbar 2020-02-26 10:11:21 +09:00
c1455be855 Add tests 2020-02-25 10:29:03 +03:00
d8413c558b Use fully qualified name for enum item description in CommentsHeader 2020-02-24 23:41:34 +03:00
4cbb2a2f59 Move comment to more pertinent place 2020-02-24 21:30:27 +01:00
fe1f2858c1 Refactor to avoid duplicated code 2020-02-24 23:10:37 +03:00
b0b52146ea Fix crash when clicking on ShowMore button 2020-02-24 05:53:33 +03:00
0cfe1ac823 Implement UserSortTabControl component 2020-02-24 05:47:21 +03:00
7fd71d9b6c Adjust conditional 2020-02-21 19:50:16 +09:00
4c083e0e7e Add back orphaning as a fail-safe 2020-02-21 19:41:25 +09:00
05ff4de944 Remove the concept of orphaning and refactor 2020-02-21 19:30:51 +09:00
4c3468f40e Reorder file 2020-02-21 19:30:45 +09:00
4fd420e61d Rename method 2020-02-21 19:30:39 +09:00
a7b5117d88 Fix attempting to add parent comments twice 2020-02-21 19:30:33 +09:00
1cd84754c8 Add back parent-child linking 2020-02-21 19:27:32 +09:00
db78b95228 Remove duplicated api request 2020-02-21 19:27:25 +09:00
41c6d2f2e7 Merge remote-tracking branch 'origin/master' into subcomments-alter-new 2020-02-21 17:02:58 +09:00
37e295e4be Refactor orphaning to better follow osu-web specification 2020-02-21 17:02:48 +09:00
5acaf9b371 Privatise setter 2020-02-21 12:33:49 +09:00
2cb218c9c4 Merge remote-tracking branch 'origin/master' into comment-editor 2020-02-21 12:27:34 +09:00
c7d64d0015 Update BindableList usage in DrawableComment 2020-02-18 13:37:59 +03:00
3bf3becdd6 Merge remote-tracking branch 'refs/remotes/ppy/master' into subcomments-alter-new 2020-02-18 13:27:08 +03:00
a9f366fda3 Implement OverlaySortTabControl component 2020-02-17 02:20:53 +03:00
0f25864fae Textbox -> TextBox rename pass 2020-02-13 21:04:53 +01:00
b1b2e4a041 Simplify parent comment assignment 2020-02-13 04:50:04 +03:00
c391a464a5 Add tests 2020-02-13 04:06:34 +03:00
483bbac6fd Simplify CommentsPage.onCommentRepliesReceived 2020-02-13 03:13:56 +03:00
b0db155565 Make replies addition more consistent 2020-02-13 02:47:13 +03:00
c6f8e157fd Make loadedReplies dictionary private 2020-02-13 02:37:41 +03:00