66 Commits

Author SHA1 Message Date
Shawn
345f73f048 Replace describeEnum with .name 2023-09-05 17:47:45 -06:00
Shawn
ce767b7155 Reorder header elements in stack so that the back button can be selected when using screen reader. 2023-08-23 11:04:27 -06:00
Shawn
ac10dc36f8 Remove unused imports 2023-08-23 10:28:54 -06:00
Shawn
9b4d7cc226 Enable drag-to-scroll on desktop 2023-07-28 10:04:51 -06:00
Shawn
23a1741722 Show youtube player on web 2023-07-11 12:07:26 -06:00
Shawn
ddf5e54089 Add play/pause keyboard handler to FullscreenVideoView 2023-05-10 14:33:30 -06:00
Shawn
0c255bec9a Add KeyboardArrowListener to experiment with hz arrow key support on lists 2023-04-20 00:01:45 -06:00
Shawn
c6eec34922 Fix deprecated color warnings by adding a .colorFilter extension method to Color 2023-04-18 11:13:03 -06:00
Shawn
7906e6ba36 Add focus node 2023-03-01 14:36:39 -07:00
Shawn
068d7daf9d Add focus outlines to btns, add focus nodes to event markers and editorial text content 2023-03-01 14:36:30 -07:00
Shawn
cda6d7cbaa Add 10% white focus state to AppBtn 2023-02-28 10:06:46 -07:00
Shawn
a1af24f7d4 Remove fullscreen mode support, problematic implementation 2023-02-16 10:35:11 -07:00
Shawn
4608eecb30 Add safe area to fullscreen maps view 2023-02-16 10:24:00 -07:00
Shawn
6e5a715283 Update youtube plugin, and switch to flutter_webview for inline web views 2023-02-16 00:32:07 -07:00
Shawn
24f5f8487d Upgraded youtube iframe package 2023-02-15 11:01:42 -07:00
Shawn
9a9ccff85c Refactor supported orientations logic to be more robust. Fixes bug where some Android Tablets could not rotate to landscape. 2023-02-13 23:24:13 -07:00
Shawn
e30f5de874 Tweak loading indicator to start with indeterminant spinner until progress has started. 2023-02-13 10:38:55 -07:00
Shawn
9c2c93ea91 Update about us with string keys, restore increased blur amt 2023-01-05 15:43:51 -07:00
Shawn
5abdc22102 Reduce blur slightly 2023-01-05 12:20:46 -07:00
Jared Bell
4fe946e587 Enhance Wonder Events
* Increase font sizes + remove discretionary ligatures from body type (clean up, simplify)
* Adjust spacing
* Standardize maxContentWidth use
* Adjust scroll blur height for tablet portrait (was unblurring)
2023-01-04 22:13:26 -07:00
Jared Bell
1eae15a1a8 Menu screen enhancements
* Increase background blur
* Reduce overlay transparency
* Override local button padding to reduce size
2023-01-04 21:32:50 -07:00
Shawn
23cd1b4c71 Allow AppBtn.onPressed to be null 2023-01-03 10:35:53 -07:00
Shawn
7f54f4fab6 Incorporate scale into appHeader 2023-01-03 10:04:45 -07:00
Shawn
439b5d63df Cleanup 2022-12-22 13:33:59 -07:00
Shawn
77ecacabf7 standardize all backbtns to use AppHeader widget 2022-12-22 10:36:46 -07:00
Shawn
574c4503fd Latest polish tweaks 2022-12-20 10:23:20 -07:00
Shawn
a40f7c42ce Add close underlay btn to collectibles and home menu 2022-12-19 14:13:25 -07:00
Shawn
9463be0bcd Update line endings 2022-12-19 13:43:30 -07:00
Shawn
e5f55ef9db Fix comments 2022-12-12 11:50:24 -07:00
Shawn
a4f2daffec Add cupertino page routes for all full-screen dialogs 2022-12-08 18:50:27 -07:00
Shawn
4205cc0b00 Cleanup 2022-12-08 16:24:43 -07:00
Shawn
7d6cca3b6b Polish artifacts carousel 2022-12-01 20:09:28 -07:00
Shawn
bd3a87edd9 Polish editorial screen 2022-11-30 13:30:56 -07:00
Shawn
4b560a75e1 Remove modal bottom sheet 2022-11-29 22:49:39 -07:00
Shawn
5b5042b92e Add support for latest l10n implementation 2022-11-29 22:05:14 -07:00
Shawn
be4e3c1ea4 Finish first pass of home illustrations 2022-11-28 17:54:11 -07:00
Shawn
e9ae67bff5 carousel WIP, added trailing param to SimpleHeader 2022-11-22 10:56:53 -07:00
Shawn
667108943f Add centeredBox widget, polish editorial 2022-11-14 15:36:34 -07:00
Shawn
90902e27aa Add ListenableBuilder, remove all AnimatedBuilders 2022-11-14 14:49:00 -07:00
Shawn
af87d8e6db Remove popOnScroll from Events, finish landscape updates to Events 2022-11-14 14:27:17 -07:00
Shawn
34a0ae7dbf Update events view, add responsiveness, switch to dark mode 2022-11-14 11:59:45 -07:00
Shawn
973d9c61cf Update collectibles 2022-11-14 09:14:21 -07:00
Shawn
c3034a5f97 Limit desktops dragging to debug mode 2022-11-08 11:14:31 -07:00
Shawn
c967be4d82 Add support for landscape orientation on desktop and tablets. 2022-11-05 02:06:51 -06:00
Shawn
d0db7caa38 Adjust padding on locale btn 2022-10-27 10:22:43 -06:00
Shawn
dfdece065b tweak header to match latest comps 2022-10-25 00:04:05 -06:00
Shawn
8c9c9c46d6 Add control flag for haptic logs 2022-10-25 00:03:51 -06:00
Shawn
e767fc0c21 restore font and inset scaling 2022-10-24 15:42:27 -06:00
Shawn
0b611f4f86 Disable all scrollbars, also add logic for using CupertinoScrollbar on iOS if we do restore scrollbars 2022-10-07 11:28:55 -06:00
Shawn
0103ff16e8 Close keyboard when scrolling on search results. Add ScrollDecorator.onInit. 2022-10-04 09:15:56 -06:00