204 Commits

Author SHA1 Message Date
Shawn
fa640e005d Merge branch 'main' into feature/routing_fixes
# Conflicts:
#	lib/router.dart
#	pubspec.lock
#	pubspec.yaml
2024-01-18 12:04:11 -07:00
Shawn
6f7a69d50d Merge main 2024-01-18 11:36:39 -07:00
Shawn
76eba1e3e9 Localize pageNotFound 2024-01-18 11:13:38 -07:00
Shawn
4913c2fe92 Cleanup warnings, remove some log messages on web 2024-01-18 10:30:02 -07:00
Shawn
848ae5cbb6 Add custom 404 page 2024-01-18 10:11:27 -07:00
Shawn
5fea5fc017 Protect details screen from bad tabIndex params 2024-01-17 11:55:37 -07:00
Shawn
1ffc18d001 Cleanup 2024-01-17 10:53:42 -07:00
Shawn
537d2ed9e4 Hoist tabPress logic to the screen level. Move go() call to onTap from onChange. prevents errors during route changes. 2024-01-17 10:50:43 -07:00
Shawn
c450c71d05 Switch collections to .go() instead of .push() 2024-01-17 10:48:20 -07:00
Shawn
ea47695847 switch from push to go calls 2024-01-16 17:01:37 -07:00
Shawn
2853af8f61 Add support for nested artifacts (probably going to switch back to push() due to an apparent bug in GoRouter) 2024-01-11 10:15:30 -07:00
Shawn
44300dbe23 WonderDetails: Switch wonderButton from pop() to /home, helps to clear the queryParams when going back. 2024-01-11 10:14:48 -07:00
Shawn
28734b7f1f Switch /video and /maps views to be nested within home, better supporting deeplinks. 2024-01-11 10:12:04 -07:00
Shawn
00e3dcc234 Respect the tabIndex param when on WonderDetails screen 2024-01-11 10:11:03 -07:00
Shawn
3ce1d3a68d Add persistent wonderIndex for home page 2024-01-11 10:09:39 -07:00
Shawn
6e3d94eece Have wonders btn go to /home rather than pop(), eliminates the trailing queryString values 2024-01-09 14:58:33 -07:00
Shawn
74b536b366 Initial changes to routing system 2023-12-08 10:03:26 -07:00
Shawn
91c8cb9760 Fix for #155, App stuck in onboarding 2023-12-08 09:54:26 -07:00
Shawn
28ebe79ad2 Cleanup lint warnings 2023-12-05 11:05:46 -07:00
Shawn
e34479ccd8 Keep backBtn in landscape mode, just align it to the right 2023-12-05 11:03:24 -07:00
Shawn
7c76fc9c09 Cleanup 2023-12-05 11:03:24 -07:00
Shawn
8daa4c112e Fix RTE when entering collections list 2023-12-05 11:03:24 -07:00
Shawn
d7ac853653 Cleanup lint warnings 2023-12-05 11:03:23 -07:00
Shawn
d710a9718a Add fullscreen keyboard list scroller component, incorporate into editorial_screen 2023-12-04 11:32:45 -07:00
Shawn
9e4d457339 Add prev/next navigation to intro screen 2023-12-04 11:30:11 -07:00
Shawn
a056373207 Cleanup naming 2023-12-04 11:29:59 -07:00
Shawn
d856f91a93 Add physical btn for carousel navigation,
add keyboard support,
add flipIcon property to CircleIconbtn
2023-11-30 10:41:05 -07:00
Shawn
2887de4704 Add arrowkey support for navigation
Add workaround for lack of cutout support on web
2023-11-29 16:01:08 -07:00
Shawn
5d7f14fd17 Fix centering issue in photo gallery with hidden collectibles 2023-11-03 14:30:05 -06:00
Shawn
76ff50d09a Fix issue with home-screen throwing an error when disposed 2023-11-02 09:57:39 -06:00
Shawn
a2a5eef138 Add ability to see last collected image, title and subtitle 2023-10-23 17:43:16 -06:00
Shawn
48e9b5fc25 Remove wallpaperPhoto view and related logic (saved in feature/wallpaper-sharing branch if needed in the future) 2023-10-19 16:25:02 -06:00
Shawn
4d5347013c Fix issue with menu icon corners not being rounded consistently 2023-10-04 09:44:07 -06:00
Shawn
105073480a Increase photo gallery image size to large 2023-10-03 14:55:19 -06:00
Shawn
431a17dc1d Increase resolution of fullscreen photo gallery images 2023-10-03 14:20:14 -06:00
Shawn
0fa3a344c9
Merge pull request #127 from gskinnerTeam/fix/selfhosted-met-files
Use self-hosted images for all artifacts, collectibles and youtube thumbnails.
2023-10-03 14:18:50 -06:00
Shawn
c4e34edfd2 Use self-hosted youtube thumbs 2023-10-03 14:15:48 -06:00
Shawn
8f2625bc23 Rename MetAPI to ArtifactAPI etc 2023-10-03 14:15:36 -06:00
Shawn
fdaabec9f3 Update search result tile to use smaller image 2023-10-03 14:14:40 -06:00
jonahwilliams
6523ec320b Reduce SaveLayer count of advanced blends. 2023-09-07 08:57:48 -07:00
Shawn
efc98ee6cc Open urls externally on web and desktop platforms as in-app webviews are not working yet 2023-09-06 20:12:36 -06:00
Shawn
5c72a83def
Merge pull request #106 from yangsfang/issue-104-fix
Fixes language switch button being partially unclickable
2023-09-06 13:47:17 -06:00
Shawn
bc21f55d62 Fix overflow error on intro screen 2023-09-05 15:40:00 -06:00
Yang Fang
fc60942b66
Fixes language switch button being partially unclickable
ExpandedScrollingColumn is on top of the AppHeader and blocks presses on the left half of the language switch button. This commit moves the AppHeader to the top of the stack.
2023-09-01 13:40:30 -07:00
Shawn
aad94222e8 Tweak img paths to avoid cross-domain origin issues on web platform (WIP) 2023-08-29 10:24:58 -06:00
Shawn
b6e35f6f92 Add scroll wheel support for intro screen 2023-07-31 10:14:04 -06:00
Shawn
d3e7e7e606 Hide placeholder for maps plugin on desktop 2023-07-28 10:04:16 -06:00
Shawn
34e49a0808
Merge pull request #86 from martinoyovo/main
Removed yellow lines under the suggestion title and item text
2023-07-20 12:30:38 -06:00
Shawn
8b0ed00787 Collections list maintains its scroll position when changing list orientation 2023-07-18 18:06:38 -06:00
Shawn
be5b5fc9a6
Merge pull request #88 from drown0315/fix/dispose_swiper_controller
fix: dispose swipeController
2023-06-26 13:07:29 -06:00