This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-06-08 04:24:10 +08:00
Code
Issues
Releases
Wiki
Activity
25,943
Commits
4
Branches
802
Tags
c3bd6c3f7f5aba82e19273a05971e052d28656de
Commit Graph
104 Commits
Adjust height of ShowMore button
Andrei Zavatski
·
2020-01-31 09:51:56 +03:00
3b5b799d60
Change ShowMoreButton hide logic
Andrei Zavatski
·
2020-01-31 09:46:35 +03:00
4a444face1
Merge master with conflicts resolved
Andrei Zavatski
·
2020-01-30 10:08:02 +03:00
a8578c1526
Rename and tidy up DeletedCommentsCounter
Dean Herbert
·
2020-01-30 11:17:26 +09:00
ebdb425c50
Cleanup pass
Andrei Zavatski
·
2020-01-29 06:58:53 +03:00
5fcda01346
Add tests for CommentsPage
Andrei Zavatski
·
2020-01-29 06:44:39 +03:00
dc10e58b4f
Implement CommentsPage class
Andrei Zavatski
·
2020-01-29 06:22:08 +03:00
e7964023ae
Refactor NoCommentsPlaceholder
Andrei Zavatski
·
2020-01-29 06:08:11 +03:00
c5e0c77bca
Add placeholder for no comments case in CommentsContainer
Andrei Zavatski
·
2020-01-28 16:53:22 +03:00
b947e89a6b
Allow better async support for CommentsContainer
Andrei Zavatski
·
2020-01-28 10:21:27 +03:00
5a2fd18bdd
TotalCommentsCounter improvements
Andrei Zavatski
·
2020-01-28 05:57:45 +03:00
ce95b4a106
Recolour CommentsContainer
Andrei Zavatski
·
2020-01-27 15:07:24 +03:00
100532845b
Recolour CommentsShowMoreButton
Andrei Zavatski
·
2020-01-27 15:00:56 +03:00
68503bf771
Recolour CommentsHeader
Andrei Zavatski
·
2020-01-27 14:58:27 +03:00
12ca28ea6d
Recolour TotalCommentCounter
Andrei Zavatski
·
2020-01-27 14:47:47 +03:00
ed2737e027
Add comment as to why counter is zeroes only in Show method
Dean Herbert
·
2020-01-24 11:42:33 +09:00
5863576ce4
Add TotalCommentsCounter to CommentsContainer
Andrei Zavatski
·
2020-01-23 15:56:01 +03:00
6493f24547
Fix possible crash due to not loaded api
Andrei Zavatski
·
2020-01-23 12:59:53 +03:00
0c3120d965
Call the method directly rather that trigger a bindable
Andrei Zavatski
·
2020-01-23 12:21:16 +03:00
667fdb907c
resetComments -> refetchComments
Andrei Zavatski
·
2020-01-07 12:30:06 +03:00
7dc03a1335
Use nullable long type for id value
Andrei Zavatski
·
2020-01-07 12:29:21 +03:00
6adf5ba381
Allow CommentsContainer refetch comments using a method
Andrei Zavatski
·
2020-01-07 01:07:50 +03:00
e0f66928e6
Fix comments async loading wasn't really async
Andrei Zavatski
·
2020-01-06 20:56:32 +03:00
031bed15da
Merge remote-tracking branch 'upstream/master' into fix-spritetext-usage
Dean Herbert
·
2019-11-25 11:31:12 +09:00
b85189f855
Apply fixes
Dean Herbert
·
2019-11-25 11:30:55 +09:00
45514ff660
Apply CornerExponent fixes
Dean Herbert
·
2019-11-22 19:49:20 +09:00
c2e85a2057
TotalCommentsCounter implementation
Andrei Zavatski
·
2019-11-16 18:02:34 +03:00
509440ea14
Apply brace style.
Huo Yaoyuan
·
2019-11-11 20:13:13 +08:00
ccc8aa6fa4
Reorder conditional
Dean Herbert
·
2019-11-09 16:23:22 +09:00
5c47641608
Use api.IsLoggedIn
Andrei Zavatski
·
2019-11-06 12:46:25 +03:00
4330507da8
Apply suggestions
Andrei Zavatski
·
2019-10-31 02:10:00 +03:00
4730453083
Test steps rearrangement and condition fix
Andrei Zavatski
·
2019-10-30 04:16:14 +03:00
8ad5ccda68
Fix comment can be voted if user is null
Andrei Zavatski
·
2019-10-30 03:27:06 +03:00
2c31492bbe
Cleanups
Andrei Zavatski
·
2019-10-30 03:09:14 +03:00
1502a6c631
Dont use binding to set disabled value
Andrei Zavatski
·
2019-10-29 23:43:16 +03:00
092d16bb64
Condition simplification
Andrei Zavatski
·
2019-10-29 21:57:20 +03:00
30d9b21b86
Fix VotePill can be activated by the comment sender
Andrei Zavatski
·
2019-10-29 21:25:48 +03:00
e287dae64b
Refactor LoadingButton
Andrei Zavatski
·
2019-10-24 17:49:34 +03:00
85769982a0
Adjust naming inside the LoadingButton
Andrei Zavatski
·
2019-10-23 13:39:42 +03:00
b310fd9d44
Simplify hover/unhover logic
Andrei Zavatski
·
2019-10-18 03:06:01 +03:00
9daafb4636
Use received data to set isVoted bindable
Andrei Zavatski
·
2019-10-17 23:20:01 +03:00
22511e41e2
Apply suggested changes
Andrei Zavatski
·
2019-10-17 16:28:32 +03:00
9ee63a8c1a
Fix multiple spaces
Andrei Zavatski
·
2019-10-17 15:40:09 +03:00
a858e713f8
CI fixes
Andrei Zavatski
·
2019-10-17 15:24:51 +03:00
6b196a6ce7
Implement CommentVoteRequest and adjust UI
Andrei Zavatski
·
2019-10-17 15:04:30 +03:00
42cd4107a0
Move VotePill to it's own file
Andrei Zavatski
·
2019-10-17 14:18:31 +03:00
a437ff74cc
UI implementation
Andrei Zavatski
·
2019-10-17 13:10:28 +03:00
1f28c00594
Parse voted comments
Andrei Zavatski
·
2019-10-17 12:35:12 +03:00
38dcd42d08
Simplify DeletedChildrenPlaceholder behavior
Andrei Zavatski
·
2019-10-15 12:47:35 +03:00
2543de22bd
Convert to method group
Andrei Zavatski
·
2019-10-15 12:27:32 +03:00
7ba15df0c0
First
Previous
1
2
3
Next
Last