-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update eclipse text everywhere #226
Merged
patudom
merged 15 commits into
cosmicds:main
from
patudom:update-eclipse-text-everywhere
Oct 2, 2023
Merged
Update eclipse text everywhere #226
patudom
merged 15 commits into
cosmicds:main
from
patudom:update-eclipse-text-everywhere
Oct 2, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- rename location-time-display to location-date-display - Update controls box text - turn off intro text for now - remove unused css
- make x to close top container larger - no box-shadows on top row buttons - put icon buttons into new css div - restyle speed control buttons
- Separate content id'ed as FAQ into a top div called main-info-text and a bottom div called FAQ. - Remove curved corners and gaps between FAQ items
johnarban
reviewed
Oct 2, 2023
johnarban
reviewed
Oct 2, 2023
Comment on lines
2898
to
2908
@media (max-width: 390px){ //TINY | ||
font-size: 0.9rem; | ||
} | ||
|
||
@media (max-width: 750px){ //SMALL | ||
font-size: 1.1rem; | ||
} | ||
@media (max-width: 390px){ //SMALL | ||
font-size: 0.8rem; | ||
padding-left: 1rem; | ||
|
||
@media (min-width: 751px){ //LARGE | ||
font-size: 1.3rem; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
@media (max-width: 390px){ //TINY | |
font-size: 0.9rem; | |
} | |
@media (max-width: 750px){ //SMALL | |
font-size: 1.1rem; | |
} | |
@media (max-width: 390px){ //SMALL | |
font-size: 0.8rem; | |
padding-left: 1rem; | |
@media (min-width: 751px){ //LARGE | |
font-size: 1.3rem; | |
} | |
font-size: clamp(0.9rem, 2.1vw, 2rem); |
Co-authored-by: John Arban Lewis <[email protected]>
johnarban
added a commit
to johnarban/minids
that referenced
this pull request
Nov 30, 2023
commit 200a7e017245ddb651fa3367d87427d5c499efb7 Merge: 17dd5db7 fa0b2c22 Author: patudom <[email protected]> Date: Wed Nov 29 09:07:18 2023 -0500 Merge pull request #294 from heywooddogwood/formatting-updates-1 Formatting updates 1 commit fa0b2c229bed1c12130396a1287171286ae3857c Author: Harry Houghton <[email protected]> Date: Mon Nov 20 01:48:39 2023 -0500 add padding to thumbnail names commit 4fcd70ac4c96eba7cbb504b21ad3ab42c65b11c4 Author: Harry Houghton <[email protected]> Date: Mon Nov 20 01:08:54 2023 -0500 darken places gallery, add box-shadow commit b3d342a77f2c013fc0f990dc8ca728ffed43de05 Author: Harry Houghton <[email protected]> Date: Mon Nov 20 00:33:23 2023 -0500 add shadow to splash popup commit 9fbc3703debc1d9ecbd3e551ba043660fe080e86 Author: Harry Houghton <[email protected]> Date: Mon Nov 20 00:20:30 2023 -0500 change border rounding for splash popup Border of popup upon load of page rounded differently, not by percent but by pixels. Also background and text color for selection boxes in top-center adjusted to make text more readable in all zoom levels. commit 17dd5db734fa0d5bbc0b8c572f81b5d72e127fba Merge: 8dffd8df 2c9a1011 Author: patudom <[email protected]> Date: Mon Nov 13 20:38:24 2023 -0500 Merge pull request #292 from johnarban/create-gallery Create gallery commit 2c9a1011eebc6a1f1ea401c8ba589fb518ffda68 Author: John Arban Lewis <[email protected]> Date: Mon Nov 13 11:43:11 2023 -0500 set main crossfade opacity to 100 when selecting gallery item or changing top slider opacity commit 3464c66a62d08ddf16bc877dda8597b86231d08f Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 21:06:59 2023 -0500 place pointer events further down commit c809ff288d64812f837edbab9e0c237a497268f7 Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 21:00:47 2023 -0500 improve crossfade logic commit 63fd1db6ca7a079030caf85b51a9f67acf94b167 Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 20:59:42 2023 -0500 minor gallery updates commit 5429540551a26db2555f536039771ce032f43153 Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 19:59:52 2023 -0500 fix glimpse name commit 112db5ffa84cd3a747b2857c0a58334b8b2de140 Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 17:45:45 2023 -0500 revert back to async created commit b9bcc975f9675624a121f200a9eafd00c5742624 Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 17:25:16 2023 -0500 consistency fixes commit 0a46c949205ca90610b287016958559003561afa Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 16:50:30 2023 -0500 show slider commit 44a8e7f8ee16e49691e250f4a70dfa1315a690fa Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 16:47:35 2023 -0500 make this work more like main commit 679cb236418b0fee029e0251adc2eb9b2e6a5edb Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 16:20:57 2023 -0500 don't show brick crossfade slider commit 90d4f1f3707afaf87fd026d502a95038d21f1a43 Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 16:19:11 2023 -0500 create the gallery commit b535c2e80f0caf96c188a114fae7ac9b6b042203 Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 14:12:03 2023 -0500 make sure opacities get set with new names commit 7b94e97b3d61ff029310341810a31b9fd35b6a59 Author: John Arban Lewis <[email protected]> Date: Wed Nov 8 16:50:21 2023 -0500 update urls for image with and without stars commit 8dffd8df0f4e928a50abbce6f8673287a7d2c428 Merge: eb1e9cd6 1d8d300c Author: patudom <[email protected]> Date: Mon Nov 6 16:35:47 2023 -0500 Merge pull request #291 from patudom/update-imagery-in-brick-mini Update slider to go between stars and no stars version of brick; put … commit 1d8d300c43acaab4c22356b279491008be4724fe Author: Pat Udomprasert <[email protected]> Date: Mon Nov 6 16:35:26 2023 -0500 Update slider to go between stars and no stars version of brick; put glimpse in background commit eb1e9cd64c2809de5bcc49cb249bfbd6b890cffb Merge: d1ab21e3 1c2d2486 Author: patudom <[email protected]> Date: Mon Nov 6 12:39:16 2023 -0500 Merge pull request #290 from patudom/start-brick-mini create jwst-brick from template commit 1c2d24865e7f091ca4357cc2c8a7660b5f318e7a Author: Pat Udomprasert <[email protected]> Date: Mon Nov 6 12:14:41 2023 -0500 Relabel as spitzer and remove "IR" since they are both IR. commit 6355cfc7a8898ce4f06aa0d37882a01dabc247a2 Author: Pat Udomprasert <[email protected]> Date: Mon Nov 6 12:11:48 2023 -0500 allow deployment so Adam can review commit 05c9b5e76b449fec4f38e34ed2f3757491bc7a07 Author: Pat Udomprasert <[email protected]> Date: Mon Nov 6 12:10:08 2023 -0500 start more zoomed in on brick and fix hubble->glimpse error that john tracked down commit 9970c64c1d21dfbff8c7089a489cabc710770df3 Author: Pat Udomprasert <[email protected]> Date: Fri Nov 3 17:46:43 2023 -0400 copy over wtml and slider code from carina commit 859fa8de96fbe2d44932b3a373eb647dff7787f7 Author: Pat Udomprasert <[email protected]> Date: Fri Nov 3 16:36:29 2023 -0400 Populate Splash Screen commit 392d4dc3953ecd14b748a33d8e914cd2a797901e Author: Carifio24 <[email protected]> Date: Fri Nov 3 14:59:59 2023 -0400 Pin brick mini to use Vue 3.3.4 commit 35aa1721efd4a4ca3638ffb6f4165861a024764b Author: Pat Udomprasert <[email protected]> Date: Fri Nov 3 14:42:20 2023 -0400 create jwst-brick from template commit d1ab21e39f23e6be044f00250fbf0965913407a8 Merge: c4c2b462 257b2200 Author: Jon Carifio <[email protected]> Date: Sat Oct 14 15:03:59 2023 -0400 Merge pull request #287 from johnarban/use-youtube-video Restyle video so user can leave commit 257b22006c8f880348e0ba150168df9cf9630f1f Author: John Arban Lewis <[email protected]> Date: Sat Oct 14 11:49:06 2023 -0400 put mp4 video back commit 9506e89f10943609617e94cbc4d21374b254167d Author: John Arban Lewis <[email protected]> Date: Sat Oct 14 11:44:04 2023 -0400 make sure user can leave video easily commit 51f922ede872d0f5dda783d95983d30eff744fe4 Author: John Arban Lewis <[email protected]> Date: Sat Oct 14 11:30:30 2023 -0400 add video and fix styles commit c4c2b462b23caa4bf21dd1d7cab3ac56007c4d01 Merge: 467e8446 b4aa83b1 Author: patudom <[email protected]> Date: Sat Oct 14 09:18:36 2023 -0400 Merge pull request #286 from patudom/Add-video-to-app Add video to app commit b4aa83b183164cbc3e6621b513102280a5f6fcdc Author: Pat Udomprasert <[email protected]> Date: Sat Oct 14 09:13:44 2023 -0400 Add video icon to splash screen commit 800fe5445af633560d3ebf3aefeafbda9342d315 Author: Pat Udomprasert <[email protected]> Date: Sat Oct 14 09:06:05 2023 -0400 Add video button to app commit 467e8446c575aefb011145db6189cfa59e525fda Merge: 52f37813 68c4a4a6 Author: patudom <[email protected]> Date: Fri Oct 13 08:05:00 2023 -0400 Merge pull request #285 from patudom/add-my-location-to-user-guide Update instructions and documentation to include user location commit 68c4a4a64f7b80c5cf6b005475786a44deefd95d Author: Pat Udomprasert <[email protected]> Date: Fri Oct 13 07:45:51 2023 -0400 Add My Location to instruction and user guide. Add share button to user guide too. commit 52f37813326eeefd572d2b9d463585124826ffdb Merge: 5323c846 7f87c99b Author: patudom <[email protected]> Date: Thu Oct 12 17:21:58 2023 -0400 Merge pull request #284 from Carifio24/store-locations Store visited locations and MC responses in browser storage commit 7f87c99b9bcee5f442ba61624777ed6796261f33 Author: Carifio24 <[email protected]> Date: Thu Oct 12 17:04:34 2023 -0400 Remove console logging from geolocation button. commit 34045aa1bdbb6693dedab31333d9b7d5e534d893 Author: Carifio24 <[email protected]> Date: Thu Oct 12 17:03:12 2023 -0400 Store visited locations and MC responses in local storage. commit 5323c8469a06317245ad3be042722e85c1b7e245 Merge: c8f7883d 31b83cf4 Author: patudom <[email protected]> Date: Thu Oct 12 16:55:21 2023 -0400 Merge pull request #283 from patudom/eclipse-ui-updates-6 Eclipse UI updates 6 commit 31b83cf4ba795506d650c8193e9c8c917f8e8ff2 Author: Carifio24 <[email protected]> Date: Thu Oct 12 16:09:15 2023 -0400 If location is changed externally and it's not in view, center the location selector on it. commit 614cf3d5ca283975a98840d896e644104ef20654 Author: John Arban Lewis <[email protected]> Date: Thu Oct 12 15:36:24 2023 -0400 make sure geolocation get's displayed commit 1902c755d26f954bb31b18750922371c97280c92 Author: John Arban Lewis <[email protected]> Date: Thu Oct 12 15:36:04 2023 -0400 prevent geolocation from being stored commit 0df2b82715a15a887c70e742e6a101c9e88a5984 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 12 15:31:19 2023 -0400 Change location selection to single click commit c8f7883d2bafa82095d65e11be0e098e7f100d7d Merge: d757a953 a48bdd35 Author: patudom <[email protected]> Date: Thu Oct 12 15:25:32 2023 -0400 Merge pull request #282 from Carifio24/process-env-conflicts Update Vue config to remove `DefinePlugin` warning commit 50d024c675ecfbbdab74f9a4726dbe4a7e1b8059 Merge: bd6cbda5 7d42fb20 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 12 15:17:27 2023 -0400 Merge branch 'pr/266' into eclipse-ui-updates-6 commit d757a95330f77e98952b4f229e0542cde817e828 Merge: fa5ff7c1 7d42fb20 Author: patudom <[email protected]> Date: Thu Oct 12 15:16:09 2023 -0400 Merge pull request #266 from johnarban/add-my-location-button Add my location button commit bd6cbda56c051a89ed08bfa0a22b19c5618573b9 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 12 15:15:30 2023 -0400 Add my location disclaimer to privacy pop up commit 6613620f6fc87dd7d2c218f04cd5de224bbc4944 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 12 15:14:08 2023 -0400 Add UI for my location commit 7d42fb20125849ebbd85d0fec7592c4222700dcd Author: John Arban Lewis <[email protected]> Date: Thu Oct 12 14:55:37 2023 -0400 prevent geoselected location from being stored commit a48bdd35c3a5e62da955cc6fc2a16e18eab4e39d Author: Carifio24 <[email protected]> Date: Thu Oct 12 12:29:46 2023 -0400 Update config to avoid process.env conflicts. commit 46c82e12f38a9678636d49f2f2ae34d92e866957 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 12 12:17:20 2023 -0400 Add .env to .gitignore commit 588814a413fe4ba10290253b9a9ffa1bf3af7c79 Merge: a323daa4 84d62901 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 12 11:28:58 2023 -0400 Merge branch 'pr/266' into eclipse-ui-updates-6 commit a323daa4d26ab565fc1af00dd168fe3330ed66c9 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 12 11:28:06 2023 -0400 Add helper text for closed main content on mobile commit 0bf8dca0bdee1418edab3f57f8eb523bb5c09fca Author: Pat Udomprasert <[email protected]> Date: Thu Oct 12 11:04:18 2023 -0400 Fix top close button - it wasn't showing up well against blue horizon sky before commit 84d62901f6f66d916ac1877c9a77359e4a994ae6 Author: John Arban Lewis <[email protected]> Date: Thu Oct 12 11:04:09 2023 -0400 add props requiring permission commit 704349eba677073695b01838a861c2ef25d3598a Merge: 5a3a4ef2 fa5ff7c1 Author: John Arban Lewis <[email protected]> Date: Thu Oct 12 10:38:46 2023 -0400 Merge branch 'main' into add-my-location-button commit fa5ff7c12665feeb949e433b8b38183264a0b840 Merge: ce68cdc0 182c371d Author: patudom <[email protected]> Date: Wed Oct 11 22:15:52 2023 -0400 Merge pull request #281 from johnarban/fix-scroll-buttons fix scroll buttons commit 182c371df6f1f62f0b7f4bcfc22fb41d8b360382 Author: John Arban Lewis <[email protected]> Date: Wed Oct 11 21:56:32 2023 -0400 delay setting scrollup till dom updates commit ce68cdc0eeee575da04b26d586bb330be9662146 Merge: cf368698 c4b99e1d Author: patudom <[email protected]> Date: Wed Oct 11 21:44:31 2023 -0400 Merge pull request #280 from patudom/more-ui-edits-with-harry More UI edits with harry commit 00c9a5823f0e4ca2e28a826485e83b06073c6e32 Author: John Arban Lewis <[email protected]> Date: Wed Oct 11 21:28:19 2023 -0400 fix scroll buttons commit c4b99e1db9d3843bb904cc1087a49cabd4cc66ee Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 19:27:29 2023 -0400 Don't show top guided content on very small screens commit 5d09fa4d584cf60754855b053c9434616b9123a5 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 19:13:37 2023 -0400 Change chevron down back to up and make circle info chevron down commit 4d1f7724f4e7f170498797c543f4ea15f2207334 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 19:08:21 2023 -0400 Info circle is more universal than toolbox commit a104c1319ca537beec74b9d44a05f9b7847214e3 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 19:02:21 2023 -0400 Remove prepend-icons on small screens commit 2bab3e4d90c3202ba4a984e1790a459c9855df02 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 19:01:33 2023 -0400 Don't need collapseText functionality with new scroll buttons commit c27870b4306cc37cae08bc32222121145d9b30f8 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 18:40:29 2023 -0400 make opening text more general; make share button available all the time; restyle splashscreen text commit cf368698e8f5d5de0da0d67bbef58f28a28bfb4b Merge: 9db1ffc9 27189588 Author: patudom <[email protected]> Date: Wed Oct 11 17:41:50 2023 -0400 Merge pull request #277 from johnarban/show-scroll-bar-when-not-on-canvas add scroll to top button commit 27189588c364edd081eb4a6f69a675c72040a7bd Author: John Arban Lewis <[email protected]> Date: Wed Oct 11 17:00:02 2023 -0400 make the button go both directions commit 284e53bf18c51a73620b31c0cb2da858660eeab6 Author: John Arban Lewis <[email protected]> Date: Wed Oct 11 16:31:49 2023 -0400 raise z-index over leaflet commit 39aa4f2ed2519708708eba1032622cd0283dca96 Author: John Arban Lewis <[email protected]> Date: Wed Oct 11 15:30:14 2023 -0400 use a scroll to top button on mobile commit 80041db747d7467378b44d2fc695e642f23e3f6a Author: John Arban Lewis <[email protected]> Date: Wed Oct 11 14:54:04 2023 -0400 show scroll bar when not on canvas commit 9db1ffc9ee1c367e4f67d54e48c0f93a948dfc46 Merge: c2039f39 fd5c2ee5 Author: patudom <[email protected]> Date: Wed Oct 11 14:32:45 2023 -0400 Merge pull request #275 from patudom/last-ish-updates-to-eclipse Last ish updates to eclipse commit fd5c2ee562785b778f8129f220e673924a62cdc0 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 14:04:21 2023 -0400 Bold face key words in instructions; use click/tap as appropriate for device commit b9747de8944c9ad252ab50b080c3c6635742881a Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 13:21:17 2023 -0400 Simplify and use same link styling everywhere; slight adjustment to faq background for sufficient contrast with link color commit 19d739ba5c6451f0595f7c06f5618abf57d711ce Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 12:46:38 2023 -0400 Use credit logos twice but with different styling on splash screen and body commit c11d245ee264e3b1e6ea5a0b74ee25803a87cad0 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 12:46:09 2023 -0400 Rename to credit logos to be more descriptive; remove css from component commit 4598c91abb4e16c858b43585bf9032515f8d6296 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 12:01:01 2023 -0400 remove unneeded text css for only icons commit d5e3afbe9f06f250c60dfe55808fa86bc6b957a5 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 11:54:01 2023 -0400 Reorg and create new text-credits id and styling; start fixing hyperlink colors commit c2039f393d9f7056136add50c3e31b9ee9092030 Merge: e6f8fcd2 b8f7dccb Author: patudom <[email protected]> Date: Wed Oct 11 00:00:53 2023 -0400 Merge pull request #271 from patudom/eclipse-ui-fixes-from-harry-and-alyssa Eclipse UI fixes from Harry and Alyssa commit b8f7dccbe4ae0f1d7de8da38c30570f28be3377b Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 23:46:29 2023 -0400 Don't make square-xmark box smaller on mobile - it's too hard to press commit 95c99bb3c305ee729a34042e1a879999655fa0c3 Merge: 1abe2c2d e6f8fcd2 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 23:23:01 2023 -0400 Merge remote-tracking branch 'upstream/main' into eclipse-ui-fixes-from-harry-and-alyssa commit e6f8fcd211a9ba9c174f9d2433fa42712a54a235 Merge: e16f09de f5af7845 Author: patudom <[email protected]> Date: Tue Oct 10 23:14:58 2023 -0400 Merge pull request #270 from johnarban/some-ui-updates Some UI updates commit 1abe2c2d4001c527396a57d00694001334982fb7 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 23:14:09 2023 -0400 Place info box and share icons lower on small screens so they don't run into the location display commit 5412bff00040ed76e93e23c72eb3c4c674e4b8ce Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 22:58:01 2023 -0400 Update switch bullets spacing and add specific class to not mess with other bullet lists commit f0a4fa4c3872c9321b70bc5879155d3a0ca03978 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 22:27:04 2023 -0400 skinnier switches commit f5af78457fb02a7cb0cda689997d9d3253dd3ce5 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 22:10:43 2023 -0400 Remove "hide info" on user guide tooltip too commit 71add41fcc38a2517795afbe4b41805f146c2d18 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 22:08:08 2023 -0400 Make share icon visible as long as you are on "Choose" path commit 1b7890e14c7deb03e85a0367b0c898bbb706dc24 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 21:44:29 2023 -0400 Use chevron down and budget a bit more to look better on more screens commit 73ea352a2eabaf66a46041dfc4580b3cdc5a39ce Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 21:41:03 2023 -0400 fix pan/zoom instructions commit e16f09de34e3c5166480ced07ace5f03b8fab5a3 Merge: dabb8930 dea23186 Author: patudom <[email protected]> Date: Tue Oct 10 21:35:32 2023 -0400 Merge pull request #268 from johnarban/add-hover-tooltip Add hover tooltip commit 1f989f1dab9d54de02c78af15aed10b716294398 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 21:29:09 2023 -0400 Add link to resources from SciAct project Science through Shadows commit 32d0a8d7a28ff09dd120c42f81c34440552ac1e5 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 21:26:57 2023 -0400 In user guide, use toggle switches instead of button icons to describe switches; restyle switches so on/off colors match commit e85de3dc0995352ac8f7791dfbf58e4dfd9cd84e Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 18:32:26 2023 -0400 add close button to intro slides commit 4fcba214bf881597fbea4425f0d7bce81a5a2bb3 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 17:54:44 2023 -0400 guided content close x to caret commit 14ac52b5a8162586d1bc74b61b986959d077048f Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 17:52:08 2023 -0400 remove hide info tooltip commit 2a1f95b9dfc2e93d97f6d6e63ff1db4646a7b0f2 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 17:49:12 2023 -0400 make sure instruction rows are all same size and internal spacing commit 4ec168819daede14e7400636d1d67667cd083d43 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 17:43:28 2023 -0400 use cell and all-scroll commit cd2fa1021d172e9725c7c42758b0d10c35d7404d Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 17:30:24 2023 -0400 switch to pointer cursor on map commit b2a4b93a0189f9f35715e8ae3842034360deb552 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 17:28:48 2023 -0400 Show eclipse percent by default; fiddle with font size; don't show icon on small screens commit 9ce39fd16471a6cf79819a918c1326281374a77d Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 17:01:55 2023 -0400 show share button always commit db6fd579774908923d56627861c484597f716dfb Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 16:51:58 2023 -0400 Reset button also resets speed commit 6d8afe2e419449090824f186df669a6edc18da11 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 16:50:51 2023 -0400 icons can't be user-select commit 08c0c492ec8a3075333009607e412f0620a24911 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 16:42:51 2023 -0400 add scale disclaimer commit 2ae93939f9addab120f6fc86688cf7c523659dc6 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 16:41:29 2023 -0400 Bold face key words in descriptions commit 2bc46493ac00b0f922fc15ea808b309038d86b51 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 16:40:14 2023 -0400 adjust heights on different screens commit bf68342b3b5ef0a39435acbc8cbfa4fbd778f7fb Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 16:39:41 2023 -0400 style the titles commit 366d99c82fd95f8aa9e3e8555f9e8cadcaa966cd Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 16:39:10 2023 -0400 replace v-tabs with v-card-title commit 5959d6d2a7bcdcac6b7ffb677ca29698c54eced2 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 16:23:20 2023 -0400 put icons in fixed width div for better alignment commit 56df38951dbe9569e52ddecdfa04337273386e1b Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 16:03:41 2023 -0400 Remove last 2 icons from splash screen commit dabb8930e5d970446314bed2b4a84169504b62ba Merge: 28cdb6be 7ec69cc3 Author: Jon Carifio <[email protected]> Date: Tue Oct 10 15:34:10 2023 -0400 Merge pull request #265 from Carifio24/use-api-key Use API key for minis commit dea2318692ff3512dd2e27cb4d03cd107f6308f5 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 14:56:02 2023 -0400 just keep the switch commit 7ec69cc39e3549aedc5e287afd031f1b9b37435c Author: Carifio24 <[email protected]> Date: Tue Oct 10 13:56:41 2023 -0400 Update webpack build to include environment variables. commit 66f63175536af0e004e7465ba0d1b6145e4ccef3 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 13:13:33 2023 -0400 fix styling commit b10d1944cdf5dfe253214ce1bff4913c0024085e Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 13:04:26 2023 -0400 make switches keyboard accessible commit 3e705a6d4878b8115b6daee46a659e3187a69650 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 13:04:15 2023 -0400 show hover for switches commit f00dc31a8820a927157e57b6d5a988d374937840 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 13:03:13 2023 -0400 create a hover tooltip element commit 281beb60e4882e34f7a609017f363d4664a7d77a Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 11:07:17 2023 -0400 put in horizon mode bode for mobile commit 87a0b1d4dba2a3c5650333a549972ff5a2d512d3 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 01:32:19 2023 -0400 use a button for tracking sun switch on mobile commit 28cdb6be8db9e83ff2c8ef57b158cf627c0b6e75 Merge: 3f7fb378 af326af7 Author: patudom <[email protected]> Date: Tue Oct 10 12:59:13 2023 -0400 Merge pull request #260 from Carifio24/template-updates Add funding acknowledgement and update favicon for template commit 5a3a4ef2d34c9a24ace98632becee17c6cf7324e Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 00:58:27 2023 -0400 remove variant option commit 2fcc849d08770dc41826c92d06dd5bc87dbb1386 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 00:39:47 2023 -0400 add in ability to use a full text button commit 998a769cd5537a3b1318c884f61d5244227c8685 Author: John Arban Lewis <[email protected]> Date: Sun Oct 8 02:20:09 2023 -0400 add check box item for getting position commit 2fd75dc70fe69e0e20f0feac0a2a725421015e48 Author: John Arban Lewis <[email protected]> Date: Sun Oct 8 01:39:19 2023 -0400 wrap geolocation functionality into component commit b4059192b3f2fb2320f74f212d48a3f35955c923 Author: Carifio24 <[email protected]> Date: Sat Oct 7 15:57:30 2023 -0400 Use API key during CI deploy. commit 81c32ae13ab7ebe4440a58c2b54b210d7577b7f6 Author: Carifio24 <[email protected]> Date: Sat Oct 7 10:30:11 2023 -0400 Add API key to submission request header. commit 3f7fb378b1313f26bbf1772e36b205398d80536e Merge: 5168deea 6eb77c97 Author: patudom <[email protected]> Date: Fri Oct 6 16:01:39 2023 -0400 Merge pull request #263 from patudom/update-old-minis Update old minis commit 5168deea82b885d7620e4de98a73ecdda7144780 Merge: e4853b53 b555baf7 Author: patudom <[email protected]> Date: Fri Oct 6 14:14:28 2023 -0400 Merge pull request #262 from johnarban/hide-eclipse-fraction-for-far-zoom hide eclipse fraction at zoom of 210 or 35 deg commit b555baf774e5a46a6ed4a53b99888227b6a4d41c Author: Pat Udomprasert <[email protected]> Date: Fri Oct 6 13:30:19 2023 -0400 Explain amount eclipsed being disabled at large fov commit 182556aec132d015e0178a6a9b71dc5a354501f4 Author: Pat Udomprasert <[email protected]> Date: Fri Oct 6 13:25:58 2023 -0400 Add date to splash screen commit 38422955fd7e85445c7d971237609b3d48f8683f Author: John Arban Lewis <[email protected]> Date: Fri Oct 6 13:09:01 2023 -0400 hide at zoom of 210 or 35 deg commit e4853b534a326daf78b898fd02295fdfe95c7aad Merge: bbc8b0cc a2f14a9a Author: patudom <[email protected]> Date: Fri Oct 6 12:49:33 2023 -0400 Merge pull request #261 from johnarban/update-preview-image update preview image aspect ratio commit 6eb77c975ff4bd338bc01e950b171984c23f7cfd Author: Pat Udomprasert <[email protected]> Date: Fri Oct 6 12:43:50 2023 -0400 Update funding acknowledgment to same style across all minis commit a2f14a9ac39faaa3077e2c51a155f5dbb4b73fab Author: John Arban Lewis <[email protected]> Date: Fri Oct 6 12:33:00 2023 -0400 update preview image aspect ratio commit bbc8b0cc24009d2cf66a84af8a3538fcab54fb3b Merge: d4061810 b563fdd7 Author: patudom <[email protected]> Date: Fri Oct 6 11:49:53 2023 -0400 Merge pull request #259 from johnarban/fix-background show foreground imageset commit b563fdd7ecac49ba83501f7bcaa8b7d1361e5af9 Author: John Arban Lewis <[email protected]> Date: Fri Oct 6 11:34:16 2023 -0400 add in preview for twitter commit b9cc729b14abcb9b40d91c52a853a748a41c0573 Author: John Arban Lewis <[email protected]> Date: Fri Oct 6 11:25:57 2023 -0400 make sure annotations update with WWT time commit 244420af5608b985b60ea9d852546df532a09b60 Author: John Arban Lewis <[email protected]> Date: Fri Oct 6 11:20:33 2023 -0400 minor text updates commit af326af742958364b0d1a5aea47d3c4e6cfc1f34 Author: Jon Carifio <[email protected]> Date: Fri Oct 6 11:20:00 2023 -0400 Add funding acknowledgement and update favicon for the mini template. commit dbadec19eeee74c08f68c0e3fd4794faa168f399 Author: John Arban Lewis <[email protected]> Date: Fri Oct 6 11:05:01 2023 -0400 minor faq text update commit a8f52f3aa50e7b161eaf1d3e51d4e6bd45a9534d Author: John Arban Lewis <[email protected]> Date: Fri Oct 6 10:54:33 2023 -0400 initialize opacity commit 4c0273481f2bd3d11f7bf72f85853fcad09ea775 Author: John Arban Lewis <[email protected]> Date: Fri Oct 6 10:16:19 2023 -0400 show foreground imageset commit 0082e840f129c1553ce052293fecb2ac2f368e75 Author: Pat Udomprasert <[email protected]> Date: Fri Oct 6 09:55:40 2023 -0400 Update old minis to use CosmicDS favicon commit d406181089ef3874fe8769c74c456cfc527fb77f Merge: b1fd9751 4978a718 Author: patudom <[email protected]> Date: Fri Oct 6 00:31:37 2023 -0400 Merge pull request #257 from patudom/last-few-picky-things Last few picky things commit 4978a718a531fd8abbd6068e8d296f1aaf5dfe4d Author: Pat Udomprasert <[email protected]> Date: Fri Oct 6 00:12:24 2023 -0400 apparently faSize="md" is not a thing commit af564db82bb420eef3c062eda0d2b54f9515999a Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 23:56:19 2023 -0400 fix prop commit adb285e3b7d29b4ff50e69d8615ca19745a3e7ad Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 23:41:30 2023 -0400 Minor tweaks to splash screen styling commit c0791f10c8b76c50002ef4cee00005aeceb41ccf Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 23:30:25 2023 -0400 Comment out console logs commit d888300184ccebcac310ddcfc47dae5034f1a9d6 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 23:25:16 2023 -0400 Show link to NASA eclipse map when right answer is chosen commit b5231df613e5f2786f8668d0ac282d02e7d0d5b5 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 23:08:24 2023 -0400 Update map quiz card styling commit b171d0606df4de4682c79f166a3845270e4415b6 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 22:29:22 2023 -0400 Vary card width based on screensize commit 01e17ed05ebcea7f25a226863f79b2e852926a70 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 21:30:22 2023 -0400 Make privacy change icon bigger and make buttons on privacy notice smaller so they fit on small screen commit 31272e950d65283a286ef3828b370ef623441652 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 21:25:21 2023 -0400 Make list in intro sequence not quite so spaced out commit 38e0608352d8803e49a75d13f44fc9e9a6c7f5c6 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 21:06:32 2023 -0400 Update description text that appears with the link commit b1fd9751e670cb570e7dd8e15b36c583bca32233 Merge: c6757a2d 27fa4334 Author: patudom <[email protected]> Date: Thu Oct 5 20:55:59 2023 -0400 Merge pull request #256 from patudom/hopefully-close-to-final-round-of-ui-text-updates Hopefully close to final round of UI text updates commit 27fa43344730ea40e16421dbbb33d49786f1c59a Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 20:40:20 2023 -0400 replace gear with circle-info commit bfdfdb1f5cc68170425ef77af14f3b1737c2862f Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 20:32:48 2023 -0400 A couple more small changes commit a38afe87256fced0ee6caebf4f2fa7322f170278 Merge: 30a1ddb9 c6757a2d Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 20:24:21 2023 -0400 Merge remote-tracking branch 'upstream/main' into hopefully-close-to-final-round-of-ui-text-updates commit c6757a2d48ef93fcc243d78b492f3b43d4928c70 Merge: 3661851d 2644682a Author: patudom <[email protected]> Date: Thu Oct 5 20:13:10 2023 -0400 Merge pull request #238 from patudom/try-flex-top-container Try flex top container commit 3661851dc6f87f2aed0645b7834c2f9920c9dff4 Merge: 30800efd 9386bc0e Author: patudom <[email protected]> Date: Thu Oct 5 19:21:31 2023 -0400 Merge pull request #255 from Carifio24/privacy-dialog Add UI for response opt-out commit 30a1ddb9ec37e79265bd60c5fcdcd54c88acc097 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 19:04:14 2023 -0400 Don't auto play on reset commit 2644682ad35399d149a1fee4fb4bc003d0156254 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 19:00:30 2023 -0400 Update styling of instruction text toggle button commit 30800efd68ae9861d1113b8e7d794ae1351cf945 Merge: d7835c08 1e3157e3 Author: patudom <[email protected]> Date: Thu Oct 5 18:34:41 2023 -0400 Merge pull request #254 from Carifio24/mobile-tooltips Only show mobile tooltips for eclipse mini when long-pressing button commit 9386bc0e0633b36969f876c4abe0700827233010 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 18:32:48 2023 -0400 Update privacy text and styling commit 69eb34adaf44ec66835e24ce47307bc144d307cb Merge: 633d34c1 d7835c08 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 18:15:41 2023 -0400 Merge branch 'main' into pr/238 commit 633d34c1cd74cc49b65e37be6ce3f123a1f4fae9 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 18:11:32 2023 -0400 final? fixes for mobile commit 1e3157e330786c913de00291eda1fcb846ba38c5 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 17:15:54 2023 -0400 Also disable switch tooltips on mobile commit b58665a31e318ab201d22f9f86200f91df98564a Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 16:56:04 2023 -0400 Make fonts a little bigger commit 9abd3efa89db7884529a7dd92f0afdb231984bbf Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 16:54:47 2023 -0400 Update copy url notification to make it more visible and last longer commit de286936411bf9f59c70aa403c32b31f767554ec Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 16:31:07 2023 -0400 put splash screen back commit a700324caf2c54ad2eab8241f8297e4c2e4dbfcc Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 16:28:53 2023 -0400 give bottom content a little more breathing room commit b17949a2c12c713d49e9276183e259d0189e3543 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 16:18:17 2023 -0400 keep gif in place when scrolling commit ab7b43a02be8d6a0563fd0da6644dbd52c345f18 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 16:17:50 2023 -0400 position share button commit c347d1ac598b6ddf35e52f340726568ff3563e49 Author: Carifio24 <[email protected]> Date: Thu Oct 5 16:03:30 2023 -0400 Add button to allow modifying opt-out settings. commit 1ecdd43d8e489e8ee46699595de6d6e9cf05df66 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 16:03:07 2023 -0400 Text updates per Mary and Sue commit 6be78121b140320fe2db975362905948bdba3039 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 15:42:59 2023 -0400 Add reset to user guide commit 845afff71d3b7f7b9550837a703d8dac7b76fe28 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 15:39:30 2023 -0400 Add John's fix to move share button if top container is closed commit 87f31b3bfce7beb5456b0f488030de8ef12ff64f Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 15:35:08 2023 -0400 Add reset button that starts at original start time and recenters on sun commit f8ccf430575cd92dd5bdabf2b71961d4ebc6d495 Author: Carifio24 <[email protected]> Date: Thu Oct 5 15:15:54 2023 -0400 Add dialog for opt-out prompt on startup. commit e064f9e69c8163f9dd2f10ea24593c07e9c4cb94 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 15:15:44 2023 -0400 some more sizing things commit a437989d8b1dabec538b8bbc9f7e1f215e012d7d Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 15:12:26 2023 -0400 move position of share button so it doesn't overlap top icon when top container is closed commit e40b14bbc50724ac818f95da528d85871d7eba61 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 15:09:58 2023 -0400 fix height calculation commit 11386c9318427b9be56cba0649da7c0b6f81be93 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 15:01:15 2023 -0400 Change icon to circle info when top container is closed commit af9b8ebb4d91bb37717d0deccceb295bb252cf0c Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 14:57:58 2023 -0400 share button should have black background so it is visible on blue sky in horizon mode commit 58d40845d70c88033dadbaf49113b39860bd05f3 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 14:54:12 2023 -0400 Add sdo acknowledgment commit f854c6c96709cd319c7301383e1fbdb1d6c960ea Author: Carifio24 <[email protected]> Date: Thu Oct 5 14:49:48 2023 -0400 Only show mobile tooltips for eclipse mini when long-pressing button. commit 59d923d9419c71a9ebc283faa9c04f50acb55456 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 14:44:34 2023 -0400 Change mouse icon to toolbox per Anna's suggestion commit 7f273d13a7ea3f7a4a27b9a7c407808a5487ff3f Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 14:44:07 2023 -0400 Fix issue where click area for checkboxes was too wide commit d7835c0898d13e87a8a43eca6d5d64e3cba0c144 Merge: 5d335db7 81fb2c63 Author: patudom <[email protected]> Date: Thu Oct 5 14:23:28 2023 -0400 Merge pull request #249 from johnarban/slow-down-selectedTime-update-interval Slow down selectedTime update for Safari commit 5d335db7a23a6fa7df0a092f8bdfb547f2632c8e Merge: 4c35078b b5c04298 Author: patudom <[email protected]> Date: Thu Oct 5 14:23:02 2023 -0400 Merge pull request #250 from Carifio24/watercolor-maps Update watercolor template URL and attribution commit b4c71966f638a7e96bfd303edf4ad9c934dafb54 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 14:21:03 2023 -0400 Use cosmicds favicon commit 29777a019d35b6a9b54af4c13872918334f8b641 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 13:01:26 2023 -0400 fix bad prop in font-awesome icon commit 81fb2c63f79b5282ba54270c742dc65b451a092d Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 12:46:51 2023 -0400 update selectedTime every 500ms commit b5c04298d82975bbcaa7723f10d3318cf4fcca7a Author: Jon Carifio <[email protected]> Date: Thu Oct 5 12:44:13 2023 -0400 Update watercolor template URL and attribution. commit f2ecf00a2607b1d89218c7ae6c50ef410d3053a1 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 12:11:34 2023 -0400 make it show up on iphones commit e9cf2ef6d205e09f854bbef92f2f0ab2faf62368 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 11:55:20 2023 -0400 fix up fonts commit 4c35078bf331aeb18ca05990dab7297182ffa269 Merge: fe5f8a14 52bc39b1 Author: patudom <[email protected]> Date: Thu Oct 5 10:49:02 2023 -0400 Merge pull request #244 from Carifio24/fix-share-url Include pathname in share URL commit 52bc39b1fcb811f0bbe8d6fb22e8dbabf4a7333d Author: Jon Carifio <[email protected]> Date: Thu Oct 5 09:39:20 2023 -0400 Include pathname in share URL. commit c19a1f4addb9d19833e180687f0099fbe4783f09 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 19:17:14 2023 -0400 fix typo commit 69e80c12f6a53e08f830032b362fbe5c68d253e8 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 19:11:40 2023 -0400 make map stay visible for now commit 0c7a440a06f552c8c9505bd461d986935c9d168e Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 19:08:53 2023 -0400 get stuff visible on small screens commit fe5f8a14b0c18530f4c89418184aab8daa259e18 Merge: 5467b461 8c41ed0a Author: patudom <[email protected]> Date: Wed Oct 4 18:44:56 2023 -0400 Merge pull request #239 from Carifio24/eclipse-mini-db Wire up eclipse mini to backend commit 8c41ed0ab213a12fd8e4bc4ade0190341a7538cc Merge: 3d280402 5467b461 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 18:27:48 2023 -0400 Merge remote-tracking branch 'upstream/main' into pr/239 commit 5467b4619caa135630564a71c7c3f3f680410aa2 Merge: abd3aca4 9bc6c0b5 Author: patudom <[email protected]> Date: Wed Oct 4 18:17:08 2023 -0400 Merge pull request #242 from patudom/funding-acknowledgment Funding acknowledgment commit 3d280402c7f1f9ff5ba1b4e5f0c35ca30a8a7e08 Author: Carifio24 <[email protected]> Date: Wed Oct 4 18:13:33 2023 -0400 Change to storing a list of responses. commit 70a80ce1954529a4d2e053f7f1703d7cda252a33 Merge: 64ce9ec4 a9143ec6 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 18:04:57 2023 -0400 Merge branch 'main' into pr/238 commit abd3aca49497e69dc555b55de2d2ba8c4719a8c3 Merge: a9143ec6 1ae0fcf8 Author: patudom <[email protected]> Date: Wed Oct 4 17:43:39 2023 -0400 Merge pull request #241 from patudom/a-few-more-ui-updates Reverse order of choose any location and identify path in lists; make… commit 9bc6c0b573eda482cb566e4a5dba33944423ee12 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 17:43:07 2023 -0400 Soften text color to gray commit c87c6788fd32f455fadf2ffb47d7b1603ed54e4e Author: Carifio24 <[email protected]> Date: Wed Oct 4 17:42:09 2023 -0400 Send data to database whenever relevant info changes. Update request format to account for backend changes. commit 1ae0fcf88c1e9e3c16dd327f17782d8bbc5e294c Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 17:27:24 2023 -0400 pause playback on mousedown on time slider commit 2fc523b1f842163548373a01d660e36cbc48fb9b Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 17:25:15 2023 -0400 Get set to deploy commit 0ee102af7c14e22d48a655965df6940a8b9019d6 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 17:14:43 2023 -0400 Create funding acknowledgment in common and add to eclipse mini. commit 2f4eead2fcd1459f37964c8972c35190562961c4 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 16:50:58 2023 -0400 Reverse order of choose any location and identify path in lists; make splash screen not so wide on wide screens commit 64ce9ec49e13d9edeada103085fcb029527a9fd0 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 16:14:10 2023 -0400 increase specificity of eclipse path img selection commit a9143ec60041b5ca0350271c090e937e0d40d5a6 Merge: c0640e8b 506d737a Author: patudom <[email protected]> Date: Wed Oct 4 15:50:09 2023 -0400 Merge pull request #231 from johnarban/add-quiz Add Map Quiz commit 0354d9c3497ef0ead73013819f89ad27507ad9fd Merge: 2083546c c0640e8b Author: Jon Carifio <[email protected]> Date: Wed Oct 4 15:19:45 2023 -0400 Merge branch 'main' into eclipse-mini-db commit 506d737a2b2c1172c56ae15e864fa1a7946f8198 Merge: 8d9b991f c0640e8b Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 14:54:57 2023 -0400 Merge remote-tracking branch 'upstream/main' into pr/231 commit c0640e8bd7f0c8d4cc1deb2ac98adb954b648172 Merge: 17750c94 aac30e13 Author: patudom <[email protected]> Date: Wed Oct 4 14:46:42 2023 -0400 Merge pull request #237 from patudom/a-few-more-ui-tweaks-to-eclipse-mini General UI updates plus improvements on mobile commit 65391ae60c5a2ea2ab328939518332abedb0887f Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 14:37:58 2023 -0400 updates to reflow the divs commit 64881d416346e4b0248a110dbf24a288af5d4487 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 14:37:57 2023 -0400 revamp CSS so it is organized on small screens commit 8d9b991f47c17c5eef7d0830998217c41c9435cd Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 14:17:21 2023 -0400 Provide more descriptive alt text for eclipse schematic per Eclipse Soundscapes project's SciAct tutorial commit e316aadcddf8daebcd50c7e16678b14c04554f37 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 14:11:01 2023 -0400 Add alt text for map image describing the 3 paths commit 976f5390d593ac911191191b40cbfc41f2667b93 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 14:05:47 2023 -0400 Make answer fonts bigger, standardize form of long answers commit fe04ec226a307cd9f25479712fb8858ffd7ee548 Merge: 7619db7c aac30e13 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 11:07:14 2023 -0400 Merge branch 'pr/237' into pr/238 commit 86db7e229fb455851195b6e895013b15fb815ef4 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 01:46:35 2023 -0400 add long label for question anwers commit fe2f707d544a508123984a4c98333b5b9e04dd22 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 01:45:50 2023 -0400 try to improve accessiblity and tab behaviour commit 2083546c504bbd9dcdcef85ebc04fc3430efb398 Author: Jon Carifio <[email protected]> Date: Wed Oct 4 01:31:24 2023 -0400 Add Content-Type header to request. Some other infrastructure tweaks. commit 2b4b732322fa88d3ac125a3d8fa089b8fe124172 Author: Carifio24 <[email protected]> Date: Tue Oct 3 18:19:29 2023 -0400 Don't send response if user has opted out. commit e688bd1304c916614cf29b85a02cbe78e85707bc Author: Carifio24 <[email protected]> Date: Tue Oct 3 17:55:59 2023 -0400 Add method for POSTing responses to server. commit 37409746d8fd239bc95a72a8a2d46efa5620d5c1 Author: Carifio24 <[email protected]> Date: Tue Oct 3 17:37:25 2023 -0400 Add values from and save values to local storage. commit 4f82cdfd6d6b514e9d43cbf991f5d8603e93612a Author: Jon Carifio <[email protected]> Date: Tue Oct 3 16:36:10 2023 -0400 Add uuid package to eclipse mini and create v4 UUID during component setup. commit a8ad772ba2c62f632aff2a632c362f35bc42579c Author: Jon Carifio <[email protected]> Date: Tue Oct 3 16:32:09 2023 -0400 Add lists of locations visited. commit 324278705d5ef5827c40c7cf550bdcb3dea76e47 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 00:08:19 2023 -0400 show white border for last selected label commit 5ca3e63fc72095c373d4be9fd19133f6d6cf8571 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 00:07:55 2023 -0400 hide the alert message commit 514c9dd5dc95843d82f004fac0b5d85d8b3ede83 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 00:07:16 2023 -0400 prevent container overflow from hiding borders commit 1f8a46332cee88172676a029f6395fa58966ba82 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 00:06:49 2023 -0400 don't update hover active focus css if not set commit 3b967c3e440987e1524061930efe5788f36235a2 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 00:06:11 2023 -0400 fix issue where pressing label doesn't select item commit 223f5190e0a58312332286c5f5e6ad1d3cd7f4ce Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 21:47:01 2023 -0400 Proposed style updates commit c1d8239a640adc0682395f601ff1e53e2af0d80f Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 20:43:19 2023 -0400 make sure keyboard can select commit 8822ffcb633d77a72f41a0de029068ece184d72c Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 20:43:01 2023 -0400 allow the column to be set from outside commit ae0d9aad274569795eabf7d62be50318c2bcd8d7 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 20:42:17 2023 -0400 fix target for the hover effect commit aac30e137b0326f31dc92e1abc23a51836ebcdf1 Merge: 9711b920 17750c94 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 20:28:12 2023 -0400 Merge remote-tracking branch 'upstream/main' into a-few-more-ui-tweaks-to-eclipse-mini commit 7619db7cf27e0f4159ba91c36b9a72f9e0222abe Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 20:25:34 2023 -0400 Put top content in container with flex rows/columns commit 38a23ff634046d482fe50310ec3f8acc6eebf2bd Merge: fae71840 17750c94 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 20:05:40 2023 -0400 Merge branch 'main' into add-quiz commit fae71840afedc5f937832ac540888415fb40ae28 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 20:03:26 2023 -0400 make width and height required for now commit 9711b9202cb6073156daacf6288c798137c8e38e Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 19:56:46 2023 -0400 Switch chip back to time so we can hide the slider label on mobile commit dab8f24e6c9fc8c411cd624ad868de37834f209c Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 19:55:18 2023 -0400 fix font size back to normal commit 6df8f5f3344d7c1b85ef98e402570340a4768b51 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 19:46:48 2023 -0400 Don't show credit icons on small screen commit 2c2029f26073dab24d7065d405349282226138ec Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 19:39:12 2023 -0400 fix some issues to prop types and CSS commit 3afd5a72ce9f23de55a154fcb4404e6bc5124a91 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 19:27:50 2023 -0400 put some relevant CSS in main vue file as example commit 1646f1b2c91aa0351356cce8572a2023f17ffee5 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 19:23:49 2023 -0400 Flex info box layout to vertical on small screens commit daa3bdccc97c52b0cc3af7502fc23c7cf7134703 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 19:20:24 2023 -0400 set more style options exlicitly commit c2cb50154d9f11360084ff451fb6f716553df1ca Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 19:19:55 2023 -0400 colors can be set as prop on mc-radiogroup commit 1ad964cd74764f33223064afe05a8fb98734f0f4 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 19:04:43 2023 -0400 update mc-radiogroup to emit text commit 5ade271715b9f21408a5bd0408e688fee3f7faa8 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 19:01:45 2023 -0400 update styling commit 499edb67699b686bab688d17b418dc06b3b15344 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 18:55:46 2023 -0400 optionally allow user to keep clicking after complete commit 73c5f6607e47adfdf84bc328b466372e02833633 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 18:51:35 2023 -0400 switch id to class in ImageLabel commit 26dadbd3417d8b0afbbce0bf617932d578956214 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 18:51:08 2023 -0400 flip transition now works with clicks or hover (needs prop) commit 95b4e4b88580e1496d155b45d3964348b6346212 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 18:43:38 2023 -0400 Standardize font size and line height with defaults and calculate everything based on those commit 71e8fb6fc0e6a6e8de49bc463cc2ad42ffd8a306 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 16:49:00 2023 -0400 working example of background image with flip transition commit 6b6d4b073ce1428c3864c65289c79489a9307ce3 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 16:42:35 2023 -0400 create working flip transition commit fe424b21640af1e6a3f89914dbe0cf3576fbd77e Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 16:33:55 2023 -0400 Don't show controls on mobile and allow fonts to go smaller on mobile commit d90fed9ec22e4ae8b22369a9031b07819cd52eba Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 15:55:37 2023 -0400 remove unwanted size specification commit d705719a5215048f8dc6cf58901e52addd8ea748 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 15:54:22 2023 -0400 Remove ecliptic toggle commit c561f77b21d482a772ceb83437add30944fa09e4 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 15:09:46 2023 -0400 Update splash screen text and styling commit b8050bf86416343e6fb6e15b163c43f937d7f987 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 14:28:26 2023 -0400 improve specificity of v- styles commit 17750c94d53d48823296186d1841f53c83b52a27 Merge: 6360070f ce4428df Author: patudom <[email protected]> Date: Tue Oct 3 14:05:50 2023 -0400 Merge pull request #234 from patudom/add-UI-to-expose-eclipse-percentage Add UI to expose eclipse percentage commit bb3b369c4d2f19e97d80ffa3f0bda1b3f90bd930 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 13:45:07 2023 -0400 Move credits from common to here for now - image links are not working from common commit 984abd28aeb07952ad216bb08e957fcc03e33170 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 13:44:25 2023 -0400 Fix splash screen interaction commit ce4428df6206be72a1fe411a267986f92621a22d Author: Carifio24 <[email protected]> Date: Tue Oct 3 13:03:38 2023 -0400 Make styling the same on main window v-chips. commit 3bf6fa4c820121d5297abb830ffe4dc473f02979 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 12:59:51 2023 -0400 use images as labels commit b9a41034f9deeace39e5465648aa6889ed1ba408 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 12:59:43 2023 -0400 crop images commit 14eaa41f305af164db9ae8ed195efd8bd1447106 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 12:58:25 2023 -0400 Use same x-close as top container commit 6360070f4ce7863baa82eb60204bcb03c3b4c874 Merge: 76ea6f6b 42f17c0f Author: patudom <[email protected]> Date: Tue Oct 3 12:41:56 2023 -0400 Merge pull request #233 from patudom/alternate-text-for-shared-link Use alternate text when user has a link with a shared lat/long commit 17ab0c7dccab2a894bac78d576215795fdd8e65c Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 12:18:24 2023 -0400 Don't display eclipse percentage by default commit e8316cd5608eb2a8eee3328e0fa8debedfa80b8f Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 12:08:46 2023 -0400 Increase user guide font sizes commit 2e6f4d2852a9c8ff0927c22bc35965308988f8b5 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 11:50:28 2023 -0400 Add info about percent eclipsed to user guide commit d389d89ba37d5d5bbddc23c433d5e79003810ef4 Merge: 51425a93 76ea6f6b Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 11:48:30 2023 -0400 Merge remote-tracking branch 'upstream/main' into add-UI-to-expose-eclipse-percentage commit 76ea6f6bf2f8b2e4def2daeedc9b57b13b510c92 Merge: 8210c43f b55d2a2b Author: patudom <[email protected]> Date: Tue Oct 3 11:46:23 2023 -0400 Merge pull request #228 from Carifio24/eclipse-percent Calculate percent of sun eclipsed by moon commit 51425a939bf64f76e52b4d12ce6ef445f87b92fe Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 11:45:59 2023 -0400 Display percenteclipsed in UI commit 42f17c0f7b856bd29cc7c7e9d3387d536286099e Author: Pat Udomprasert <[email protected]> Date: Mon Oct 2 19:04:20 2023 -0400 Use alternate text when user has a link with a shared lat/long commit a65035829ce0e632fef8391a3258b019b96679e0 Author: John Arban Lewis <[email protected]> Date: Mon Oct 2 18:43:01 2023 -0400 rename images commit c7abb94a6496b033c8430224b109a3e975f55fd8 Author: John Arban Lewis <[email protected]> Date: Mon Oct 2 18:42:42 2023 -0400 add new images commit 8210c43fe953b09a0bf510c21389bddfa70b99a4 Merge: aa33dacb 63a31f27 Author: patudom <[email protected]> Date: Mon Oct 2 18:34:45 2023 -0400 Merge pull request #230 from patudom/Add-Eclipse-Mini-User-Guide Add eclipse mini user guide commit 9fb655e520d1b5d6b3464ba44dc03bf472bde75d Author: John Arban Lewis <[email protected]> Date: Mon Oct 2 18:33:09 2023 -0400 initial attempt at quiz commit 63a31f27c3a87c72584a32612a0b2f839b698107 Author: Pat Udomprasert <[email protected]> Date: Mon Oct 2 18:20:03 2023 -0400 Add extra divider before credits commit aa33dacb211f1aec5638d45800708d855188d1d3 Merge: 74b23e69 cf66d8df Author: patudom <[email protected]> Date: Mon Oct 2 17:38:44 2023 -0400 Merge pull request #226 from patudom/update-eclipse-text-everywhere Update eclipse text everywhere commit 9a3feddcab42270f72b60952be52a7e8ee3de10d Author: Pat Udomprasert <[email protected]> Date: Mon Oct 2 17:37:54 2023 -0400 Change accent color to something that contrasts better against gray backgrounds commit bc346b3953e52a7a81c9f4d16bc1a7bb6e441fee Author: Pat Udomprasert <[email protected]> Date: Mon Oct 2 17:37:25 2023 -0400 Add user guide text commit b55d2a2b2c3f2fa48d5d44fd1176e33b9482796e Author: Carifio24 <[email protected]> Date: Mon Oct 2 14:10:17 2023 -0400 Do calculation when using regular moon. Rename method for clarity and add comment. commit 4810ec7e1656128f827b52447459ad3c80be459b Author: Jon Carifio <[email protected]> Date: Mon Oct 2 13:52:55 2023 -0400 Calculate percentage of sun eclipsed by the moon. commit 74b23e6957b7f3d4817156cc2b09ca9d4e28ba05 Merge: e41a1d3f 108a4d3e Author: Jon Carifio <[email protected]> Date: Mon Oct 2 17:11:21 2023 -0400 Merge pull request #227 from Carifio24/lune-r-eclipse Add overlay for sun/moon intersection commit 108a4d3ee67ee58cd93eecc7f9cf22d625497bd5 Author: Pat Udomprasert <[email protected]> Date: Mon Oct 2 14:26:37 2023 -0400 Per conversation with johnarban - increase polygon N so it doesn't look so obviously polygonal. - update intersection overlay when switching over to using regular moon. - Pause when restarting timeline commit 9295188f5c40ca6a80fe73f2007954c00c35d6b7 Author: Carifio24 <[email protected]> Date: Mon Oct 2 12:33:29 2023 -0400 Don't display annotation in scope mode. commit e14f883aff4cf47b0d3d0b859db7fa78fa4535dc Author: Carifio24 <[email protected]> Date: Mon Oct 2 12:00:39 2023 -0400 Force a frame render so that overlay updates properly on a location change. commit fc5c5bf789249c82f5ff57e3494770a8a0b57050 Author: Jon Carifio <[email protected]> Date: Mon Oct 2 11:48:47 2023 -0400 Don't use overlay if we're using regular moon. Change overlay color to always be dark. commit 1a21741e0b7e6efb7f2042b87b1310f2f8d50359 Author: Jon Carifio <[email protected]> Date: Mon Oct 2 11:37:04 2023 -0400 Draw moon overlay below horizon. commit 9cdfb16108633e6306fd78c30ce1dbd9d16ed233 Author: Carifio24 <[email protected]> Date: Mon Oct 2 10:53:07 2023 -0400 Restore original zoom level. commit f5357e40dbe9a09d18b716226b293df516c0e25e Author: Carifio24 <[email protected]> Date: Mon Oct 2 10:03:11 2023 -0400 Remove some no-longer-used values. commit b8756cefb6d243ef38e5073fe63a4ace4a3d4030 Author: Carifio24 <[email protected]> Date: Mon Oct 2 09:47:40 2023 -0400 Exit overlay method early if there's no intersection. commit 1350b01f2f0dfcb8a203923b9f2798cf11023667 Author: Jon Carifio <[email protected]> Date: Mon Oct 2 01:07:18 2023 -0400 Lock roll angle to zero to work around bug in world <--> screen transformations. commit 1452d5cdd55cf7944685d9cf1dc608dc969ec357 Author: Jon Carifio <[email protected]> Date: Mon Oct 2 01:01:12 2023 -0400 Remove debugging statements. commit 837696f701da4f7612f3207cc5596a9502102b29 Author: Jon Carifio <[email protected]> Date: Mon Oct 2 00:58:59 2023 -0400 Add annotation overlay for sun/moon overlap. commit e41a1d3f7f489b5193dc8f9c46355496af620f3c Merge: b34a294e 9b8cf3e1 Author: Jon Carifio <[email protected]> Date: Mon Oct 2 15:50:29 2023 -0400 Merge pull request #229 from Carifio24/rollback-node Slightly roll back CI Node version commit 9b8cf3e1cc8bd75070d5dcca763e1a826f863973 Author: Carifio24 <[email protected]> Date: Mon Oct 2 15:48:44 2023 -0400 Slightly roll back Node version for CI. commit b34a294edebac1be6639b0044cb0608947ceed0b Merge: c7a5a84a 65fa448f Author: Jon Carifio <[email protected]> Date: Mon Oct 2 15:31:16 2023 -0400 Merge pull request #222 from johnarban/update-map-attributions Fix couple of Map bugs commit cf66d8df9ea5edc3a9d3e6dad56b8fe68a02bfa5 Author: Pat Udomprasert <[email protected]> Date: Mon Oct 2 14:46:31 2023 -0400 Accept John's other font update suggestion commit 1a26389ffef73093831bc9f27e0dc78861b86698 Author: patudom <[email protected]> Date: Mon Oct 2 14:44:21 2023 -0400 Simplify font size specification per John's suggestion Co-authored-by: John Arban Lewis <[email protected]> commit c7a5a84af954d5b7d4b4f7c0cb562a5f6dace767 Merge: 6e11d0b4 722591ed Author: John Arban Lewis <[email protected]> Date: Mon Oct 2 04:39:10 2023 -0400 Merge pull request #225 from patudom/update-info-text-styling Update info text styling commit 6e11d0b4c98261f77e1d5e384897cbbd095c7ef7 Merge: b10e0999 39454d75 Author: John Arban Lewis <[email protected]> Date: Mon Oct 2 04:38:48 2023 -0400 Merge pull request #224 from patudom/eclipse-text-ui-style-updates-5 Eclipse text UI style updates 5 commit 9d5f24c5f71fbd600d3e02ecac9d7793493c143c Author: John Arban Lewis <[email protected]> Date: Mon Oct 2 04:13:38 2023 -0400 minor css adjustment commit b8fb54503de4d43eca658148182e4bdcb746e299 Author: John Arban Lewis <[email protected]> Date: Mon Oct 2 04:12:57 2023 -0400 remove the window elements commit 0ca388a0235697ed348a8c39836cd10cb2ae939c Author: John Arban Lewis <[email protected]> Date: Mon Oct 2 03:16:49 2023 -0400 split WWT instructions into its own card commit 92e6346bdc970780a831adc06a76c441ddd94f8e Author: Pat Udomprasert <[email protected]> Date: Sat Sep 30 10:39:30 2023 -0400 Reactivate old logic to display infosheet commit bf8e02ffe20895ee82b0b22011fa6a9ae4e342c5 Author: Pat Udomprasert <[email protected]> Date: Sat Sep 30 10:35:19 2023 -0400 Switch puzzle and choose icons; Make quiz goal more explicit in opening instructions commit afe446395088af313a13cc5d35b933dc6ac51a1f Author: Pat Udomprasert <[email protected]> Date: Sat Sep 30 10:27:15 2023 -0400 Edit info text and add icon for WWT instructions commit e66b71c5e275c260d7b139c10901a0ae9768f057 Author: Pat Udomprasert <[email protected]> Date: Sat Sep 30 09:32:07 2023 -0400 Edit Explore path instructions commit 3d39c6476b427193d25dee242bf8f2be529ff412 Author: Pat Udomprasert <[email protected]> Date: Sat S…
johnarban
added a commit
to johnarban/minids
that referenced
this pull request
Nov 30, 2023
commit f9964c7563c773fe3efd13c51345dd1b54c9cc5f Author: John Arban Lewis <[email protected]> Date: Thu Nov 30 16:02:26 2023 -0500 start in galactic coords commit 434cb582c677c3f26bb3eef454e3c0866f77083b Author: John Arban Lewis <[email protected]> Date: Thu Nov 30 15:55:44 2023 -0500 update to new annotation commit f56425db25d15d6fe271dd5b8cf0a585b5dc8778 Author: John Arban Lewis <[email protected]> Date: Wed Nov 29 16:28:11 2023 -0500 initialize opacities properly (to match sliders) commit 46a39ccb44d09c68ca86ab6342b6f84973924adc Author: John Arban Lewis <[email protected]> Date: Wed Nov 29 16:26:36 2023 -0500 add button to show an overlay and add fake overlay commit 200a7e017245ddb651fa3367d87427d5c499efb7 Merge: 17dd5db7 fa0b2c22 Author: patudom <[email protected]> Date: Wed Nov 29 09:07:18 2023 -0500 Merge pull request #294 from heywooddogwood/formatting-updates-1 Formatting updates 1 commit fa0b2c229bed1c12130396a1287171286ae3857c Author: Harry Houghton <[email protected]> Date: Mon Nov 20 01:48:39 2023 -0500 add padding to thumbnail names commit 4fcd70ac4c96eba7cbb504b21ad3ab42c65b11c4 Author: Harry Houghton <[email protected]> Date: Mon Nov 20 01:08:54 2023 -0500 darken places gallery, add box-shadow commit b3d342a77f2c013fc0f990dc8ca728ffed43de05 Author: Harry Houghton <[email protected]> Date: Mon Nov 20 00:33:23 2023 -0500 add shadow to splash popup commit 9fbc3703debc1d9ecbd3e551ba043660fe080e86 Author: Harry Houghton <[email protected]> Date: Mon Nov 20 00:20:30 2023 -0500 change border rounding for splash popup Border of popup upon load of page rounded differently, not by percent but by pixels. Also background and text color for selection boxes in top-center adjusted to make text more readable in all zoom levels. commit 17dd5db734fa0d5bbc0b8c572f81b5d72e127fba Merge: 8dffd8df 2c9a1011 Author: patudom <[email protected]> Date: Mon Nov 13 20:38:24 2023 -0500 Merge pull request #292 from johnarban/create-gallery Create gallery commit 2c9a1011eebc6a1f1ea401c8ba589fb518ffda68 Author: John Arban Lewis <[email protected]> Date: Mon Nov 13 11:43:11 2023 -0500 set main crossfade opacity to 100 when selecting gallery item or changing top slider opacity commit 3464c66a62d08ddf16bc877dda8597b86231d08f Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 21:06:59 2023 -0500 place pointer events further down commit c809ff288d64812f837edbab9e0c237a497268f7 Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 21:00:47 2023 -0500 improve crossfade logic commit 63fd1db6ca7a079030caf85b51a9f67acf94b167 Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 20:59:42 2023 -0500 minor gallery updates commit 5429540551a26db2555f536039771ce032f43153 Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 19:59:52 2023 -0500 fix glimpse name commit 112db5ffa84cd3a747b2857c0a58334b8b2de140 Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 17:45:45 2023 -0500 revert back to async created commit b9bcc975f9675624a121f200a9eafd00c5742624 Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 17:25:16 2023 -0500 consistency fixes commit 0a46c949205ca90610b287016958559003561afa Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 16:50:30 2023 -0500 show slider commit 44a8e7f8ee16e49691e250f4a70dfa1315a690fa Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 16:47:35 2023 -0500 make this work more like main commit 679cb236418b0fee029e0251adc2eb9b2e6a5edb Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 16:20:57 2023 -0500 don't show brick crossfade slider commit 90d4f1f3707afaf87fd026d502a95038d21f1a43 Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 16:19:11 2023 -0500 create the gallery commit b535c2e80f0caf96c188a114fae7ac9b6b042203 Author: John Arban Lewis <[email protected]> Date: Thu Nov 9 14:12:03 2023 -0500 make sure opacities get set with new names commit 7b94e97b3d61ff029310341810a31b9fd35b6a59 Author: John Arban Lewis <[email protected]> Date: Wed Nov 8 16:50:21 2023 -0500 update urls for image with and without stars commit 8dffd8df0f4e928a50abbce6f8673287a7d2c428 Merge: eb1e9cd6 1d8d300c Author: patudom <[email protected]> Date: Mon Nov 6 16:35:47 2023 -0500 Merge pull request #291 from patudom/update-imagery-in-brick-mini Update slider to go between stars and no stars version of brick; put … commit 1d8d300c43acaab4c22356b279491008be4724fe Author: Pat Udomprasert <[email protected]> Date: Mon Nov 6 16:35:26 2023 -0500 Update slider to go between stars and no stars version of brick; put glimpse in background commit eb1e9cd64c2809de5bcc49cb249bfbd6b890cffb Merge: d1ab21e3 1c2d2486 Author: patudom <[email protected]> Date: Mon Nov 6 12:39:16 2023 -0500 Merge pull request #290 from patudom/start-brick-mini create jwst-brick from template commit 1c2d24865e7f091ca4357cc2c8a7660b5f318e7a Author: Pat Udomprasert <[email protected]> Date: Mon Nov 6 12:14:41 2023 -0500 Relabel as spitzer and remove "IR" since they are both IR. commit 6355cfc7a8898ce4f06aa0d37882a01dabc247a2 Author: Pat Udomprasert <[email protected]> Date: Mon Nov 6 12:11:48 2023 -0500 allow deployment so Adam can review commit 05c9b5e76b449fec4f38e34ed2f3757491bc7a07 Author: Pat Udomprasert <[email protected]> Date: Mon Nov 6 12:10:08 2023 -0500 start more zoomed in on brick and fix hubble->glimpse error that john tracked down commit 9970c64c1d21dfbff8c7089a489cabc710770df3 Author: Pat Udomprasert <[email protected]> Date: Fri Nov 3 17:46:43 2023 -0400 copy over wtml and slider code from carina commit 859fa8de96fbe2d44932b3a373eb647dff7787f7 Author: Pat Udomprasert <[email protected]> Date: Fri Nov 3 16:36:29 2023 -0400 Populate Splash Screen commit 392d4dc3953ecd14b748a33d8e914cd2a797901e Author: Carifio24 <[email protected]> Date: Fri Nov 3 14:59:59 2023 -0400 Pin brick mini to use Vue 3.3.4 commit 35aa1721efd4a4ca3638ffb6f4165861a024764b Author: Pat Udomprasert <[email protected]> Date: Fri Nov 3 14:42:20 2023 -0400 create jwst-brick from template commit d1ab21e39f23e6be044f00250fbf0965913407a8 Merge: c4c2b462 257b2200 Author: Jon Carifio <[email protected]> Date: Sat Oct 14 15:03:59 2023 -0400 Merge pull request #287 from johnarban/use-youtube-video Restyle video so user can leave commit 257b22006c8f880348e0ba150168df9cf9630f1f Author: John Arban Lewis <[email protected]> Date: Sat Oct 14 11:49:06 2023 -0400 put mp4 video back commit 9506e89f10943609617e94cbc4d21374b254167d Author: John Arban Lewis <[email protected]> Date: Sat Oct 14 11:44:04 2023 -0400 make sure user can leave video easily commit 51f922ede872d0f5dda783d95983d30eff744fe4 Author: John Arban Lewis <[email protected]> Date: Sat Oct 14 11:30:30 2023 -0400 add video and fix styles commit c4c2b462b23caa4bf21dd1d7cab3ac56007c4d01 Merge: 467e8446 b4aa83b1 Author: patudom <[email protected]> Date: Sat Oct 14 09:18:36 2023 -0400 Merge pull request #286 from patudom/Add-video-to-app Add video to app commit b4aa83b183164cbc3e6621b513102280a5f6fcdc Author: Pat Udomprasert <[email protected]> Date: Sat Oct 14 09:13:44 2023 -0400 Add video icon to splash screen commit 800fe5445af633560d3ebf3aefeafbda9342d315 Author: Pat Udomprasert <[email protected]> Date: Sat Oct 14 09:06:05 2023 -0400 Add video button to app commit 467e8446c575aefb011145db6189cfa59e525fda Merge: 52f37813 68c4a4a6 Author: patudom <[email protected]> Date: Fri Oct 13 08:05:00 2023 -0400 Merge pull request #285 from patudom/add-my-location-to-user-guide Update instructions and documentation to include user location commit 68c4a4a64f7b80c5cf6b005475786a44deefd95d Author: Pat Udomprasert <[email protected]> Date: Fri Oct 13 07:45:51 2023 -0400 Add My Location to instruction and user guide. Add share button to user guide too. commit 52f37813326eeefd572d2b9d463585124826ffdb Merge: 5323c846 7f87c99b Author: patudom <[email protected]> Date: Thu Oct 12 17:21:58 2023 -0400 Merge pull request #284 from Carifio24/store-locations Store visited locations and MC responses in browser storage commit 7f87c99b9bcee5f442ba61624777ed6796261f33 Author: Carifio24 <[email protected]> Date: Thu Oct 12 17:04:34 2023 -0400 Remove console logging from geolocation button. commit 34045aa1bdbb6693dedab31333d9b7d5e534d893 Author: Carifio24 <[email protected]> Date: Thu Oct 12 17:03:12 2023 -0400 Store visited locations and MC responses in local storage. commit 5323c8469a06317245ad3be042722e85c1b7e245 Merge: c8f7883d 31b83cf4 Author: patudom <[email protected]> Date: Thu Oct 12 16:55:21 2023 -0400 Merge pull request #283 from patudom/eclipse-ui-updates-6 Eclipse UI updates 6 commit 31b83cf4ba795506d650c8193e9c8c917f8e8ff2 Author: Carifio24 <[email protected]> Date: Thu Oct 12 16:09:15 2023 -0400 If location is changed externally and it's not in view, center the location selector on it. commit 614cf3d5ca283975a98840d896e644104ef20654 Author: John Arban Lewis <[email protected]> Date: Thu Oct 12 15:36:24 2023 -0400 make sure geolocation get's displayed commit 1902c755d26f954bb31b18750922371c97280c92 Author: John Arban Lewis <[email protected]> Date: Thu Oct 12 15:36:04 2023 -0400 prevent geolocation from being stored commit 0df2b82715a15a887c70e742e6a101c9e88a5984 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 12 15:31:19 2023 -0400 Change location selection to single click commit c8f7883d2bafa82095d65e11be0e098e7f100d7d Merge: d757a953 a48bdd35 Author: patudom <[email protected]> Date: Thu Oct 12 15:25:32 2023 -0400 Merge pull request #282 from Carifio24/process-env-conflicts Update Vue config to remove `DefinePlugin` warning commit 50d024c675ecfbbdab74f9a4726dbe4a7e1b8059 Merge: bd6cbda5 7d42fb20 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 12 15:17:27 2023 -0400 Merge branch 'pr/266' into eclipse-ui-updates-6 commit d757a95330f77e98952b4f229e0542cde817e828 Merge: fa5ff7c1 7d42fb20 Author: patudom <[email protected]> Date: Thu Oct 12 15:16:09 2023 -0400 Merge pull request #266 from johnarban/add-my-location-button Add my location button commit bd6cbda56c051a89ed08bfa0a22b19c5618573b9 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 12 15:15:30 2023 -0400 Add my location disclaimer to privacy pop up commit 6613620f6fc87dd7d2c218f04cd5de224bbc4944 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 12 15:14:08 2023 -0400 Add UI for my location commit 7d42fb20125849ebbd85d0fec7592c4222700dcd Author: John Arban Lewis <[email protected]> Date: Thu Oct 12 14:55:37 2023 -0400 prevent geoselected location from being stored commit a48bdd35c3a5e62da955cc6fc2a16e18eab4e39d Author: Carifio24 <[email protected]> Date: Thu Oct 12 12:29:46 2023 -0400 Update config to avoid process.env conflicts. commit 46c82e12f38a9678636d49f2f2ae34d92e866957 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 12 12:17:20 2023 -0400 Add .env to .gitignore commit 588814a413fe4ba10290253b9a9ffa1bf3af7c79 Merge: a323daa4 84d62901 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 12 11:28:58 2023 -0400 Merge branch 'pr/266' into eclipse-ui-updates-6 commit a323daa4d26ab565fc1af00dd168fe3330ed66c9 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 12 11:28:06 2023 -0400 Add helper text for closed main content on mobile commit 0bf8dca0bdee1418edab3f57f8eb523bb5c09fca Author: Pat Udomprasert <[email protected]> Date: Thu Oct 12 11:04:18 2023 -0400 Fix top close button - it wasn't showing up well against blue horizon sky before commit 84d62901f6f66d916ac1877c9a77359e4a994ae6 Author: John Arban Lewis <[email protected]> Date: Thu Oct 12 11:04:09 2023 -0400 add props requiring permission commit 704349eba677073695b01838a861c2ef25d3598a Merge: 5a3a4ef2 fa5ff7c1 Author: John Arban Lewis <[email protected]> Date: Thu Oct 12 10:38:46 2023 -0400 Merge branch 'main' into add-my-location-button commit fa5ff7c12665feeb949e433b8b38183264a0b840 Merge: ce68cdc0 182c371d Author: patudom <[email protected]> Date: Wed Oct 11 22:15:52 2023 -0400 Merge pull request #281 from johnarban/fix-scroll-buttons fix scroll buttons commit 182c371df6f1f62f0b7f4bcfc22fb41d8b360382 Author: John Arban Lewis <[email protected]> Date: Wed Oct 11 21:56:32 2023 -0400 delay setting scrollup till dom updates commit ce68cdc0eeee575da04b26d586bb330be9662146 Merge: cf368698 c4b99e1d Author: patudom <[email protected]> Date: Wed Oct 11 21:44:31 2023 -0400 Merge pull request #280 from patudom/more-ui-edits-with-harry More UI edits with harry commit 00c9a5823f0e4ca2e28a826485e83b06073c6e32 Author: John Arban Lewis <[email protected]> Date: Wed Oct 11 21:28:19 2023 -0400 fix scroll buttons commit c4b99e1db9d3843bb904cc1087a49cabd4cc66ee Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 19:27:29 2023 -0400 Don't show top guided content on very small screens commit 5d09fa4d584cf60754855b053c9434616b9123a5 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 19:13:37 2023 -0400 Change chevron down back to up and make circle info chevron down commit 4d1f7724f4e7f170498797c543f4ea15f2207334 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 19:08:21 2023 -0400 Info circle is more universal than toolbox commit a104c1319ca537beec74b9d44a05f9b7847214e3 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 19:02:21 2023 -0400 Remove prepend-icons on small screens commit 2bab3e4d90c3202ba4a984e1790a459c9855df02 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 19:01:33 2023 -0400 Don't need collapseText functionality with new scroll buttons commit c27870b4306cc37cae08bc32222121145d9b30f8 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 18:40:29 2023 -0400 make opening text more general; make share button available all the time; restyle splashscreen text commit cf368698e8f5d5de0da0d67bbef58f28a28bfb4b Merge: 9db1ffc9 27189588 Author: patudom <[email protected]> Date: Wed Oct 11 17:41:50 2023 -0400 Merge pull request #277 from johnarban/show-scroll-bar-when-not-on-canvas add scroll to top button commit 27189588c364edd081eb4a6f69a675c72040a7bd Author: John Arban Lewis <[email protected]> Date: Wed Oct 11 17:00:02 2023 -0400 make the button go both directions commit 284e53bf18c51a73620b31c0cb2da858660eeab6 Author: John Arban Lewis <[email protected]> Date: Wed Oct 11 16:31:49 2023 -0400 raise z-index over leaflet commit 39aa4f2ed2519708708eba1032622cd0283dca96 Author: John Arban Lewis <[email protected]> Date: Wed Oct 11 15:30:14 2023 -0400 use a scroll to top button on mobile commit 80041db747d7467378b44d2fc695e642f23e3f6a Author: John Arban Lewis <[email protected]> Date: Wed Oct 11 14:54:04 2023 -0400 show scroll bar when not on canvas commit 9db1ffc9ee1c367e4f67d54e48c0f93a948dfc46 Merge: c2039f39 fd5c2ee5 Author: patudom <[email protected]> Date: Wed Oct 11 14:32:45 2023 -0400 Merge pull request #275 from patudom/last-ish-updates-to-eclipse Last ish updates to eclipse commit fd5c2ee562785b778f8129f220e673924a62cdc0 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 14:04:21 2023 -0400 Bold face key words in instructions; use click/tap as appropriate for device commit b9747de8944c9ad252ab50b080c3c6635742881a Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 13:21:17 2023 -0400 Simplify and use same link styling everywhere; slight adjustment to faq background for sufficient contrast with link color commit 19d739ba5c6451f0595f7c06f5618abf57d711ce Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 12:46:38 2023 -0400 Use credit logos twice but with different styling on splash screen and body commit c11d245ee264e3b1e6ea5a0b74ee25803a87cad0 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 12:46:09 2023 -0400 Rename to credit logos to be more descriptive; remove css from component commit 4598c91abb4e16c858b43585bf9032515f8d6296 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 12:01:01 2023 -0400 remove unneeded text css for only icons commit d5e3afbe9f06f250c60dfe55808fa86bc6b957a5 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 11 11:54:01 2023 -0400 Reorg and create new text-credits id and styling; start fixing hyperlink colors commit c2039f393d9f7056136add50c3e31b9ee9092030 Merge: e6f8fcd2 b8f7dccb Author: patudom <[email protected]> Date: Wed Oct 11 00:00:53 2023 -0400 Merge pull request #271 from patudom/eclipse-ui-fixes-from-harry-and-alyssa Eclipse UI fixes from Harry and Alyssa commit b8f7dccbe4ae0f1d7de8da38c30570f28be3377b Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 23:46:29 2023 -0400 Don't make square-xmark box smaller on mobile - it's too hard to press commit 95c99bb3c305ee729a34042e1a879999655fa0c3 Merge: 1abe2c2d e6f8fcd2 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 23:23:01 2023 -0400 Merge remote-tracking branch 'upstream/main' into eclipse-ui-fixes-from-harry-and-alyssa commit e6f8fcd211a9ba9c174f9d2433fa42712a54a235 Merge: e16f09de f5af7845 Author: patudom <[email protected]> Date: Tue Oct 10 23:14:58 2023 -0400 Merge pull request #270 from johnarban/some-ui-updates Some UI updates commit 1abe2c2d4001c527396a57d00694001334982fb7 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 23:14:09 2023 -0400 Place info box and share icons lower on small screens so they don't run into the location display commit 5412bff00040ed76e93e23c72eb3c4c674e4b8ce Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 22:58:01 2023 -0400 Update switch bullets spacing and add specific class to not mess with other bullet lists commit f0a4fa4c3872c9321b70bc5879155d3a0ca03978 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 22:27:04 2023 -0400 skinnier switches commit f5af78457fb02a7cb0cda689997d9d3253dd3ce5 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 22:10:43 2023 -0400 Remove "hide info" on user guide tooltip too commit 71add41fcc38a2517795afbe4b41805f146c2d18 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 22:08:08 2023 -0400 Make share icon visible as long as you are on "Choose" path commit 1b7890e14c7deb03e85a0367b0c898bbb706dc24 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 21:44:29 2023 -0400 Use chevron down and budget a bit more to look better on more screens commit 73ea352a2eabaf66a46041dfc4580b3cdc5a39ce Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 21:41:03 2023 -0400 fix pan/zoom instructions commit e16f09de34e3c5166480ced07ace5f03b8fab5a3 Merge: dabb8930 dea23186 Author: patudom <[email protected]> Date: Tue Oct 10 21:35:32 2023 -0400 Merge pull request #268 from johnarban/add-hover-tooltip Add hover tooltip commit 1f989f1dab9d54de02c78af15aed10b716294398 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 21:29:09 2023 -0400 Add link to resources from SciAct project Science through Shadows commit 32d0a8d7a28ff09dd120c42f81c34440552ac1e5 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 21:26:57 2023 -0400 In user guide, use toggle switches instead of button icons to describe switches; restyle switches so on/off colors match commit e85de3dc0995352ac8f7791dfbf58e4dfd9cd84e Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 18:32:26 2023 -0400 add close button to intro slides commit 4fcba214bf881597fbea4425f0d7bce81a5a2bb3 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 17:54:44 2023 -0400 guided content close x to caret commit 14ac52b5a8162586d1bc74b61b986959d077048f Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 17:52:08 2023 -0400 remove hide info tooltip commit 2a1f95b9dfc2e93d97f6d6e63ff1db4646a7b0f2 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 17:49:12 2023 -0400 make sure instruction rows are all same size and internal spacing commit 4ec168819daede14e7400636d1d67667cd083d43 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 17:43:28 2023 -0400 use cell and all-scroll commit cd2fa1021d172e9725c7c42758b0d10c35d7404d Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 17:30:24 2023 -0400 switch to pointer cursor on map commit b2a4b93a0189f9f35715e8ae3842034360deb552 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 17:28:48 2023 -0400 Show eclipse percent by default; fiddle with font size; don't show icon on small screens commit 9ce39fd16471a6cf79819a918c1326281374a77d Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 17:01:55 2023 -0400 show share button always commit db6fd579774908923d56627861c484597f716dfb Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 16:51:58 2023 -0400 Reset button also resets speed commit 6d8afe2e419449090824f186df669a6edc18da11 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 16:50:51 2023 -0400 icons can't be user-select commit 08c0c492ec8a3075333009607e412f0620a24911 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 16:42:51 2023 -0400 add scale disclaimer commit 2ae93939f9addab120f6fc86688cf7c523659dc6 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 16:41:29 2023 -0400 Bold face key words in descriptions commit 2bc46493ac00b0f922fc15ea808b309038d86b51 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 16:40:14 2023 -0400 adjust heights on different screens commit bf68342b3b5ef0a39435acbc8cbfa4fbd778f7fb Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 16:39:41 2023 -0400 style the titles commit 366d99c82fd95f8aa9e3e8555f9e8cadcaa966cd Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 16:39:10 2023 -0400 replace v-tabs with v-card-title commit 5959d6d2a7bcdcac6b7ffb677ca29698c54eced2 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 16:23:20 2023 -0400 put icons in fixed width div for better alignment commit 56df38951dbe9569e52ddecdfa04337273386e1b Author: Pat Udomprasert <[email protected]> Date: Tue Oct 10 16:03:41 2023 -0400 Remove last 2 icons from splash screen commit dabb8930e5d970446314bed2b4a84169504b62ba Merge: 28cdb6be 7ec69cc3 Author: Jon Carifio <[email protected]> Date: Tue Oct 10 15:34:10 2023 -0400 Merge pull request #265 from Carifio24/use-api-key Use API key for minis commit dea2318692ff3512dd2e27cb4d03cd107f6308f5 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 14:56:02 2023 -0400 just keep the switch commit 7ec69cc39e3549aedc5e287afd031f1b9b37435c Author: Carifio24 <[email protected]> Date: Tue Oct 10 13:56:41 2023 -0400 Update webpack build to include environment variables. commit 66f63175536af0e004e7465ba0d1b6145e4ccef3 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 13:13:33 2023 -0400 fix styling commit b10d1944cdf5dfe253214ce1bff4913c0024085e Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 13:04:26 2023 -0400 make switches keyboard accessible commit 3e705a6d4878b8115b6daee46a659e3187a69650 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 13:04:15 2023 -0400 show hover for switches commit f00dc31a8820a927157e57b6d5a988d374937840 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 13:03:13 2023 -0400 create a hover tooltip element commit 281beb60e4882e34f7a609017f363d4664a7d77a Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 11:07:17 2023 -0400 put in horizon mode bode for mobile commit 87a0b1d4dba2a3c5650333a549972ff5a2d512d3 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 01:32:19 2023 -0400 use a button for tracking sun switch on mobile commit 28cdb6be8db9e83ff2c8ef57b158cf627c0b6e75 Merge: 3f7fb378 af326af7 Author: patudom <[email protected]> Date: Tue Oct 10 12:59:13 2023 -0400 Merge pull request #260 from Carifio24/template-updates Add funding acknowledgement and update favicon for template commit 5a3a4ef2d34c9a24ace98632becee17c6cf7324e Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 00:58:27 2023 -0400 remove variant option commit 2fcc849d08770dc41826c92d06dd5bc87dbb1386 Author: John Arban Lewis <[email protected]> Date: Tue Oct 10 00:39:47 2023 -0400 add in ability to use a full text button commit 998a769cd5537a3b1318c884f61d5244227c8685 Author: John Arban Lewis <[email protected]> Date: Sun Oct 8 02:20:09 2023 -0400 add check box item for getting position commit 2fd75dc70fe69e0e20f0feac0a2a725421015e48 Author: John Arban Lewis <[email protected]> Date: Sun Oct 8 01:39:19 2023 -0400 wrap geolocation functionality into component commit b4059192b3f2fb2320f74f212d48a3f35955c923 Author: Carifio24 <[email protected]> Date: Sat Oct 7 15:57:30 2023 -0400 Use API key during CI deploy. commit 81c32ae13ab7ebe4440a58c2b54b210d7577b7f6 Author: Carifio24 <[email protected]> Date: Sat Oct 7 10:30:11 2023 -0400 Add API key to submission request header. commit 3f7fb378b1313f26bbf1772e36b205398d80536e Merge: 5168deea 6eb77c97 Author: patudom <[email protected]> Date: Fri Oct 6 16:01:39 2023 -0400 Merge pull request #263 from patudom/update-old-minis Update old minis commit 5168deea82b885d7620e4de98a73ecdda7144780 Merge: e4853b53 b555baf7 Author: patudom <[email protected]> Date: Fri Oct 6 14:14:28 2023 -0400 Merge pull request #262 from johnarban/hide-eclipse-fraction-for-far-zoom hide eclipse fraction at zoom of 210 or 35 deg commit b555baf774e5a46a6ed4a53b99888227b6a4d41c Author: Pat Udomprasert <[email protected]> Date: Fri Oct 6 13:30:19 2023 -0400 Explain amount eclipsed being disabled at large fov commit 182556aec132d015e0178a6a9b71dc5a354501f4 Author: Pat Udomprasert <[email protected]> Date: Fri Oct 6 13:25:58 2023 -0400 Add date to splash screen commit 38422955fd7e85445c7d971237609b3d48f8683f Author: John Arban Lewis <[email protected]> Date: Fri Oct 6 13:09:01 2023 -0400 hide at zoom of 210 or 35 deg commit e4853b534a326daf78b898fd02295fdfe95c7aad Merge: bbc8b0cc a2f14a9a Author: patudom <[email protected]> Date: Fri Oct 6 12:49:33 2023 -0400 Merge pull request #261 from johnarban/update-preview-image update preview image aspect ratio commit 6eb77c975ff4bd338bc01e950b171984c23f7cfd Author: Pat Udomprasert <[email protected]> Date: Fri Oct 6 12:43:50 2023 -0400 Update funding acknowledgment to same style across all minis commit a2f14a9ac39faaa3077e2c51a155f5dbb4b73fab Author: John Arban Lewis <[email protected]> Date: Fri Oct 6 12:33:00 2023 -0400 update preview image aspect ratio commit bbc8b0cc24009d2cf66a84af8a3538fcab54fb3b Merge: d4061810 b563fdd7 Author: patudom <[email protected]> Date: Fri Oct 6 11:49:53 2023 -0400 Merge pull request #259 from johnarban/fix-background show foreground imageset commit b563fdd7ecac49ba83501f7bcaa8b7d1361e5af9 Author: John Arban Lewis <[email protected]> Date: Fri Oct 6 11:34:16 2023 -0400 add in preview for twitter commit b9cc729b14abcb9b40d91c52a853a748a41c0573 Author: John Arban Lewis <[email protected]> Date: Fri Oct 6 11:25:57 2023 -0400 make sure annotations update with WWT time commit 244420af5608b985b60ea9d852546df532a09b60 Author: John Arban Lewis <[email protected]> Date: Fri Oct 6 11:20:33 2023 -0400 minor text updates commit af326af742958364b0d1a5aea47d3c4e6cfc1f34 Author: Jon Carifio <[email protected]> Date: Fri Oct 6 11:20:00 2023 -0400 Add funding acknowledgement and update favicon for the mini template. commit dbadec19eeee74c08f68c0e3fd4794faa168f399 Author: John Arban Lewis <[email protected]> Date: Fri Oct 6 11:05:01 2023 -0400 minor faq text update commit a8f52f3aa50e7b161eaf1d3e51d4e6bd45a9534d Author: John Arban Lewis <[email protected]> Date: Fri Oct 6 10:54:33 2023 -0400 initialize opacity commit 4c0273481f2bd3d11f7bf72f85853fcad09ea775 Author: John Arban Lewis <[email protected]> Date: Fri Oct 6 10:16:19 2023 -0400 show foreground imageset commit 0082e840f129c1553ce052293fecb2ac2f368e75 Author: Pat Udomprasert <[email protected]> Date: Fri Oct 6 09:55:40 2023 -0400 Update old minis to use CosmicDS favicon commit d406181089ef3874fe8769c74c456cfc527fb77f Merge: b1fd9751 4978a718 Author: patudom <[email protected]> Date: Fri Oct 6 00:31:37 2023 -0400 Merge pull request #257 from patudom/last-few-picky-things Last few picky things commit 4978a718a531fd8abbd6068e8d296f1aaf5dfe4d Author: Pat Udomprasert <[email protected]> Date: Fri Oct 6 00:12:24 2023 -0400 apparently faSize="md" is not a thing commit af564db82bb420eef3c062eda0d2b54f9515999a Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 23:56:19 2023 -0400 fix prop commit adb285e3b7d29b4ff50e69d8615ca19745a3e7ad Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 23:41:30 2023 -0400 Minor tweaks to splash screen styling commit c0791f10c8b76c50002ef4cee00005aeceb41ccf Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 23:30:25 2023 -0400 Comment out console logs commit d888300184ccebcac310ddcfc47dae5034f1a9d6 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 23:25:16 2023 -0400 Show link to NASA eclipse map when right answer is chosen commit b5231df613e5f2786f8668d0ac282d02e7d0d5b5 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 23:08:24 2023 -0400 Update map quiz card styling commit b171d0606df4de4682c79f166a3845270e4415b6 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 22:29:22 2023 -0400 Vary card width based on screensize commit 01e17ed05ebcea7f25a226863f79b2e852926a70 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 21:30:22 2023 -0400 Make privacy change icon bigger and make buttons on privacy notice smaller so they fit on small screen commit 31272e950d65283a286ef3828b370ef623441652 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 21:25:21 2023 -0400 Make list in intro sequence not quite so spaced out commit 38e0608352d8803e49a75d13f44fc9e9a6c7f5c6 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 21:06:32 2023 -0400 Update description text that appears with the link commit b1fd9751e670cb570e7dd8e15b36c583bca32233 Merge: c6757a2d 27fa4334 Author: patudom <[email protected]> Date: Thu Oct 5 20:55:59 2023 -0400 Merge pull request #256 from patudom/hopefully-close-to-final-round-of-ui-text-updates Hopefully close to final round of UI text updates commit 27fa43344730ea40e16421dbbb33d49786f1c59a Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 20:40:20 2023 -0400 replace gear with circle-info commit bfdfdb1f5cc68170425ef77af14f3b1737c2862f Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 20:32:48 2023 -0400 A couple more small changes commit a38afe87256fced0ee6caebf4f2fa7322f170278 Merge: 30a1ddb9 c6757a2d Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 20:24:21 2023 -0400 Merge remote-tracking branch 'upstream/main' into hopefully-close-to-final-round-of-ui-text-updates commit c6757a2d48ef93fcc243d78b492f3b43d4928c70 Merge: 3661851d 2644682a Author: patudom <[email protected]> Date: Thu Oct 5 20:13:10 2023 -0400 Merge pull request #238 from patudom/try-flex-top-container Try flex top container commit 3661851dc6f87f2aed0645b7834c2f9920c9dff4 Merge: 30800efd 9386bc0e Author: patudom <[email protected]> Date: Thu Oct 5 19:21:31 2023 -0400 Merge pull request #255 from Carifio24/privacy-dialog Add UI for response opt-out commit 30a1ddb9ec37e79265bd60c5fcdcd54c88acc097 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 19:04:14 2023 -0400 Don't auto play on reset commit 2644682ad35399d149a1fee4fb4bc003d0156254 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 19:00:30 2023 -0400 Update styling of instruction text toggle button commit 30800efd68ae9861d1113b8e7d794ae1351cf945 Merge: d7835c08 1e3157e3 Author: patudom <[email protected]> Date: Thu Oct 5 18:34:41 2023 -0400 Merge pull request #254 from Carifio24/mobile-tooltips Only show mobile tooltips for eclipse mini when long-pressing button commit 9386bc0e0633b36969f876c4abe0700827233010 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 18:32:48 2023 -0400 Update privacy text and styling commit 69eb34adaf44ec66835e24ce47307bc144d307cb Merge: 633d34c1 d7835c08 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 18:15:41 2023 -0400 Merge branch 'main' into pr/238 commit 633d34c1cd74cc49b65e37be6ce3f123a1f4fae9 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 18:11:32 2023 -0400 final? fixes for mobile commit 1e3157e330786c913de00291eda1fcb846ba38c5 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 17:15:54 2023 -0400 Also disable switch tooltips on mobile commit b58665a31e318ab201d22f9f86200f91df98564a Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 16:56:04 2023 -0400 Make fonts a little bigger commit 9abd3efa89db7884529a7dd92f0afdb231984bbf Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 16:54:47 2023 -0400 Update copy url notification to make it more visible and last longer commit de286936411bf9f59c70aa403c32b31f767554ec Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 16:31:07 2023 -0400 put splash screen back commit a700324caf2c54ad2eab8241f8297e4c2e4dbfcc Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 16:28:53 2023 -0400 give bottom content a little more breathing room commit b17949a2c12c713d49e9276183e259d0189e3543 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 16:18:17 2023 -0400 keep gif in place when scrolling commit ab7b43a02be8d6a0563fd0da6644dbd52c345f18 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 16:17:50 2023 -0400 position share button commit c347d1ac598b6ddf35e52f340726568ff3563e49 Author: Carifio24 <[email protected]> Date: Thu Oct 5 16:03:30 2023 -0400 Add button to allow modifying opt-out settings. commit 1ecdd43d8e489e8ee46699595de6d6e9cf05df66 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 16:03:07 2023 -0400 Text updates per Mary and Sue commit 6be78121b140320fe2db975362905948bdba3039 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 15:42:59 2023 -0400 Add reset to user guide commit 845afff71d3b7f7b9550837a703d8dac7b76fe28 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 15:39:30 2023 -0400 Add John's fix to move share button if top container is closed commit 87f31b3bfce7beb5456b0f488030de8ef12ff64f Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 15:35:08 2023 -0400 Add reset button that starts at original start time and recenters on sun commit f8ccf430575cd92dd5bdabf2b71961d4ebc6d495 Author: Carifio24 <[email protected]> Date: Thu Oct 5 15:15:54 2023 -0400 Add dialog for opt-out prompt on startup. commit e064f9e69c8163f9dd2f10ea24593c07e9c4cb94 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 15:15:44 2023 -0400 some more sizing things commit a437989d8b1dabec538b8bbc9f7e1f215e012d7d Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 15:12:26 2023 -0400 move position of share button so it doesn't overlap top icon when top container is closed commit e40b14bbc50724ac818f95da528d85871d7eba61 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 15:09:58 2023 -0400 fix height calculation commit 11386c9318427b9be56cba0649da7c0b6f81be93 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 15:01:15 2023 -0400 Change icon to circle info when top container is closed commit af9b8ebb4d91bb37717d0deccceb295bb252cf0c Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 14:57:58 2023 -0400 share button should have black background so it is visible on blue sky in horizon mode commit 58d40845d70c88033dadbaf49113b39860bd05f3 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 14:54:12 2023 -0400 Add sdo acknowledgment commit f854c6c96709cd319c7301383e1fbdb1d6c960ea Author: Carifio24 <[email protected]> Date: Thu Oct 5 14:49:48 2023 -0400 Only show mobile tooltips for eclipse mini when long-pressing button. commit 59d923d9419c71a9ebc283faa9c04f50acb55456 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 14:44:34 2023 -0400 Change mouse icon to toolbox per Anna's suggestion commit 7f273d13a7ea3f7a4a27b9a7c407808a5487ff3f Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 14:44:07 2023 -0400 Fix issue where click area for checkboxes was too wide commit d7835c0898d13e87a8a43eca6d5d64e3cba0c144 Merge: 5d335db7 81fb2c63 Author: patudom <[email protected]> Date: Thu Oct 5 14:23:28 2023 -0400 Merge pull request #249 from johnarban/slow-down-selectedTime-update-interval Slow down selectedTime update for Safari commit 5d335db7a23a6fa7df0a092f8bdfb547f2632c8e Merge: 4c35078b b5c04298 Author: patudom <[email protected]> Date: Thu Oct 5 14:23:02 2023 -0400 Merge pull request #250 from Carifio24/watercolor-maps Update watercolor template URL and attribution commit b4c71966f638a7e96bfd303edf4ad9c934dafb54 Author: Pat Udomprasert <[email protected]> Date: Thu Oct 5 14:21:03 2023 -0400 Use cosmicds favicon commit 29777a019d35b6a9b54af4c13872918334f8b641 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 13:01:26 2023 -0400 fix bad prop in font-awesome icon commit 81fb2c63f79b5282ba54270c742dc65b451a092d Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 12:46:51 2023 -0400 update selectedTime every 500ms commit b5c04298d82975bbcaa7723f10d3318cf4fcca7a Author: Jon Carifio <[email protected]> Date: Thu Oct 5 12:44:13 2023 -0400 Update watercolor template URL and attribution. commit f2ecf00a2607b1d89218c7ae6c50ef410d3053a1 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 12:11:34 2023 -0400 make it show up on iphones commit e9cf2ef6d205e09f854bbef92f2f0ab2faf62368 Author: John Arban Lewis <[email protected]> Date: Thu Oct 5 11:55:20 2023 -0400 fix up fonts commit 4c35078bf331aeb18ca05990dab7297182ffa269 Merge: fe5f8a14 52bc39b1 Author: patudom <[email protected]> Date: Thu Oct 5 10:49:02 2023 -0400 Merge pull request #244 from Carifio24/fix-share-url Include pathname in share URL commit 52bc39b1fcb811f0bbe8d6fb22e8dbabf4a7333d Author: Jon Carifio <[email protected]> Date: Thu Oct 5 09:39:20 2023 -0400 Include pathname in share URL. commit c19a1f4addb9d19833e180687f0099fbe4783f09 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 19:17:14 2023 -0400 fix typo commit 69e80c12f6a53e08f830032b362fbe5c68d253e8 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 19:11:40 2023 -0400 make map stay visible for now commit 0c7a440a06f552c8c9505bd461d986935c9d168e Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 19:08:53 2023 -0400 get stuff visible on small screens commit fe5f8a14b0c18530f4c89418184aab8daa259e18 Merge: 5467b461 8c41ed0a Author: patudom <[email protected]> Date: Wed Oct 4 18:44:56 2023 -0400 Merge pull request #239 from Carifio24/eclipse-mini-db Wire up eclipse mini to backend commit 8c41ed0ab213a12fd8e4bc4ade0190341a7538cc Merge: 3d280402 5467b461 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 18:27:48 2023 -0400 Merge remote-tracking branch 'upstream/main' into pr/239 commit 5467b4619caa135630564a71c7c3f3f680410aa2 Merge: abd3aca4 9bc6c0b5 Author: patudom <[email protected]> Date: Wed Oct 4 18:17:08 2023 -0400 Merge pull request #242 from patudom/funding-acknowledgment Funding acknowledgment commit 3d280402c7f1f9ff5ba1b4e5f0c35ca30a8a7e08 Author: Carifio24 <[email protected]> Date: Wed Oct 4 18:13:33 2023 -0400 Change to storing a list of responses. commit 70a80ce1954529a4d2e053f7f1703d7cda252a33 Merge: 64ce9ec4 a9143ec6 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 18:04:57 2023 -0400 Merge branch 'main' into pr/238 commit abd3aca49497e69dc555b55de2d2ba8c4719a8c3 Merge: a9143ec6 1ae0fcf8 Author: patudom <[email protected]> Date: Wed Oct 4 17:43:39 2023 -0400 Merge pull request #241 from patudom/a-few-more-ui-updates Reverse order of choose any location and identify path in lists; make… commit 9bc6c0b573eda482cb566e4a5dba33944423ee12 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 17:43:07 2023 -0400 Soften text color to gray commit c87c6788fd32f455fadf2ffb47d7b1603ed54e4e Author: Carifio24 <[email protected]> Date: Wed Oct 4 17:42:09 2023 -0400 Send data to database whenever relevant info changes. Update request format to account for backend changes. commit 1ae0fcf88c1e9e3c16dd327f17782d8bbc5e294c Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 17:27:24 2023 -0400 pause playback on mousedown on time slider commit 2fc523b1f842163548373a01d660e36cbc48fb9b Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 17:25:15 2023 -0400 Get set to deploy commit 0ee102af7c14e22d48a655965df6940a8b9019d6 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 17:14:43 2023 -0400 Create funding acknowledgment in common and add to eclipse mini. commit 2f4eead2fcd1459f37964c8972c35190562961c4 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 16:50:58 2023 -0400 Reverse order of choose any location and identify path in lists; make splash screen not so wide on wide screens commit 64ce9ec49e13d9edeada103085fcb029527a9fd0 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 16:14:10 2023 -0400 increase specificity of eclipse path img selection commit a9143ec60041b5ca0350271c090e937e0d40d5a6 Merge: c0640e8b 506d737a Author: patudom <[email protected]> Date: Wed Oct 4 15:50:09 2023 -0400 Merge pull request #231 from johnarban/add-quiz Add Map Quiz commit 0354d9c3497ef0ead73013819f89ad27507ad9fd Merge: 2083546c c0640e8b Author: Jon Carifio <[email protected]> Date: Wed Oct 4 15:19:45 2023 -0400 Merge branch 'main' into eclipse-mini-db commit 506d737a2b2c1172c56ae15e864fa1a7946f8198 Merge: 8d9b991f c0640e8b Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 14:54:57 2023 -0400 Merge remote-tracking branch 'upstream/main' into pr/231 commit c0640e8bd7f0c8d4cc1deb2ac98adb954b648172 Merge: 17750c94 aac30e13 Author: patudom <[email protected]> Date: Wed Oct 4 14:46:42 2023 -0400 Merge pull request #237 from patudom/a-few-more-ui-tweaks-to-eclipse-mini General UI updates plus improvements on mobile commit 65391ae60c5a2ea2ab328939518332abedb0887f Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 14:37:58 2023 -0400 updates to reflow the divs commit 64881d416346e4b0248a110dbf24a288af5d4487 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 14:37:57 2023 -0400 revamp CSS so it is organized on small screens commit 8d9b991f47c17c5eef7d0830998217c41c9435cd Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 14:17:21 2023 -0400 Provide more descriptive alt text for eclipse schematic per Eclipse Soundscapes project's SciAct tutorial commit e316aadcddf8daebcd50c7e16678b14c04554f37 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 14:11:01 2023 -0400 Add alt text for map image describing the 3 paths commit 976f5390d593ac911191191b40cbfc41f2667b93 Author: Pat Udomprasert <[email protected]> Date: Wed Oct 4 14:05:47 2023 -0400 Make answer fonts bigger, standardize form of long answers commit fe04ec226a307cd9f25479712fb8858ffd7ee548 Merge: 7619db7c aac30e13 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 11:07:14 2023 -0400 Merge branch 'pr/237' into pr/238 commit 86db7e229fb455851195b6e895013b15fb815ef4 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 01:46:35 2023 -0400 add long label for question anwers commit fe2f707d544a508123984a4c98333b5b9e04dd22 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 01:45:50 2023 -0400 try to improve accessiblity and tab behaviour commit 2083546c504bbd9dcdcef85ebc04fc3430efb398 Author: Jon Carifio <[email protected]> Date: Wed Oct 4 01:31:24 2023 -0400 Add Content-Type header to request. Some other infrastructure tweaks. commit 2b4b732322fa88d3ac125a3d8fa089b8fe124172 Author: Carifio24 <[email protected]> Date: Tue Oct 3 18:19:29 2023 -0400 Don't send response if user has opted out. commit e688bd1304c916614cf29b85a02cbe78e85707bc Author: Carifio24 <[email protected]> Date: Tue Oct 3 17:55:59 2023 -0400 Add method for POSTing responses to server. commit 37409746d8fd239bc95a72a8a2d46efa5620d5c1 Author: Carifio24 <[email protected]> Date: Tue Oct 3 17:37:25 2023 -0400 Add values from and save values to local storage. commit 4f82cdfd6d6b514e9d43cbf991f5d8603e93612a Author: Jon Carifio <[email protected]> Date: Tue Oct 3 16:36:10 2023 -0400 Add uuid package to eclipse mini and create v4 UUID during component setup. commit a8ad772ba2c62f632aff2a632c362f35bc42579c Author: Jon Carifio <[email protected]> Date: Tue Oct 3 16:32:09 2023 -0400 Add lists of locations visited. commit 324278705d5ef5827c40c7cf550bdcb3dea76e47 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 00:08:19 2023 -0400 show white border for last selected label commit 5ca3e63fc72095c373d4be9fd19133f6d6cf8571 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 00:07:55 2023 -0400 hide the alert message commit 514c9dd5dc95843d82f004fac0b5d85d8b3ede83 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 00:07:16 2023 -0400 prevent container overflow from hiding borders commit 1f8a46332cee88172676a029f6395fa58966ba82 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 00:06:49 2023 -0400 don't update hover active focus css if not set commit 3b967c3e440987e1524061930efe5788f36235a2 Author: John Arban Lewis <[email protected]> Date: Wed Oct 4 00:06:11 2023 -0400 fix issue where pressing label doesn't select item commit 223f5190e0a58312332286c5f5e6ad1d3cd7f4ce Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 21:47:01 2023 -0400 Proposed style updates commit c1d8239a640adc0682395f601ff1e53e2af0d80f Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 20:43:19 2023 -0400 make sure keyboard can select commit 8822ffcb633d77a72f41a0de029068ece184d72c Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 20:43:01 2023 -0400 allow the column to be set from outside commit ae0d9aad274569795eabf7d62be50318c2bcd8d7 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 20:42:17 2023 -0400 fix target for the hover effect commit aac30e137b0326f31dc92e1abc23a51836ebcdf1 Merge: 9711b920 17750c94 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 20:28:12 2023 -0400 Merge remote-tracking branch 'upstream/main' into a-few-more-ui-tweaks-to-eclipse-mini commit 7619db7cf27e0f4159ba91c36b9a72f9e0222abe Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 20:25:34 2023 -0400 Put top content in container with flex rows/columns commit 38a23ff634046d482fe50310ec3f8acc6eebf2bd Merge: fae71840 17750c94 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 20:05:40 2023 -0400 Merge branch 'main' into add-quiz commit fae71840afedc5f937832ac540888415fb40ae28 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 20:03:26 2023 -0400 make width and height required for now commit 9711b9202cb6073156daacf6288c798137c8e38e Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 19:56:46 2023 -0400 Switch chip back to time so we can hide the slider label on mobile commit dab8f24e6c9fc8c411cd624ad868de37834f209c Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 19:55:18 2023 -0400 fix font size back to normal commit 6df8f5f3344d7c1b85ef98e402570340a4768b51 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 19:46:48 2023 -0400 Don't show credit icons on small screen commit 2c2029f26073dab24d7065d405349282226138ec Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 19:39:12 2023 -0400 fix some issues to prop types and CSS commit 3afd5a72ce9f23de55a154fcb4404e6bc5124a91 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 19:27:50 2023 -0400 put some relevant CSS in main vue file as example commit 1646f1b2c91aa0351356cce8572a2023f17ffee5 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 19:23:49 2023 -0400 Flex info box layout to vertical on small screens commit daa3bdccc97c52b0cc3af7502fc23c7cf7134703 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 19:20:24 2023 -0400 set more style options exlicitly commit c2cb50154d9f11360084ff451fb6f716553df1ca Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 19:19:55 2023 -0400 colors can be set as prop on mc-radiogroup commit 1ad964cd74764f33223064afe05a8fb98734f0f4 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 19:04:43 2023 -0400 update mc-radiogroup to emit text commit 5ade271715b9f21408a5bd0408e688fee3f7faa8 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 19:01:45 2023 -0400 update styling commit 499edb67699b686bab688d17b418dc06b3b15344 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 18:55:46 2023 -0400 optionally allow user to keep clicking after complete commit 73c5f6607e47adfdf84bc328b466372e02833633 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 18:51:35 2023 -0400 switch id to class in ImageLabel commit 26dadbd3417d8b0afbbce0bf617932d578956214 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 18:51:08 2023 -0400 flip transition now works with clicks or hover (needs prop) commit 95b4e4b88580e1496d155b45d3964348b6346212 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 18:43:38 2023 -0400 Standardize font size and line height with defaults and calculate everything based on those commit 71e8fb6fc0e6a6e8de49bc463cc2ad42ffd8a306 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 16:49:00 2023 -0400 working example of background image with flip transition commit 6b6d4b073ce1428c3864c65289c79489a9307ce3 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 16:42:35 2023 -0400 create working flip transition commit fe424b21640af1e6a3f89914dbe0cf3576fbd77e Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 16:33:55 2023 -0400 Don't show controls on mobile and allow fonts to go smaller on mobile commit d90fed9ec22e4ae8b22369a9031b07819cd52eba Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 15:55:37 2023 -0400 remove unwanted size specification commit d705719a5215048f8dc6cf58901e52addd8ea748 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 15:54:22 2023 -0400 Remove ecliptic toggle commit c561f77b21d482a772ceb83437add30944fa09e4 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 15:09:46 2023 -0400 Update splash screen text and styling commit b8050bf86416343e6fb6e15b163c43f937d7f987 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 14:28:26 2023 -0400 improve specificity of v- styles commit 17750c94d53d48823296186d1841f53c83b52a27 Merge: 6360070f ce4428df Author: patudom <[email protected]> Date: Tue Oct 3 14:05:50 2023 -0400 Merge pull request #234 from patudom/add-UI-to-expose-eclipse-percentage Add UI to expose eclipse percentage commit bb3b369c4d2f19e97d80ffa3f0bda1b3f90bd930 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 13:45:07 2023 -0400 Move credits from common to here for now - image links are not working from common commit 984abd28aeb07952ad216bb08e957fcc03e33170 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 13:44:25 2023 -0400 Fix splash screen interaction commit ce4428df6206be72a1fe411a267986f92621a22d Author: Carifio24 <[email protected]> Date: Tue Oct 3 13:03:38 2023 -0400 Make styling the same on main window v-chips. commit 3bf6fa4c820121d5297abb830ffe4dc473f02979 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 12:59:51 2023 -0400 use images as labels commit b9a41034f9deeace39e5465648aa6889ed1ba408 Author: John Arban Lewis <[email protected]> Date: Tue Oct 3 12:59:43 2023 -0400 crop images commit 14eaa41f305af164db9ae8ed195efd8bd1447106 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 12:58:25 2023 -0400 Use same x-close as top container commit 6360070f4ce7863baa82eb60204bcb03c3b4c874 Merge: 76ea6f6b 42f17c0f Author: patudom <[email protected]> Date: Tue Oct 3 12:41:56 2023 -0400 Merge pull request #233 from patudom/alternate-text-for-shared-link Use alternate text when user has a link with a shared lat/long commit 17ab0c7dccab2a894bac78d576215795fdd8e65c Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 12:18:24 2023 -0400 Don't display eclipse percentage by default commit e8316cd5608eb2a8eee3328e0fa8debedfa80b8f Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 12:08:46 2023 -0400 Increase user guide font sizes commit 2e6f4d2852a9c8ff0927c22bc35965308988f8b5 Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 11:50:28 2023 -0400 Add info about percent eclipsed to user guide commit d389d89ba37d5d5bbddc23c433d5e79003810ef4 Merge: 51425a93 76ea6f6b Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 11:48:30 2023 -0400 Merge remote-tracking branch 'upstream/main' into add-UI-to-expose-eclipse-percentage commit 76ea6f6bf2f8b2e4def2daeedc9b57b13b510c92 Merge: 8210c43f b55d2a2b Author: patudom <[email protected]> Date: Tue Oct 3 11:46:23 2023 -0400 Merge pull request #228 from Carifio24/eclipse-percent Calculate percent of sun eclipsed by moon commit 51425a939bf64f76e52b4d12ce6ef445f87b92fe Author: Pat Udomprasert <[email protected]> Date: Tue Oct 3 11:45:59 2023 -0400 Display percenteclipsed in UI commit 42f17c0f7b856bd29cc7c7e9d3387d536286099e Author: Pat Udomprasert <[email protected]> Date: Mon Oct 2 19:04:20 2023 -0400 Use alternate text when user has a link with a shared lat/long commit a65035829ce0e632fef8391a3258b019b96679e0 Author: John Arban Lewis <[email protected]> Date: Mon Oct 2 18:43:01 2023 -0400 rename images commit c7abb94a6496b033c8430224b109a3e975f55fd8 Author: John Arban Lewis <[email protected]> Date: Mon Oct 2 18:42:42 2023 -0400 add new images commit 8210c43fe953b09a0bf510c21389bddfa70b99a4 Merge: aa33dacb 63a31f27 Author: patudom <[email protected]> Date: Mon Oct 2 18:34:45 2023 -0400 Merge pull request #230 from patudom/Add-Eclipse-Mini-User-Guide Add eclipse mini user guide commit 9fb655e520d1b5d6b3464ba44dc03bf472bde75d Author: John Arban Lewis <[email protected]> Date: Mon Oct 2 18:33:09 2023 -0400 initial attempt at quiz commit 63a31f27c3a87c72584a32612a0b2f839b698107 Author: Pat Udomprasert <[email protected]> Date: Mon Oct 2 18:20:03 2023 -0400 Add extra divider before credits commit aa33dacb211f1aec5638d45800708d855188d1d3 Merge: 74b23e69 cf66d8df Author: patudom <[email protected]> Date: Mon Oct 2 17:38:44 2023 -0400 Merge pull request #226 from patudom/update-eclipse-text-everywhere Update eclipse text everywhere commit 9a3feddcab42270f72b60952be52a7e8ee3de10d Author: Pat Udomprasert <[email protected]> Date: Mon Oct 2 17:37:54 2023 -0400 Change accent color to something that contrasts better against gray backgrounds commit bc346b3953e52a7a81c9f4d16bc1a7bb6e441fee Author: Pat Udomprasert <[email protected]> Date: Mon Oct 2 17:37:25 2023 -0400 Add user guide text commit b55d2a2b2c3f2fa48d5d44fd1176e33b9482796e Author: Carifio24 <[email protected]> Date: Mon Oct 2 14:10:17 2023 -0400 Do calculation when using regular moon. Rename method for clarity and add comment. commit 4810ec7e1656128f827b52447459ad3c80be459b Author: Jon Carifio <[email protected]> Date: Mon Oct 2 13:52:55 2023 -0400 Calculate percentage of sun eclipsed by the moon. commit 74b23e6957b7f3d4817156cc2b09ca9d4e28ba05 Merge: e41a1d3f 108a4d3e Author: Jon Carifio <[email protected]> Date: Mon Oct 2 17:11:21 2023 -0400 Merge pull request #227 from Carifio24/lune-r-eclipse Add overlay for sun/moon intersection commit 108a4d3ee67ee58cd93eecc7f9cf22d625497bd5 Author: Pat Udomprasert <[email protected]> Date: Mon Oct 2 14:26:37 2023 -0400 Per conversation with johnarban - increase polygon N so it doesn't look so obviously polygonal. - update intersection overlay when switching over to using regular moon. - Pause when restarting timeline commit 9295188f5c40ca6a80fe73f2007954c00c35d6b7 Author: Carifio24 <[email protected]> Date: Mon Oct 2 12:33:29 2023 -0400 Don't display annotation in scope mode. commit e14f883aff4cf47b0d3d0b859db7fa78fa4535dc Author: Carifio24 <[email protected]> Date: Mon Oct 2 12:00:39 2023 -0400 Force a frame render so that overlay updates properly on a location change. commit fc5c5bf789249c82f5ff57e3494770a8a0b57050 Author: Jon Carifio <[email protected]> Date: Mon Oct 2 11:48:47 2023 -0400 Don't use overlay if we're using regular moon. Change overlay color to always be dark. commit 1a21741e0b7e6efb7f2042b87b1310f2f8d50359 Author: Jon Carifio <[email protected]> Date: Mon Oct 2 11:37:04 2023 -0400 Draw moon overlay below horizon. commit 9cdfb16108633e6306fd78c30ce1dbd9d16ed233 Author: Carifio24 <[email protected]> Date: Mon Oct 2 10:53:07 2023 -0400 Restore original zoom level. commit f5357e40dbe9a09d18b716226b293df516c0e25e Author: Carifio24 <[email protected]> Date: Mon Oct 2 10:03:11 2023 -0400 Remove some no-longer-used values. commit b8756cefb6d243ef38e5073fe63a4ace4a3d4030 Author: Carifio24 <[email protected]> Date: Mon Oct 2 09:47:40 2023 -0400 Exit overlay method early if there's no intersection. commit 1350b01f2f0dfcb8a203923b9f2798cf11023667 Author: Jon Carifio <[email protected]> Date: Mon Oct 2 01:07:18 2023 -0400 Lock roll angle to zero to work around bug in world <--> screen transformations. commit 1452d5cdd55cf7944685d9cf1dc608dc969ec357 Author: Jon Carifio <[email protected]> Date: Mon Oct 2 01:01:12 2023 -0400 Remove debugging statements. commit 837696f701da4f7612f3207cc5596a9502102b29 Author: Jon Carifio <[email protected]> Date: Mon Oct 2 00:58:59 2023 -0400 Add annotation overlay for sun/moon overlap. commit e41a1d3f7f489b5193dc8f9c46355496af620f3c Merge: b34a294e 9b8cf3e1 Author: Jon Carifio <[email protected]> Date: Mon Oct 2 15:50:29 2023 -0400 Merge pull request #229 from Carifio24/rollback-node Slightly roll back CI Node version commit 9b8cf3e1cc8bd75070d5dcca763e1a826f863973 Author: Carifio24 <[email protected]> Date: Mon Oct 2 15:48:44 2023 -0400 Slightly roll back Node version for CI. commit b34a294edebac1be6639b0044cb0608947ceed0b Merge: c7a5a84a 65fa448f Author: Jon Carifio <[email protected]> Date: Mon Oct 2 15:31:16 2023 -0400 Merge pull request #222 from johnarban/update-map-attributions Fix couple of Map bugs commit cf66d8df9ea5edc3a9d3e6dad56b8fe68a02bfa5 Author: Pat Udomprasert <[email protected]> Date: Mon Oct 2 14:46:31 2023 -0400 Accept John's other font update suggestion commit 1a26389ffef73093831bc9f27e0dc78861b86698 Author: patudom <[email protected]> Date: Mon Oct 2 14:44:21 2023 -0400 Simplify font size specification per John's suggestion Co-authored-by: John Arban Lewis <[email protected]> commit c7a5a84af954d5b7d4b4f7c0cb562a5f6dace767 Merge: 6e11d0b4 722591ed Author: John Arban Lewis <[email protected]> Date: Mon Oct 2 04:39:10 2023 -0400 Merge pull request #225 from patudom/update-info-text-styling Update info text styling commit 6e11d0b4c98261f77e1d5e384897cbbd095c7ef7 Merge: b10e0999 39454d75 Author: John Arban Lewis <[email protected]> Date: Mon Oct 2 04:38:48 2023 -0400 Merge pull request #224 from patudom/eclipse-text-ui-style-updates-5 Eclipse text UI style updates 5 commit 9d5f24c5f71fbd600d3e02ecac9d7793493c143c Author: John Arban Lewis <[email protected]> Date: Mon Oct 2 04:13:38 2023 -0400 minor css adjustment commit b8fb54503de4d43eca658148182e4bdcb746e299 Author: John Arban Lewis <[email protected]> Date: Mon Oct 2 04:12:57 2023 -0400 remove the window elements commit 0ca388a0235697ed348a8c39836cd10cb2ae939c Author: John Arban Lewis <[email protected]> Date: Mon Oct 2 03:16:49 2023 -0400 split WWT instructions into its own card commit 92e6346bdc970780a831adc06a76c441ddd94f8e Author: Pat Udomprasert <[email protected]> Date: Sat Sep 30 10:39:3…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This builds on both #224 and #225, so merge both of those first.
This edits the text everywhere to create a more cohesive experience for the user.
I'd like to move the WWT instructions into its own window, so the user doesn't have to click 2 buttons to get there. @johnarban, can you please update the code so the WWT instructions appear when the user clicks the computer-mouse icon that I added? (I'm open to using other icons). (So the idea is that instead of both sets of instructions being on 2 tabs activated by the book icon, each will appear on their own card.)