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-05-18 05:39:53 +08:00
Code
Issues
Releases
Wiki
Activity
60,561
Commits
4
Branches
791
Tags
c40887eee867b8d9bf5312e0df106862435dba39
Commit Graph
44 Commits
Fix comment editor text boxes not having sound feedback
Joseph Madamba
·
2023-01-21 17:32:42 -08:00
da03abc812
Immediately focus the textbox when clicking to reply to a comment
Dean Herbert
·
2023-01-19 16:08:27 +09:00
4916a742d5
Undo sizing changes
ansel
·
2023-01-12 19:48:11 +03:00
0bd1c46c74
Use empty string as default
ansel
·
2023-01-11 02:26:25 +03:00
b38cf8c56c
Combine commit button enabled handling
Dean Herbert
·
2023-01-10 23:59:17 +09:00
23a78e6fad
Show spinner next to buttons and get rid of
EditorCommitButton
ansel
·
2023-01-09 23:37:36 +03:00
23e4cfb469
Rename loading spinner bool to reflect that it has a setter
Dean Herbert
·
2023-01-09 15:52:18 +09:00
13b00928c8
Make commit action abstract
ansel
·
2023-01-06 22:51:57 +03:00
387326db0d
Fix spinner presense check & field click
ansel
·
2022-11-30 13:58:03 +03:00
1763618488
Make spinner bigger
ansel
·
2022-11-30 13:57:09 +03:00
43628903a7
Keep button's text
ansel
·
2022-11-30 13:40:47 +03:00
1cc7ffce39
Remove useless check
ansel
·
2022-11-30 13:32:01 +03:00
bedc771e99
Rename button spinner prop again
ansel
·
2022-11-30 13:30:57 +03:00
a8422961dc
Use default button
ansel
·
2022-11-30 13:25:59 +03:00
5ea824534b
Increase footer height to look better with default buttons
ansel
·
2022-11-30 13:25:18 +03:00
642e0ac718
Use fixed width
ansel
·
2022-11-30 13:11:54 +03:00
956acbc86f
Comments
ansel
·
2022-11-29 14:39:59 +03:00
e30d97c94e
Change ways to access submit button state
ansel
·
2022-11-29 14:37:35 +03:00
84aaf5fedf
Remove useless local actions on click
ansel
·
2022-11-29 14:25:51 +03:00
6c126f5223
Reorder members
ansel
·
2022-11-29 06:23:25 +03:00
472d9274b6
Make spinner a little bigger
ansel
·
2022-11-29 06:19:54 +03:00
af0ee9dbd6
Rebase CommitButton to RoundedButton
ansel
·
2022-11-29 06:17:02 +03:00
894fb98fa2
Enable nullability
ansel
·
2022-11-29 05:17:44 +03:00
d20dc3668e
Allow localisable strings
ansel
·
2022-11-29 05:13:54 +03:00
8b033bf9f7
Partial everything
Dan Balasescu
·
2022-11-27 00:00:27 +09:00
7bc8908ca9
Update parameter discards
Dean Herbert
·
2022-06-24 21:26:19 +09:00
31a447fda0
Automated #nullable processing
Dan Balasescu
·
2022-06-17 16:37:17 +09:00
f8830c6850
Move
CreateContent()
to BDL
Salman Ahmed
·
2021-11-05 10:13:42 +03:00
f013a1e37f
Re-enable possible null refernece exception inspections and move code
Salman Ahmed
·
2021-11-05 09:14:50 +03:00
3a3ec1436b
Disable other false-positive null inspections with comment
Salman Ahmed
·
2021-11-05 04:50:58 +03:00
4245af28e1
Update usages of
Drawable.Click()
Dean Herbert
·
2021-08-04 17:30:33 +09:00
9b9dacf3fe
Fix textbox characters not animating when typing/backspacing
Joehu
·
2020-03-08 19:43:53 -07:00
3903423a37
Privatise setter
smoogipoo
·
2020-02-21 12:33:49 +09:00
5acaf9b371
Textbox -> TextBox rename pass
Bartłomiej Dach
·
2020-02-13 21:04:53 +01:00
0f25864fae
Add tests
Andrei Zavatski
·
2020-02-13 04:06:34 +03:00
c391a464a5
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