319 Commits

Author SHA1 Message Date
Shawn
bbd6a68731 Cleanup 2023-10-03 14:17:20 -06:00
Shawn
79631cd91d Remove proxy code 2023-10-03 14:16:01 -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
Shawn
dce9138640 Update helper scripts 2023-10-03 14:13:01 -06:00
Shawn
5065002bce Update artifact related data classes to use the self-hosted url 2023-10-03 14:11:59 -06:00
Shawn
27613c6922 Update search data files with fresh items, remove the imageUrl param 2023-10-03 14:11:01 -06:00
Shawn
31ec04dea9 Add helper class for downloading and resizing MET image and json files 2023-09-27 13:29:46 -06:00
Yang Fang
509487f789
Fix throttler calling an action twice
There is a bug in throttler where an action is called immediately and also again when the Timer expires despite only being scheduled once by call(). This commit resets the action to null once it is completed.
2023-09-22 11:26:41 -07:00
jonahwilliams
6523ec320b Reduce SaveLayer count of advanced blends. 2023-09-07 08:57:48 -07:00
Shawn
c7f00c8d32 Fix issue with Youtube player blocking clicks on the back btn 2023-09-06 20:26:17 -06:00
Shawn
ab7ce7bcd6 Implement a server proxy for external images to avoid CORS errors on web
Remove ResizeImage component on web platform to avoid UI thread locking
2023-09-06 20:12:36 -06: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
3987d8ea7d
Merge pull request #107 from akmalirfan/remove_duplicate
Remove duplicate sentence
2023-09-06 13:47:43 -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
a132e97916 Add proxy to MET image requests 2023-09-05 17:48:20 -06:00
Shawn
345f73f048 Replace describeEnum with .name 2023-09-05 17:47:45 -06:00
Shawn
bc21f55d62 Fix overflow error on intro screen 2023-09-05 15:40:00 -06:00
Akmal Irfan
b0337152fa Remove duplicate sentence 2023-09-02 19:00:55 +08:00
Shawn
c05c92b442 Use media query size to switch between nav rail and bottom tab menu 2023-09-01 14:51:46 -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
d369891d1e Remove unused deps and imports, restore intl pkg to avoid linter warnings 2023-08-29 11:24:20 -06:00
Shawn
f2408b936c
Merge pull request #101 from parlough/fix/replace-deprecated-load-image-methods
Replace deprecated `ImageProvider` load methods in `RetryImage`
2023-08-29 10:56:17 -06:00
Shawn
aad94222e8 Tweak img paths to avoid cross-domain origin issues on web platform (WIP) 2023-08-29 10:24:58 -06:00
Parker Lougheed
472fdd4ced
Replace deprecated ImageProvider load methods 2023-08-27 22:10:54 -05: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
b6e35f6f92 Add scroll wheel support for intro screen 2023-07-31 10:14:04 -06:00
Shawn
9b4d7cc226 Enable drag-to-scroll on desktop 2023-07-28 10:04:51 -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
35070ad8a0 Allow web platform to try and load locale 2023-07-11 12:07:40 -06:00
Shawn
23a1741722 Show youtube player on web 2023-07-11 12:07:26 -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
drown0315
11ee06f9ef fix: dispose _swipeController 2023-06-25 23:47:36 +08:00
Martino Yovo
6ad95e23e0 Removed yellow lines under the suggestion title and item text 2023-05-27 18:07:25 +00:00
Shawn
c2be9688db Fix nav-rail check 2023-05-11 10:55:34 -06:00
Shawn
ddf5e54089 Add play/pause keyboard handler to FullscreenVideoView 2023-05-10 14:33:30 -06:00
Shawn
38dc787e27 Maintain timeline year when resizing window 2023-05-10 14:26:31 -06:00
Shawn
fbd6bdaa9b Polish 2023-05-10 14:25:56 -06:00
Shawn
57cda296e6 Use new display API to detect device size. 2023-05-10 14:25:49 -06:00
Shawn
5f978091bd Tweak comments 2023-04-27 12:14:44 -06:00
Shawn
f1be3a4a37 Hide top-left home btn when using navrail on editorial view 2023-04-27 11:22:40 -06:00
Shawn
c819bcfdef Simplify layout of tab menu, add comments 2023-04-27 11:22:40 -06:00
Shawn
863afcae4f Simplify layout 2023-04-27 11:22:40 -06:00
Shawn
253c6b2075 Remove deprecated call to .window 2023-04-27 11:22:40 -06:00
Shawn
92c60ce18a Remove unused scroll pos callback 2023-04-27 11:22:40 -06:00
Jared Bell
f08e3f9cb9 Update highlight_data.dart
swap in new images paths, replace artifact that was no longer available.
2023-04-21 16:57:56 -06:00