Joseph Madamba
|
94d2799b90
|
Fix comments having too much padding at the bottom
|
2023-02-03 00:47:10 -08:00 |
|
Dean Herbert
|
81e6c3792c
|
Remove unused method
|
2023-01-19 16:03:46 +09:00 |
|
Dean Herbert
|
07af18b8a7
|
Remove ReplyCommentEditor into its own class
|
2023-01-19 16:01:37 +09:00 |
|
ansel
|
77bc4fbf70
|
Integrate editor into comment
|
2023-01-18 20:50:07 +03:00 |
|
ansel
|
c74500b4b4
|
Add reply editor
|
2023-01-18 20:49:07 +03:00 |
|
ansel
|
18baf3dd5d
|
Log delete failure
|
2023-01-18 17:30:34 +03:00 |
|
ansel
|
ca3be71381
|
Track comment's nesting and reduce padding for too nested
|
2023-01-18 02:11:07 +03:00 |
|
ansel
|
12544c16ea
|
Remove canBeNull
|
2023-01-18 02:10:02 +03:00 |
|
Dean Herbert
|
b64a5cbda6
|
Merge branch 'master' into guard-url-protocols
|
2022-12-19 15:46:45 +09:00 |
|
Joseph Madamba
|
6e62033bc4
|
Fix some comment actions not being lowercased
|
2022-12-18 20:20:15 -08:00 |
|
Dean Herbert
|
27c497145f
|
Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0
|
2022-12-16 18:16:26 +09:00 |
|
ansel
|
16962d9a57
|
Localize deleted string
|
2022-11-29 07:02:02 +03:00 |
|
ansel
|
a4819e5c9c
|
Localize actions
|
2022-11-29 07:01:52 +03:00 |
|
Dan Balasescu
|
7bc8908ca9
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
|
Salman Ahmed
|
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 |
|
ansel
|
15aeb4a137
|
Display text in buttons flow instead of toast
|
2022-10-21 17:25:41 +03:00 |
|
ansel
|
81bdf716ef
|
Change test
|
2022-10-20 19:56:00 +03:00 |
|
ansel
|
0ef903230c
|
Make report button a separate component
|
2022-10-20 18:47:42 +03:00 |
|
ansel
|
3258a41ca3
|
Merge branch 'comment-report' of https://github.com/Feodor0090/osu into comment-report
|
2022-10-17 20:41:46 +03:00 |
|
ansel
|
cd77ae062e
|
Localize the button
|
2022-10-17 20:41:23 +03:00 |
|
ansel
|
797acf334f
|
Show username in popup
|
2022-10-17 20:41:13 +03:00 |
|
Feodor0090
|
6efe7b5334
|
Merge branch 'master' into comment-report
|
2022-10-17 16:08:13 +03:00 |
|
ansel
|
ffa22d8a68
|
Update popover not to use labelled drawables
|
2022-10-17 13:42:17 +03:00 |
|
ansel
|
4a8d976cb4
|
Use api's endpoint
|
2022-10-16 20:20:34 +03:00 |
|
ansel
|
ba595ab8fa
|
Display toast instead of notification
|
2022-10-16 19:57:21 +03:00 |
|
ansel
|
dc0aa2295a
|
Add test
|
2022-10-14 16:51:48 +03:00 |
|
ansel
|
3e9fd4c08c
|
Implement reporting flow
|
2022-10-14 16:26:25 +03:00 |
|
ansel
|
c65a8a83f3
|
Add basic UI for reporting
|
2022-10-14 15:52:09 +03:00 |
|
ansel
|
8a47628fe1
|
Use spacer drawable instead of spacing on links container
|
2022-10-14 00:04:13 +03:00 |
|
ansel
|
295e6f5a68
|
Move toast to it's namespace
|
2022-10-13 23:57:25 +03:00 |
|
ansel
|
34ff072a9b
|
Change text
|
2022-10-13 22:47:48 +03:00 |
|
ansel
|
a0cca391f6
|
Add copy link button to comments
|
2022-10-13 22:18:26 +03:00 |
|
Dean Herbert
|
e43c8e84b0
|
Use Show instead of Alpha=1
|
2022-10-12 15:48:42 +09:00 |
|
ansel
|
c384093802
|
Update main test and add failure scenario test
|
2022-10-08 18:53:41 +03:00 |
|
ansel
|
b697200460
|
Properly modify comment visual state on deletion
|
2022-10-08 18:41:08 +03:00 |
|
ansel
|
4e7c30504f
|
Schedule action buttons visibility changes
|
2022-10-08 17:15:10 +03:00 |
|
ansel
|
abf56c27a1
|
Do not requere dialog overlay
|
2022-10-08 17:11:09 +03:00 |
|
ansel
|
85adfc2df7
|
Fix DI type
|
2022-09-28 18:26:36 +03:00 |
|
ansel
|
636befb499
|
Add visual feedback for deleting process
|
2022-09-28 17:49:37 +03:00 |
|
ansel
|
ae0d62838b
|
Move API and DO to fields
|
2022-09-27 22:46:23 +03:00 |
|
ansel
|
58d9509ce6
|
Apply NRT to Comment
|
2022-09-27 22:45:05 +03:00 |
|
ansel
|
60ee813e45
|
Implement delete button
|
2022-09-27 18:33:16 +03:00 |
|
ansel
|
31a7ba3f91
|
Add delete button
|
2022-09-27 18:23:15 +03:00 |
|
Dan Balasescu
|
f8830c6850
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
|
Joseph Madamba
|
5e5c8e78a6
|
Use existing web localisation for most hardcoded strings
|
2022-04-20 16:31:11 -07:00 |
|
Joseph Madamba
|
98524d60a4
|
Fix clear identifier typos
|
2021-12-27 20:26:28 -08:00 |
|
Dean Herbert
|
6944151486
|
Apply batch fixing of built-in types using var
|
2021-10-27 13:04:41 +09:00 |
|
Dean Herbert
|
a5f6c287ea
|
Split out pinned comment content to only be constructed when required
|
2021-08-24 14:43:28 +09:00 |
|
Gagah Pangeran Rosfatiputra
|
9233f396aa
|
centered thumbtack icon and text
|
2021-08-14 00:22:01 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
6d726bf046
|
Change spacing
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
|
2021-08-13 22:54:41 +07:00 |
|