Commit Graph

300 Commits

Author SHA1 Message Date
0bd1c46c74 Undo sizing changes 2023-01-12 19:48:11 +03:00
b38cf8c56c Use empty string as default 2023-01-11 02:26:25 +03:00
23a78e6fad Combine commit button enabled handling 2023-01-10 23:59:17 +09:00
23e4cfb469 Show spinner next to buttons and get rid of EditorCommitButton 2023-01-09 23:37:36 +03:00
13b00928c8 Rename loading spinner bool to reflect that it has a setter 2023-01-09 15:52:18 +09:00
387326db0d Make commit action abstract 2023-01-06 22:51:57 +03:00
930cd15649 Merge branch 'master' into comment-editor-1 2022-12-28 17:46:01 +05:00
db1380a346 Refactor markdown extension management 2022-12-19 20:19:51 +01:00
b64a5cbda6 Merge branch 'master' into guard-url-protocols 2022-12-19 15:46:45 +09:00
6e62033bc4 Fix some comment actions not being lowercased 2022-12-18 20:20:15 -08:00
27c497145f Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
1763618488 Fix spinner presense check & field click 2022-11-30 13:58:03 +03:00
43628903a7 Make spinner bigger 2022-11-30 13:57:09 +03:00
1cc7ffce39 Keep button's text 2022-11-30 13:40:47 +03:00
bedc771e99 Remove useless check 2022-11-30 13:32:01 +03:00
a8422961dc Rename button spinner prop again 2022-11-30 13:30:57 +03:00
5ea824534b Use default button 2022-11-30 13:25:59 +03:00
642e0ac718 Increase footer height to look better with default buttons 2022-11-30 13:25:18 +03:00
956acbc86f Use fixed width 2022-11-30 13:11:54 +03:00
4a747182b4 Merge branch 'master' into comment-editor-1 2022-11-30 17:22:59 +09:00
e30d97c94e Comments 2022-11-29 14:39:59 +03:00
84aaf5fedf Change ways to access submit button state 2022-11-29 14:37:35 +03:00
6c126f5223 Remove useless local actions on click 2022-11-29 14:25:51 +03:00
16962d9a57 Localize deleted string 2022-11-29 07:02:02 +03:00
a4819e5c9c Localize actions 2022-11-29 07:01:52 +03:00
472d9274b6 Reorder members 2022-11-29 06:23:25 +03:00
af0ee9dbd6 Make spinner a little bigger 2022-11-29 06:19:54 +03:00
894fb98fa2 Rebase CommitButton to RoundedButton 2022-11-29 06:17:02 +03:00
a874345da0 Rebase CancelButton to RoundedButton 2022-11-29 05:46:30 +03:00
d20dc3668e Enable nullability 2022-11-29 05:17:44 +03:00
8b033bf9f7 Allow localisable strings 2022-11-29 05:13:54 +03:00
7bc8908ca9 Partial everything 2022-11-27 00:00:27 +09:00
1edde8f73c Merge branch 'master' into disabled-button-sfx 2022-11-03 20:27:41 +09:00
59bbd9c460 Fix some components using wrong sample set 2022-11-03 17:47:49 +09:00
6c82bc36ed Encapsulate report logic inside button implementation
Avoids complicating the `DrawableComment` class, and allows for isolated
testability.
2022-10-22 02:48:27 +03:00
9b5e35d599 Remove dependency on DrawableComment from report popover and simplify logic
Allows for testing the button and popover in isolation.
2022-10-22 02:47:33 +03:00
081cf1cc47 Adjust comment report popover design 2022-10-22 02:45:31 +03:00
15aeb4a137 Display text in buttons flow instead of toast 2022-10-21 17:25:41 +03:00
81bdf716ef Change test 2022-10-20 19:56:00 +03:00
0ef903230c Make report button a separate component 2022-10-20 18:47:42 +03:00
da4f04ace7 Make dropdown not resize 2022-10-20 18:22:55 +03:00
635900085c Disable button when there is no text 2022-10-20 18:12:20 +03:00
ed39481932 Use another string for title 2022-10-20 18:11:35 +03:00
3258a41ca3 Merge branch 'comment-report' of https://github.com/Feodor0090/osu into comment-report 2022-10-17 20:41:46 +03:00
cd77ae062e Localize the button 2022-10-17 20:41:23 +03:00
797acf334f Show username in popup 2022-10-17 20:41:13 +03:00
6efe7b5334 Merge branch 'master' into comment-report 2022-10-17 16:08:13 +03:00
ceb4d624b5 Delete wip form 2022-10-17 13:43:35 +03:00
ffa22d8a68 Update popover not to use labelled drawables 2022-10-17 13:42:17 +03:00
7ed26369a3 Make a new report form, closer to web 2022-10-17 12:41:57 +03:00