Commit Graph

764 Commits

Author SHA1 Message Date
b1f91596a7 Give user feedback on password attempt fail
Shake the popover
Set the input box's color to red and set the placeholder text to "incorrect password"
2021-09-07 20:05:24 -04:00
591ba8cb09 Ensure the final scroll target is used when checking for whether too far down 2021-08-20 17:56:35 +09:00
03e6ca5ba9 Adjust scroll behaviour to feel better 2021-08-20 17:40:56 +09:00
2d19f37dc6 Add missing new method in UserTrackingScrollContainer for scrolling into view 2021-08-20 17:40:41 +09:00
c7266c74a0 Always prefer clicked section when present 2021-08-20 17:00:20 +09:00
e87accafc8 Fix current section logic not accounting for hidden sections 2021-08-19 01:26:33 +09:00
a0374d4a67 Adjust centre point slightly to make dim feel better 2021-08-19 01:26:11 +09:00
af0c7ed108 Fix searching in settings not correctly invalidating the scroll position 2021-08-19 01:25:57 +09:00
ed94266a5d change markdown container font 2021-08-03 22:14:44 +07:00
9b7bb37244 Add hover+select sounds to some components that are missing them 2021-07-30 21:35:28 +09:00
3a347188a5 Allow LinkFlowContainer to still open external URLs when OsuGame is not available 2021-07-30 13:21:26 +09:00
87d3bd4b93 Fix time until next beat potentially being exactly zero at point of trigger 2021-07-17 14:35:43 +09:00
b6996d647e Add ability to disable mistimed event firings 2021-07-15 16:22:48 +09:00
98a1f40a98 Ensure EarlyActivationMilliseconds is applied even in idle state 2021-07-15 15:10:14 +09:00
c47ff1919c Fix regression in idle behaviour and refactor further 2021-07-15 14:56:49 +09:00
5ecf6511e6 Fix default timing points being used if "track" is not running 2021-07-15 14:41:50 +09:00
a3129ad00e Refactor BeatSyncedContainer to support GameplayClock 2021-07-15 14:37:13 +09:00
e4f13e311e override add auto link in text flow container 2021-07-10 17:58:00 +07:00
45ff28f83b add autolink constructor 2021-07-10 17:57:33 +07:00
2eb12a59b7 Rename function to be more accurate 2021-07-09 11:16:47 +09:00
546f55d341 Change profile section expansion to use dropdown sounds 2021-07-08 20:23:11 +09:00
e612d7568c Merge pull request #13771 from LumpBloom7/volume-meter-switch
Add ability to navigate between volume meters via Alt+Left/Right arrows
2021-07-07 21:50:44 +09:00
f53f6690e3 Remove extra blank line 2021-07-07 12:01:47 +02:00
8b1876bc2a Disallow removing items from SelectionCycleFillFlowContainer 2021-07-07 11:43:54 +02:00
ddb1da5a66 Tidy up class (although it's not in a good state logically) 2021-07-07 13:48:35 +09:00
4b1b5a88fe Add null check to supress quality errors 2021-07-06 14:39:53 +02:00
ffe18ebe51 Resolve build errors 2021-07-06 14:11:46 +02:00
07d54d261a Let selection container handle manual selection changes 2021-07-06 13:24:18 +02:00
c5a0672277 Use IStateful<SelectionState> instead of ISelected 2021-07-06 12:07:25 +02:00
32ef2405c4 Use null instead of -1 2021-07-06 11:30:56 +02:00
d495196b66 Share item cycling logic with GameplayMenuOverlay 2021-07-05 19:22:55 +02:00
e1c646b9b2 Remove redundant arguments 2021-07-05 23:52:39 +08:00
50c27d2635 Update usages of IHasTooltip in line with framework localisation changes 2021-06-25 19:10:04 +02:00
5c3129f1a2 add font size in HeadingTextFlowContainer 2021-06-22 12:24:56 +07:00
f89c154e18 change GetFontSizeByLevel to return actual font size 2021-06-22 12:24:25 +07:00
752d0a9f0b add sound to scroll-to-top button 2021-06-18 16:08:14 +09:00
902bb84ca8 Merge branch 'master' into fix-wave-overlay-sound-on-switch 2021-06-11 22:05:08 +02:00
121df57dca Fix focused overlays playing their "appear" sound when not necessarily changing state 2021-06-12 00:26:33 +09:00
0b95d07390 Change 'default' hover/click samples into 'button' samples and make 'soft' the new 'default' 2021-06-11 20:47:57 +09:00
28d7b06908 create OsuMarkdownImage 2021-06-10 09:38:07 +07:00
e8d4147773 Add missing null handling for never Markdig version 2021-06-07 16:08:44 +09:00
840f084dc4 Merge pull request #13303 from LeNitrous/mainmenu-storyboard-backgrounds
Add storyboards as a main menu background source
2021-06-04 19:50:40 +09:00
d00fb21188 prevent scaling container from creating a storyboard background 2021-06-03 13:24:21 +08:00
47019196f6 Merge branch 'master' into fix-relative-link-resolution 2021-06-02 14:55:38 +09:00
ac761bb075 Use string.Empty instead of arbitrary string 2021-06-02 14:43:35 +09:00
3668f1861f Fix one more null issue 2021-06-01 17:10:09 +09:00
145e42928b Fix remaining null checks 2021-06-01 16:49:05 +09:00
b4dd935538 add corner radius and padding 2021-06-01 14:14:12 +07:00
5108dadfbc use inline code in markdown text flow 2021-06-01 14:03:57 +07:00
1babb05fc7 add OsuMarkdownInlineCode 2021-06-01 14:03:31 +07:00