-
Notifications
You must be signed in to change notification settings - Fork 287
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 master from dev #887
Commits on Apr 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 913ed72 - Browse repository at this point
Copy the full SHA 913ed72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60e45d8 - Browse repository at this point
Copy the full SHA 60e45d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07b0a53 - Browse repository at this point
Copy the full SHA 07b0a53View commit details -
Configuration menu - View commit details
-
Copy full SHA for d297cf7 - Browse repository at this point
Copy the full SHA d297cf7View commit details -
rm file, moving it to a synchronous location, send pr, then ask where…
… to capitalize on service worker
Configuration menu - View commit details
-
Copy full SHA for fe6fa84 - Browse repository at this point
Copy the full SHA fe6fa84View commit details -
storing progress atm, 2 things to fix:
1. move into service worker. 2. outputting as text files.
Configuration menu - View commit details
-
Copy full SHA for 9f1f40a - Browse repository at this point
Copy the full SHA 9f1f40aView commit details
Commits on Apr 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1e1ef3e - Browse repository at this point
Copy the full SHA 1e1ef3eView commit details
Commits on Apr 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1e7e1a1 - Browse repository at this point
Copy the full SHA 1e7e1a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 116f796 - Browse repository at this point
Copy the full SHA 116f796View commit details
Commits on Apr 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e686925 - Browse repository at this point
Copy the full SHA e686925View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcbf226 - Browse repository at this point
Copy the full SHA fcbf226View commit details
Commits on Apr 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2bf792b - Browse repository at this point
Copy the full SHA 2bf792bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe04bb4 - Browse repository at this point
Copy the full SHA fe04bb4View commit details
Commits on Apr 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c227154 - Browse repository at this point
Copy the full SHA c227154View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4abb8f0 - Browse repository at this point
Copy the full SHA 4abb8f0View commit details -
Revert "default headers with origin url corrected."
This reverts commit 4abb8f0.
Configuration menu - View commit details
-
Copy full SHA for 0d9eaeb - Browse repository at this point
Copy the full SHA 0d9eaebView commit details -
using fetch to see if axios is malforming the json... it also fails, …
…pushing for Judah
Configuration menu - View commit details
-
Copy full SHA for bef2a8d - Browse repository at this point
Copy the full SHA bef2a8dView commit details -
the intended fetch is commented out, using the lifted fetch to see if…
… my syntax is wrong...
Configuration menu - View commit details
-
Copy full SHA for d7dc00d - Browse repository at this point
Copy the full SHA d7dc00dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1557798 - Browse repository at this point
Copy the full SHA 1557798View commit details -
finalizing this aspect... download js is not downloading the file cor…
…rectly, I think it has to do with the axios response handling it.
Configuration menu - View commit details
-
Copy full SHA for a718b2d - Browse repository at this point
Copy the full SHA a718b2dView commit details -
glurg, res.data not res, therefore the json response was saved and no…
…t the blob data.
Configuration menu - View commit details
-
Copy full SHA for a328917 - Browse repository at this point
Copy the full SHA a328917View commit details
Commits on Apr 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2c525da - Browse repository at this point
Copy the full SHA 2c525daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64a1b65 - Browse repository at this point
Copy the full SHA 64a1b65View commit details
Commits on May 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6e4c49e - Browse repository at this point
Copy the full SHA 6e4c49eView commit details
Commits on May 7, 2020
-
* Dev (#727) * chore(): update dev from master (#694) * Dev (#692) * Remove specify related applications to be added to the manifest message (#663) * Formatting related application for better display (#666) * Delay mounting codeViewer for milliseconds to fix concurrency issue (#665) * App's log is being used to load home page but not used as a back button (#664) * fix(): fixes #673 (#679) * Bug fix manifest viewer (#681) * display empty string if manifest property's value is falsely * Update the manifest as a key is up * Adding id to access an editor by getElementById on a page * Adding id to the probs and wrapping Monaco editor with a div * Adding resize event listener when it is mounted and remove when component is destroyed * Refactor code to make it DRY * Applying css rules * watching state change and reloading the editor * Debounce helper function is added and call this function to execute update manifest * Fixed undefined in related apps * Putting back event listners when editor is reloaded * Deeplinking pw aurl (#682) * Checking if a query string is matching with pwa url or not * Check a summited pwa url is already part of query string. if not, added it to the url * check and generate if pwa url is already part of query string * Overview and My Hub link is loading using query sting * Log is used to reset and load default page * Process query string and handling browser events * Fixing test fail related to it should fail a bad URL * chore(): update env to point to dev api (#685) * Service worker page cleanup (#686) * fix(): swap top and bottom code viewers * style(): make the code viewer shorter for reg code * Hide broken images (#687) * filter broken icons from the list * suggesion suggest to you to upload at least one image 512×512 or larger * fix(analytics): new markers for build and features * fix(analytics): mark exactly which worker is chosen * fix(analytics): added marker for downloaded service worker Co-authored-by: TesheG <[email protected]> * chore(): re-flip the codeviewers * style(): shorten codeviewer * chore(): update to use pwa-update component Co-authored-by: TesheG <[email protected]> * Fix fonts (#695) * Dev (#692) * Remove specify related applications to be added to the manifest message (#663) * Formatting related application for better display (#666) * Delay mounting codeViewer for milliseconds to fix concurrency issue (#665) * App's log is being used to load home page but not used as a back button (#664) * fix(): fixes #673 (#679) * Bug fix manifest viewer (#681) * display empty string if manifest property's value is falsely * Update the manifest as a key is up * Adding id to access an editor by getElementById on a page * Adding id to the probs and wrapping Monaco editor with a div * Adding resize event listener when it is mounted and remove when component is destroyed * Refactor code to make it DRY * Applying css rules * watching state change and reloading the editor * Debounce helper function is added and call this function to execute update manifest * Fixed undefined in related apps * Putting back event listners when editor is reloaded * Deeplinking pw aurl (#682) * Checking if a query string is matching with pwa url or not * Check a summited pwa url is already part of query string. if not, added it to the url * check and generate if pwa url is already part of query string * Overview and My Hub link is loading using query sting * Log is used to reset and load default page * Process query string and handling browser events * Fixing test fail related to it should fail a bad URL * chore(): update env to point to dev api (#685) * Service worker page cleanup (#686) * fix(): swap top and bottom code viewers * style(): make the code viewer shorter for reg code * Hide broken images (#687) * filter broken icons from the list * suggesion suggest to you to upload at least one image 512×512 or larger * fix(analytics): new markers for build and features * fix(analytics): mark exactly which worker is chosen * fix(analytics): added marker for downloaded service worker Co-authored-by: TesheG <[email protected]> * chore(): re-flip the codeviewers * style(): shorten codeviewer * chore(): update to use pwa-update component * fix(): move to local fonts + icons Co-authored-by: TesheG <[email protected]> * style(): header should be bold * Added pwa-auth to feature store (#701) * Dev (#692) * Remove specify related applications to be added to the manifest message (#663) * Formatting related application for better display (#666) * Delay mounting codeViewer for milliseconds to fix concurrency issue (#665) * App's log is being used to load home page but not used as a back button (#664) * fix(): fixes #673 (#679) * Bug fix manifest viewer (#681) * display empty string if manifest property's value is falsely * Update the manifest as a key is up * Adding id to access an editor by getElementById on a page * Adding id to the probs and wrapping Monaco editor with a div * Adding resize event listener when it is mounted and remove when component is destroyed * Refactor code to make it DRY * Applying css rules * watching state change and reloading the editor * Debounce helper function is added and call this function to execute update manifest * Fixed undefined in related apps * Putting back event listners when editor is reloaded * Deeplinking pw aurl (#682) * Checking if a query string is matching with pwa url or not * Check a summited pwa url is already part of query string. if not, added it to the url * check and generate if pwa url is already part of query string * Overview and My Hub link is loading using query sting * Log is used to reset and load default page * Process query string and handling browser events * Fixing test fail related to it should fail a bad URL * chore(): update env to point to dev api (#685) * Service worker page cleanup (#686) * fix(): swap top and bottom code viewers * style(): make the code viewer shorter for reg code * Hide broken images (#687) * filter broken icons from the list * suggesion suggest to you to upload at least one image 512×512 or larger * fix(analytics): new markers for build and features * fix(analytics): mark exactly which worker is chosen * fix(analytics): added marker for downloaded service worker Co-authored-by: TesheG <[email protected]> * chore(): re-flip the codeviewers * style(): shorten codeviewer * chore(): update to use pwa-update component * chore(): update pwa-install to latest * fix(download): shortcuts must be a real array (#698) Otherwise, llama-pack/bubblewrap will throw the following error: `twaManifest.shortcuts.map is not a function` * chore(): remove use of google fonts and move icons to be served locally (#700) * chore(): update dev from master (#694) * Dev (#692) * Remove specify related applications to be added to the manifest message (#663) * Formatting related application for better display (#666) * Delay mounting codeViewer for milliseconds to fix concurrency issue (#665) * App's log is being used to load home page but not used as a back button (#664) * fix(): fixes #673 (#679) * Bug fix manifest viewer (#681) * display empty string if manifest property's value is falsely * Update the manifest as a key is up * Adding id to access an editor by getElementById on a page * Adding id to the probs and wrapping Monaco editor with a div * Adding resize event listener when it is mounted and remove when component is destroyed * Refactor code to make it DRY * Applying css rules * watching state change and reloading the editor * Debounce helper function is added and call this function to execute update manifest * Fixed undefined in related apps * Putting back event listners when editor is reloaded * Deeplinking pw aurl (#682) * Checking if a query string is matching with pwa url or not * Check a summited pwa url is already part of query string. if not, added it to the url * check and generate if pwa url is already part of query string * Overview and My Hub link is loading using query sting * Log is used to reset and load default page * Process query string and handling browser events * Fixing test fail related to it should fail a bad URL * chore(): update env to point to dev api (#685) * Service worker page cleanup (#686) * fix(): swap top and bottom code viewers * style(): make the code viewer shorter for reg code * Hide broken images (#687) * filter broken icons from the list * suggesion suggest to you to upload at least one image 512×512 or larger * fix(analytics): new markers for build and features * fix(analytics): mark exactly which worker is chosen * fix(analytics): added marker for downloaded service worker Co-authored-by: TesheG <[email protected]> * chore(): re-flip the codeviewers * style(): shorten codeviewer * chore(): update to use pwa-update component Co-authored-by: TesheG <[email protected]> * Fix fonts (#695) * Dev (#692) * Remove specify related applications to be added to the manifest message (#663) * Formatting related application for better display (#666) * Delay mounting codeViewer for milliseconds to fix concurrency issue (#665) * App's log is being used to load home page but not used as a back button (#664) * fix(): fixes #673 (#679) * Bug fix manifest viewer (#681) * display empty string if manifest property's value is falsely * Update the manifest as a key is up * Adding id to access an editor by getElementById on a page * Adding id to the probs and wrapping Monaco editor with a div * Adding resize event listener when it is mounted and remove when component is destroyed * Refactor code to make it DRY * Applying css rules * watching state change and reloading the editor * Debounce helper function is added and call this function to execute update manifest * Fixed undefined in related apps * Putting back event listners when editor is reloaded * Deeplinking pw aurl (#682) * Checking if a query string is matching with pwa url or not * Check a summited pwa url is already part of query string. if not, added it to the url * check and generate if pwa url is already part of query string * Overview and My Hub link is loading using query sting * Log is used to reset and load default page * Process query string and handling browser events * Fixing test fail related to it should fail a bad URL * chore(): update env to point to dev api (#685) * Service worker page cleanup (#686) * fix(): swap top and bottom code viewers * style(): make the code viewer shorter for reg code * Hide broken images (#687) * filter broken icons from the list * suggesion suggest to you to upload at least one image 512×512 or larger * fix(analytics): new markers for build and features * fix(analytics): mark exactly which worker is chosen * fix(analytics): added marker for downloaded service worker Co-authored-by: TesheG <[email protected]> * chore(): re-flip the codeviewers * style(): shorten codeviewer * chore(): update to use pwa-update component * fix(): move to local fonts + icons Co-authored-by: TesheG <[email protected]> * style(): header should be bold Co-authored-by: TesheG <[email protected]> * Added pwa-auth to feature store Co-authored-by: Justin Willis <[email protected]> Co-authored-by: TesheG <[email protected]> Co-authored-by: Christian Liebel <[email protected]> * remove a specific character like period if it is at the end of the string (#703) * Better layout for Feature Store documentation + removing older unused components (Geoloc, Adaptive Card and Copy clipboard). * using generatedUrl than manifest.start_url when icons URL is prepared if it is avaliable (#717) * Edits in manifest reflect in form (#705) * Changing how the model is bound to make a two-way data binding (form to manifest and manifest to for) * Handling manifest change * Manifest is validated if it is a valid JSON format * Debounce manifest’s API call when manifest is changed * Fixed error generating signed APK (#691) * Checking if the src is a valid url and get response back with the help of NodeJS proxy * Getting a good icon from manifest. Start with 512 by 512 and if 512 doesn't exist, loop through all icons * Refactored handleTWA function to get good icon before calling generateSignedApkZip api and display error properly * Excluding uploaded icons which has data:image value to src property * Detecting when an image fails to load * Ensuring promise is resolves * Updated pwa-auth component with apple info (#725) Co-authored-by: TesheG <[email protected]> Co-authored-by: Judah Gabriel Himango <[email protected]> Co-authored-by: Christian Liebel <[email protected]> Co-authored-by: David Rousset <[email protected]> * merge * chore(): update starter to latest (#743) * Starter drop down (#745) * feat(): dropdown for starter flow * feat(): updated design Co-authored-by: TesheG <[email protected]> Co-authored-by: Judah Gabriel Himango <[email protected]> Co-authored-by: Christian Liebel <[email protected]> Co-authored-by: David Rousset <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8d9993 - Browse repository at this point
Copy the full SHA a8d9993View commit details
Commits on May 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f05e587 - Browse repository at this point
Copy the full SHA f05e587View commit details -
added inking snippet info (#758)
Co-authored-by: Killian McCoy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39ede55 - Browse repository at this point
Copy the full SHA 39ede55View commit details
Commits on May 19, 2020
-
Merge pull request #728 from pwa-builder/download_generated_images
Download generated images
Configuration menu - View commit details
-
Copy full SHA for 24fc816 - Browse repository at this point
Copy the full SHA 24fc816View commit details
Commits on May 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a31d46d - Browse repository at this point
Copy the full SHA a31d46dView commit details -
* Fix duplication of path on icons * Improve code comment * Try to fix tests * fix indention problems * Use URL solution instead * Better handling of HTTP sites (#762) * Better UI for score cards on HTTP sites * Fixed #761,download PWA zip for HTTP sites * Removed console.log * [ImgBot] Optimize images (#688) *Total -- 17,288.25kb -> 10,842.25kb (37.29%) /static/Images/assets/icons/apple-icon-192x192-frt5be1ded11c7ec66b00dd234677a5d.png -- 22.59kb -> 8.46kb (62.55%) /static/Images/assets/screenShots/s1.png -- 586.91kb -> 281.68kb (52.01%) /assets/images/pwabuilder-screen.png -- 1,110.49kb -> 550.11kb (50.46%) /static/Images/pwabuilder-screen.png -- 1,110.49kb -> 550.11kb (50.46%) /static/Images/assets/screenShots/s2.png -- 488.40kb -> 242.74kb (50.3%) /assets/images/placeHolder.png -- 8.62kb -> 4.51kb (47.69%) /static/Images/assets/screenShots/s3.png -- 365.47kb -> 197.71kb (45.9%) /assets/images/teams-screen.png -- 1,350.62kb -> 756.01kb (44.03%) /static/Images/teams-screen.png -- 1,350.62kb -> 756.01kb (44.03%) /assets/images/score-icon.png -- 3.15kb -> 1.79kb (43%) /static/Images/assets/icons/apple-icon-512x512-frt5be1ded11c593udsdsdd29fur6732.png -- 81.47kb -> 47.24kb (42.02%) /assets/images/Mask.png -- 2,146.18kb -> 1,265.59kb (41.03%) /assets/images/teams-icon.png -- 2.71kb -> 1.68kb (37.9%) /static/Images/teams-icon.png -- 2.71kb -> 1.68kb (37.9%) /assets/images/android-screen.png -- 847.08kb -> 539.20kb (36.35%) /static/Images/android-screen.png -- 847.08kb -> 539.20kb (36.35%) /assets/images/logo_npm.svg -- 0.72kb -> 0.46kb (35.77%) /static/Images/assets/screenShots/s5.png -- 148.31kb -> 97.47kb (34.28%) /static/Images/assets/screenShots/s4.png -- 134.96kb -> 89.18kb (33.92%) /static/Images/pwa-screen.png -- 1,997.90kb -> 1,330.58kb (33.4%) /assets/images/pwa-screen.png -- 1,997.90kb -> 1,330.58kb (33.4%) /assets/images/logo_stackoverflow.svg -- 1.05kb -> 0.75kb (28.43%) /assets/images/logo_twitter.svg -- 0.96kb -> 0.71kb (26.45%) /assets/images/logo_github.svg -- 1.08kb -> 0.82kb (23.69%) /assets/images/platformScreens/ios.png -- 242.96kb -> 186.04kb (23.43%) /assets/images/goButton.svg -- 0.25kb -> 0.20kb (22.01%) /static/Images/assets/screenShots/s6.png -- 436.60kb -> 341.46kb (21.79%) /assets/images/platformScreens/mac.png -- 203.07kb -> 159.29kb (21.56%) /assets/images/Diagram.png -- 29.76kb -> 23.75kb (20.2%) /assets/images/[email protected] -- 53.67kb -> 42.99kb (19.9%) /assets/images/iphoneDevice.png -- 219.44kb -> 176.14kb (19.73%) /assets/images/gbbChecked.svg -- 0.65kb -> 0.53kb (17.77%) /assets/images/lightBlueO.svg -- 0.83kb -> 0.69kb (17.66%) /assets/images/good.svg -- 1.50kb -> 1.24kb (17.47%) /assets/images/whiteO.svg -- 0.85kb -> 0.71kb (17.28%) /assets/images/lightBlue.svg -- 0.33kb -> 0.27kb (17.01%) /assets/images/gbbNotChecked.svg -- 0.47kb -> 0.39kb (16.95%) /assets/images/androidDevice.png -- 364.02kb -> 302.56kb (16.88%) /assets/images/better_disabled.svg -- 2.77kb -> 2.30kb (16.84%) /assets/images/white.svg -- 0.34kb -> 0.28kb (16.57%) /assets/images/blueO.svg -- 1.12kb -> 0.94kb (16.01%) /assets/images/best_disabled.svg -- 3.96kb -> 3.36kb (15.37%) /assets/images/platformScreens/samsung.png -- 181.11kb -> 153.53kb (15.23%) /assets/images/better.svg -- 2.71kb -> 2.30kb (14.98%) /assets/images/slectedBox.svg -- 1.20kb -> 1.02kb (14.44%) /assets/images/best.svg -- 3.90kb -> 3.35kb (14.06%) /assets/images/platformScreens/teams.png -- 327.41kb -> 282.12kb (13.83%) /assets/images/StackedCube.svg -- 1.44kb -> 1.24kb (13.77%) /assets/images/blue.svg -- 0.63kb -> 0.55kb (13.73%) /assets/images/report_card.svg -- 23.23kb -> 20.18kb (13.15%) /assets/images/platformScreens/pc.png -- 223.54kb -> 194.90kb (12.81%) /assets/images/PWABuilderLogoO.svg -- 2.70kb -> 2.36kb (12.35%) /assets/images/Diagram.svg -- 9.04kb -> 7.95kb (12.03%) /assets/images/bg_publish.svg -- 11.57kb -> 10.28kb (11.21%) /assets/images/PWABuilderLogo.svg -- 1.71kb -> 1.54kb (10.1%) /assets/images/pwaLogo.svg -- 1.60kb -> 1.44kb (9.98%) /static/fonts/icomoon.svg -- 2.84kb -> 2.62kb (8%) /assets/images/publishBackground.svg -- 1.33kb -> 1.30kb (2.2%) /assets/images/publish-bg.svg -- 1.36kb -> 1.33kb (2.09%) /static/fonts/FiraSans-Bold.svg -- 73.33kb -> 72.32kb (1.38%) /static/fonts/FiraSans-Light.svg -- 73.64kb -> 72.63kb (1.37%) /static/fonts/Bitter-Bold.svg -- 86.49kb -> 85.50kb (1.16%) /static/fonts/Bitter-Regular.svg -- 86.97kb -> 85.97kb (1.15%) /assets/images/downloadicon.png -- 0.42kb -> 0.42kb (0.69%) Signed-off-by: ImgBotApp <[email protected]> Co-authored-by: ImgBotApp <[email protected]> Co-authored-by: joel-44 <[email protected]> Co-authored-by: Judah Gabriel Himango <[email protected]> Co-authored-by: Druhin Tarafder <[email protected]> Co-authored-by: ImgBotApp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d694992 - Browse repository at this point
Copy the full SHA d694992View commit details
Commits on May 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e0135bf - Browse repository at this point
Copy the full SHA e0135bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75cb36f - Browse repository at this point
Copy the full SHA 75cb36fView commit details
Commits on May 28, 2020
-
feat(): ms teams integration (#750)
* ui finished * Fix duplication of path on icons * Improve code comment * Try to fix tests * fix indention problems * base css, will refactor more later. * publish html * publish aspect to start the integration to the api/cli * vuex binding to elements, binding the generator share state, working on the file input element and getting the upload finished. * fixed bindings, added file designation path, not onto upload. * updates to the store. * clearing out the local copy after submission? testing path stuff. should have all the necessary pieces to integrate into the api/cli * add path for build teams which wraps and validates around the build path * passing params, json version of the teamsForm * build teams related changes * rm teamslink url because not needed, introduced bug that I just fixed. * publish changes for easier mapping to msteams schema * fixed style bug, resolving the msteams path. * Use URL solution instead * add disable state to button, triggered by publish action atm... * adding ability to enable/disable the download buttonso that we can prevent premature firing of the manifest gen * basic form validation and error handling * css to make the content centered * flip order of elements * added loader, font fix. * package name -> publisher name (i.e. developer name) * publisher name edit for field * Better handling of HTTP sites (#762) * Better UI for score cards on HTTP sites * Fixed #761,download PWA zip for HTTP sites * Removed console.log * [ImgBot] Optimize images (#688) *Total -- 17,288.25kb -> 10,842.25kb (37.29%) /static/Images/assets/icons/apple-icon-192x192-frt5be1ded11c7ec66b00dd234677a5d.png -- 22.59kb -> 8.46kb (62.55%) /static/Images/assets/screenShots/s1.png -- 586.91kb -> 281.68kb (52.01%) /assets/images/pwabuilder-screen.png -- 1,110.49kb -> 550.11kb (50.46%) /static/Images/pwabuilder-screen.png -- 1,110.49kb -> 550.11kb (50.46%) /static/Images/assets/screenShots/s2.png -- 488.40kb -> 242.74kb (50.3%) /assets/images/placeHolder.png -- 8.62kb -> 4.51kb (47.69%) /static/Images/assets/screenShots/s3.png -- 365.47kb -> 197.71kb (45.9%) /assets/images/teams-screen.png -- 1,350.62kb -> 756.01kb (44.03%) /static/Images/teams-screen.png -- 1,350.62kb -> 756.01kb (44.03%) /assets/images/score-icon.png -- 3.15kb -> 1.79kb (43%) /static/Images/assets/icons/apple-icon-512x512-frt5be1ded11c593udsdsdd29fur6732.png -- 81.47kb -> 47.24kb (42.02%) /assets/images/Mask.png -- 2,146.18kb -> 1,265.59kb (41.03%) /assets/images/teams-icon.png -- 2.71kb -> 1.68kb (37.9%) /static/Images/teams-icon.png -- 2.71kb -> 1.68kb (37.9%) /assets/images/android-screen.png -- 847.08kb -> 539.20kb (36.35%) /static/Images/android-screen.png -- 847.08kb -> 539.20kb (36.35%) /assets/images/logo_npm.svg -- 0.72kb -> 0.46kb (35.77%) /static/Images/assets/screenShots/s5.png -- 148.31kb -> 97.47kb (34.28%) /static/Images/assets/screenShots/s4.png -- 134.96kb -> 89.18kb (33.92%) /static/Images/pwa-screen.png -- 1,997.90kb -> 1,330.58kb (33.4%) /assets/images/pwa-screen.png -- 1,997.90kb -> 1,330.58kb (33.4%) /assets/images/logo_stackoverflow.svg -- 1.05kb -> 0.75kb (28.43%) /assets/images/logo_twitter.svg -- 0.96kb -> 0.71kb (26.45%) /assets/images/logo_github.svg -- 1.08kb -> 0.82kb (23.69%) /assets/images/platformScreens/ios.png -- 242.96kb -> 186.04kb (23.43%) /assets/images/goButton.svg -- 0.25kb -> 0.20kb (22.01%) /static/Images/assets/screenShots/s6.png -- 436.60kb -> 341.46kb (21.79%) /assets/images/platformScreens/mac.png -- 203.07kb -> 159.29kb (21.56%) /assets/images/Diagram.png -- 29.76kb -> 23.75kb (20.2%) /assets/images/[email protected] -- 53.67kb -> 42.99kb (19.9%) /assets/images/iphoneDevice.png -- 219.44kb -> 176.14kb (19.73%) /assets/images/gbbChecked.svg -- 0.65kb -> 0.53kb (17.77%) /assets/images/lightBlueO.svg -- 0.83kb -> 0.69kb (17.66%) /assets/images/good.svg -- 1.50kb -> 1.24kb (17.47%) /assets/images/whiteO.svg -- 0.85kb -> 0.71kb (17.28%) /assets/images/lightBlue.svg -- 0.33kb -> 0.27kb (17.01%) /assets/images/gbbNotChecked.svg -- 0.47kb -> 0.39kb (16.95%) /assets/images/androidDevice.png -- 364.02kb -> 302.56kb (16.88%) /assets/images/better_disabled.svg -- 2.77kb -> 2.30kb (16.84%) /assets/images/white.svg -- 0.34kb -> 0.28kb (16.57%) /assets/images/blueO.svg -- 1.12kb -> 0.94kb (16.01%) /assets/images/best_disabled.svg -- 3.96kb -> 3.36kb (15.37%) /assets/images/platformScreens/samsung.png -- 181.11kb -> 153.53kb (15.23%) /assets/images/better.svg -- 2.71kb -> 2.30kb (14.98%) /assets/images/slectedBox.svg -- 1.20kb -> 1.02kb (14.44%) /assets/images/best.svg -- 3.90kb -> 3.35kb (14.06%) /assets/images/platformScreens/teams.png -- 327.41kb -> 282.12kb (13.83%) /assets/images/StackedCube.svg -- 1.44kb -> 1.24kb (13.77%) /assets/images/blue.svg -- 0.63kb -> 0.55kb (13.73%) /assets/images/report_card.svg -- 23.23kb -> 20.18kb (13.15%) /assets/images/platformScreens/pc.png -- 223.54kb -> 194.90kb (12.81%) /assets/images/PWABuilderLogoO.svg -- 2.70kb -> 2.36kb (12.35%) /assets/images/Diagram.svg -- 9.04kb -> 7.95kb (12.03%) /assets/images/bg_publish.svg -- 11.57kb -> 10.28kb (11.21%) /assets/images/PWABuilderLogo.svg -- 1.71kb -> 1.54kb (10.1%) /assets/images/pwaLogo.svg -- 1.60kb -> 1.44kb (9.98%) /static/fonts/icomoon.svg -- 2.84kb -> 2.62kb (8%) /assets/images/publishBackground.svg -- 1.33kb -> 1.30kb (2.2%) /assets/images/publish-bg.svg -- 1.36kb -> 1.33kb (2.09%) /static/fonts/FiraSans-Bold.svg -- 73.33kb -> 72.32kb (1.38%) /static/fonts/FiraSans-Light.svg -- 73.64kb -> 72.63kb (1.37%) /static/fonts/Bitter-Bold.svg -- 86.49kb -> 85.50kb (1.16%) /static/fonts/Bitter-Regular.svg -- 86.97kb -> 85.97kb (1.15%) /assets/images/downloadicon.png -- 0.42kb -> 0.42kb (0.69%) Signed-off-by: ImgBotApp <[email protected]> Co-authored-by: ImgBotApp <[email protected]> * fix validation error * Capitalize publisher name placeholder * rename prop. * remove generate missing images... we don't need this if they are uploading both images atm anyway * Button fix (#772) * fix(): button is aligned correctly * fix(): fix remaining links for ado (#770) * style(): remove unneeded borders * adding the filename to the data uri... * making the silhouette optional * fix spinner location Co-authored-by: joel-44 <[email protected]> Co-authored-by: Judah Gabriel Himango <[email protected]> Co-authored-by: Druhin Tarafder <[email protected]> Co-authored-by: ImgBotApp <[email protected]> Co-authored-by: Rumsha Siddiqui <[email protected]> Co-authored-by: Justin Willis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 529bc18 - Browse repository at this point
Copy the full SHA 529bc18View commit details -
something else was changed/fixed that caused the ems to break the pag…
…e, added some styles instead to help the mobile experience
Configuration menu - View commit details
-
Copy full SHA for 3909eed - Browse repository at this point
Copy the full SHA 3909eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4f3d94 - Browse repository at this point
Copy the full SHA b4f3d94View commit details
Commits on May 29, 2020
-
Merge pull request #782 from pwa-builder/issue748
appx modal layout fixes
Configuration menu - View commit details
-
Copy full SHA for 8ee7b2c - Browse repository at this point
Copy the full SHA 8ee7b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e697c - Browse repository at this point
Copy the full SHA 02e697cView commit details
Commits on Jun 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d8ee916 - Browse repository at this point
Copy the full SHA d8ee916View commit details -
* point to pre for sanity testing. * changes for preview testing * Revert "changes for preview testing" This reverts commit 997a91e.
Configuration menu - View commit details
-
Copy full SHA for 5799f10 - Browse repository at this point
Copy the full SHA 5799f10View commit details
Commits on Jun 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fca6d93 - Browse repository at this point
Copy the full SHA fca6d93View commit details
Commits on Jun 5, 2020
-
Added screenshot service integration
Amrutha Srinivasan committedJun 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 3a28139 - Browse repository at this point
Copy the full SHA 3a28139View commit details -
Added screenshot service integration
Amrutha Srinivasan committedJun 5, 2020 Configuration menu - View commit details
-
Copy full SHA for f4fd898 - Browse repository at this point
Copy the full SHA f4fd898View commit details
Commits on Jun 6, 2020
-
Amrutha Srinivasan committed
Jun 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 557a16f - Browse repository at this point
Copy the full SHA 557a16fView commit details
Commits on Jun 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 19c98a2 - Browse repository at this point
Copy the full SHA 19c98a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6561697 - Browse repository at this point
Copy the full SHA 6561697View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46a04b3 - Browse repository at this point
Copy the full SHA 46a04b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc6d54 - Browse repository at this point
Copy the full SHA 8cc6d54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a6eb5b - Browse repository at this point
Copy the full SHA 2a6eb5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 749f188 - Browse repository at this point
Copy the full SHA 749f188View commit details -
Configuration menu - View commit details
-
Copy full SHA for 261e343 - Browse repository at this point
Copy the full SHA 261e343View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3d4a57 - Browse repository at this point
Copy the full SHA a3d4a57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b71f1 - Browse repository at this point
Copy the full SHA 35b71f1View commit details -
Amrutha Srinivasan committed
Jun 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 5e1c400 - Browse repository at this point
Copy the full SHA 5e1c400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 894ecd2 - Browse repository at this point
Copy the full SHA 894ecd2View commit details -
Merge pull request #794 from pwa-builder/accessibility
Accessibility fixes
Configuration menu - View commit details
-
Copy full SHA for 2faa90d - Browse repository at this point
Copy the full SHA 2faa90dView commit details
Commits on Jun 9, 2020
-
Amrutha Srinivasan committed
Jun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for c2fa100 - Browse repository at this point
Copy the full SHA c2fa100View commit details -
Amrutha Srinivasan committed
Jun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 5680559 - Browse repository at this point
Copy the full SHA 5680559View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd1d29 - Browse repository at this point
Copy the full SHA cdd1d29View commit details -
Merge pull request #798 from pwa-builder/screenshotService
Screenshot service
Configuration menu - View commit details
-
Copy full SHA for 2ec4027 - Browse repository at this point
Copy the full SHA 2ec4027View commit details
Commits on Jun 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5e43e26 - Browse repository at this point
Copy the full SHA 5e43e26View commit details -
Amrutha Srinivasan committed
Jun 10, 2020 Configuration menu - View commit details
-
Copy full SHA for c53f4a2 - Browse repository at this point
Copy the full SHA c53f4a2View commit details -
Merge pull request #803 from pwa-builder/screenshotService
Css for screenshot carousel
Configuration menu - View commit details
-
Copy full SHA for 4ada7b9 - Browse repository at this point
Copy the full SHA 4ada7b9View commit details
Commits on Jun 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5cca07d - Browse repository at this point
Copy the full SHA 5cca07dView commit details
Commits on Jun 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2dcad75 - Browse repository at this point
Copy the full SHA 2dcad75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a495e7 - Browse repository at this point
Copy the full SHA 9a495e7View commit details
Commits on Jun 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9191df0 - Browse repository at this point
Copy the full SHA 9191df0View commit details
Commits on Jun 17, 2020
-
Amrutha Srinivasan committed
Jun 17, 2020 Configuration menu - View commit details
-
Copy full SHA for e38b458 - Browse repository at this point
Copy the full SHA e38b458View commit details
Commits on Jun 19, 2020
-
Merge pull request #812 from pwa-builder/screenshotService
Screenshot service
Configuration menu - View commit details
-
Copy full SHA for 1907a0f - Browse repository at this point
Copy the full SHA 1907a0fView commit details
Commits on Jun 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 20d1dbc - Browse repository at this point
Copy the full SHA 20d1dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27ffbf3 - Browse repository at this point
Copy the full SHA 27ffbf3View commit details
Commits on Jun 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for efe8539 - Browse repository at this point
Copy the full SHA efe8539View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbae3ad - Browse repository at this point
Copy the full SHA fbae3adView commit details -
Error handling for screenshot urls (#849)
Authored-by: Amrutha Srinivasan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69d1d98 - Browse repository at this point
Copy the full SHA 69d1d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2331049 - Browse repository at this point
Copy the full SHA 2331049View commit details -
Merge pull request #867 from pwa-builder/publishPageNavigation
PWABuilder's Publish page is properly working with navigation
Configuration menu - View commit details
-
Copy full SHA for 48db708 - Browse repository at this point
Copy the full SHA 48db708View commit details
Commits on Jun 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5151565 - Browse repository at this point
Copy the full SHA 5151565View commit details