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-02 04:40:03 +08:00
Code
Issues
Releases
Wiki
Activity
61,410
Commits
4
Branches
800
Tags
1bfe5a18cb94de911bb6ecf445abc8d32fe254ca
Commit Graph
344 Commits
Implement UserSortTabControl component
Andrei Zavatski
·
2020-02-24 05:47:21 +03:00
0cfe1ac823
Adjust conditional
smoogipoo
·
2020-02-21 19:50:16 +09:00
7fd71d9b6c
Add back orphaning as a fail-safe
smoogipoo
·
2020-02-21 19:41:25 +09:00
4c083e0e7e
Remove the concept of orphaning and refactor
smoogipoo
·
2020-02-21 19:30:51 +09:00
05ff4de944
Reorder file
smoogipoo
·
2020-02-21 19:30:45 +09:00
4c3468f40e
Rename method
smoogipoo
·
2020-02-21 19:30:39 +09:00
4fd420e61d
Fix attempting to add parent comments twice
smoogipoo
·
2020-02-21 19:30:33 +09:00
a7b5117d88
Add back parent-child linking
smoogipoo
·
2020-02-21 19:27:32 +09:00
1cd84754c8
Remove duplicated api request
smoogipoo
·
2020-02-21 19:27:25 +09:00
db78b95228
Merge remote-tracking branch 'origin/master' into subcomments-alter-new
smoogipoo
·
2020-02-21 17:02:58 +09:00
41c6d2f2e7
Refactor orphaning to better follow osu-web specification
smoogipoo
·
2020-02-21 17:02:48 +09:00
37e295e4be
Privatise setter
smoogipoo
·
2020-02-21 12:33:49 +09:00
5acaf9b371
Merge remote-tracking branch 'origin/master' into comment-editor
smoogipoo
·
2020-02-21 12:27:34 +09:00
2cb218c9c4
Update BindableList usage in DrawableComment
Andrei Zavatski
·
2020-02-18 13:37:59 +03:00
c7d64d0015
Merge remote-tracking branch 'refs/remotes/ppy/master' into subcomments-alter-new
Andrei Zavatski
·
2020-02-18 13:27:08 +03:00
3bf3becdd6
Implement OverlaySortTabControl component
Andrei Zavatski
·
2020-02-17 02:20:53 +03:00
a9f366fda3
Textbox -> TextBox rename pass
Bartłomiej Dach
·
2020-02-13 21:04:53 +01:00
0f25864fae
Simplify parent comment assignment
Andrei Zavatski
·
2020-02-13 04:50:04 +03:00
b1b2e4a041
Add tests
Andrei Zavatski
·
2020-02-13 04:06:34 +03:00
c391a464a5
Simplify CommentsPage.onCommentRepliesReceived
Andrei Zavatski
·
2020-02-13 03:13:56 +03:00
483bbac6fd
Make replies addition more consistent
Andrei Zavatski
·
2020-02-13 02:47:13 +03:00
b0db155565
Make loadedReplies dictionary private
Andrei Zavatski
·
2020-02-13 02:37:41 +03:00
c6f8e157fd
Use new algorithm for comments tree creation
Andrei Zavatski
·
2020-02-13 02:21:13 +03:00
5201c1c87b
Remove dependency on load state for DrawableComment.AddReplies
Andrei Zavatski
·
2020-02-13 00:19:21 +03:00
e2b3494352
Small CommitButton improvements
Andrei Zavatski
·
2020-02-12 13:43:56 +03:00
62051c036b
Adjust button colours
Andrei Zavatski
·
2020-02-12 13:28:49 +03:00
ab7adb3a97
Naming adjustments
Andrei Zavatski
·
2020-02-12 02:05:45 +03:00
9ac6c271ac
Create dependency between textbox and commit button
Andrei Zavatski
·
2020-02-12 01:35:08 +03:00
53a2b65dbd
Implement CommitButton
Andrei Zavatski
·
2020-02-12 00:57:06 +03:00
5a3daf1bd7
Implement CancellableCommentEditor
Andrei Zavatski
·
2020-02-11 20:47:51 +03:00
c022cf72b5
Fix some size values
Andrei Zavatski
·
2020-02-11 20:11:22 +03:00
730c115f49
Implement EditorTextbox
Andrei Zavatski
·
2020-02-11 20:08:24 +03:00
829152c8e8
CommentEditor basic implementation
Andrei Zavatski
·
2020-02-11 18:46:49 +03:00
482f622c94
Fix incorrect algorithm for comment tree creation
Can cause one comment to be redrawn multiple times
Andrei Zavatski
·
2020-02-10 23:57:48 +03:00
15b4e3386f
CI fix
Andrei Zavatski
·
2020-02-10 16:08:58 +03:00
d20a860879
Remove whitespace
Andrei Zavatski
·
2020-02-10 15:52:12 +03:00
8239f21cad
Add ability to load long comment trees in CommentsContainer
Andrei Zavatski
·
2020-02-10 15:43:11 +03:00
26afe0f31e
Fix possible memory leak and better user change test support
Andrei Zavatski
·
2020-02-06 16:54:02 +03:00
5946ad7d80
refetch comments on user change
Andrei Zavatski
·
2020-02-04 19:19:49 +03:00
a84068448a
Allow guests to view comments
Andrei Zavatski
·
2020-02-04 19:15:23 +03:00
5e369534b6
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
First
Previous
...
3
4
5
6
7
Next
Last