Skip to content
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

Merged
merged 76 commits into from
Jun 25, 2020
Merged

Update master from dev #887

merged 76 commits into from
Jun 25, 2020

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    913ed72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60e45d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07b0a53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d297cf7 View commit details
    Browse the repository at this point in the history
  5. rm file, moving it to a synchronous location, send pr, then ask where…

    … to capitalize on service worker
    lee-leonardo committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    fe6fa84 View commit details
    Browse the repository at this point in the history
  6. storing progress atm, 2 things to fix:

    1. move into service worker.
    2. outputting as text files.
    lee-leonardo committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    9f1f40a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. package changes

    lee-leonardo committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    1e1ef3e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    1e7e1a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    116f796 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    e686925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcbf226 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    2bf792b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe04bb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    c227154 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4abb8f0 View commit details
    Browse the repository at this point in the history
  3. Revert "default headers with origin url corrected."

    This reverts commit 4abb8f0.
    lee-leonardo committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    0d9eaeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bef2a8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7dc00d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1557798 View commit details
    Browse the repository at this point in the history
  7. finalizing this aspect... download js is not downloading the file cor…

    …rectly, I think it has to do with the axios response handling it.
    lee-leonardo committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    a718b2d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a328917 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Configuration menu
    Copy the full SHA
    2c525da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64a1b65 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    6e4c49e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Update dev from master (#746)

    * 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]>
    5 people authored May 7, 2020
    Configuration menu
    Copy the full SHA
    a8d9993 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Merge branch 'master' into dev

    jgw96 authored May 15, 2020
    Configuration menu
    Copy the full SHA
    f05e587 View commit details
    Browse the repository at this point in the history
  2. added inking snippet info (#758)

    Co-authored-by: Killian McCoy <[email protected]>
    jgw96 and mccoykillian authored May 15, 2020
    Configuration menu
    Copy the full SHA
    39ede55 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Merge pull request #728 from pwa-builder/download_generated_images

    Download generated images
    JudahGabriel authored May 19, 2020
    Configuration menu
    Copy the full SHA
    24fc816 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    a31d46d View commit details
    Browse the repository at this point in the history
  2. update dev from master (#766)

    * 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]>
    5 people authored May 21, 2020
    Configuration menu
    Copy the full SHA
    d694992 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. chore(): update to new link

    jgw96 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    e0135bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75cb36f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. 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]>
    7 people authored May 28, 2020
    Configuration menu
    Copy the full SHA
    529bc18 View commit details
    Browse the repository at this point in the history
  2. something else was changed/fixed that caused the ems to break the pag…

    …e, added some styles instead to help the mobile experience
    lee-leonardo committed May 28, 2020
    Configuration menu
    Copy the full SHA
    3909eed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4f3d94 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Merge pull request #782 from pwa-builder/issue748

    appx modal layout fixes
    JudahGabriel authored May 29, 2020
    Configuration menu
    Copy the full SHA
    8ee7b2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02e697c View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Configuration menu
    Copy the full SHA
    d8ee916 View commit details
    Browse the repository at this point in the history
  2. Preview tmp point (#786)

    * point to pre for sanity testing.
    
    * changes for preview testing
    
    * Revert "changes for preview testing"
    
    This reverts commit 997a91e.
    lee-leonardo authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    5799f10 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    fca6d93 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Added screenshot service integration

    Amrutha Srinivasan committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    3a28139 View commit details
    Browse the repository at this point in the history
  2. Added screenshot service integration

    Amrutha Srinivasan committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    f4fd898 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Changes

    Amrutha Srinivasan committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    557a16f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. fix(): add html lang attribute

    jgw96 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    19c98a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6561697 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46a04b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cc6d54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a6eb5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    749f188 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    261e343 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3d4a57 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    35b71f1 View commit details
    Browse the repository at this point in the history
  10. Changedurl

    Amrutha Srinivasan committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    5e1c400 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    894ecd2 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #794 from pwa-builder/accessibility

    Accessibility fixes
    JudahGabriel authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    2faa90d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Merge conflicts

    Amrutha Srinivasan committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    c2fa100 View commit details
    Browse the repository at this point in the history
  2. Merge conflicts

    Amrutha Srinivasan committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    5680559 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdd1d29 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #798 from pwa-builder/screenshotService

    Screenshot service
    JudahGabriel authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    2ec4027 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    5e43e26 View commit details
    Browse the repository at this point in the history
  2. Css for screenshot carousel

    Amrutha Srinivasan committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    c53f4a2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #803 from pwa-builder/screenshotService

    Css for screenshot carousel
    JudahGabriel authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    4ada7b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    5cca07d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. feat(): update to new starter

    jgw96 committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    2dcad75 View commit details
    Browse the repository at this point in the history
  2. merge conflicts

    jgw96 committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    9a495e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. chore(): update to new url

    jgw96 committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    9191df0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Invaid toast

    Amrutha Srinivasan committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    e38b458 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Merge pull request #812 from pwa-builder/screenshotService

    Screenshot service
    JudahGabriel authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    1907a0f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    20d1dbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27ffbf3 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    efe8539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbae3ad View commit details
    Browse the repository at this point in the history
  3. Error handling for screenshot urls (#849)

    Authored-by: Amrutha Srinivasan <[email protected]>
    amrutha95 authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    69d1d98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2331049 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #867 from pwa-builder/publishPageNavigation

    PWABuilder's Publish page is properly working with navigation
    JudahGabriel authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    48db708 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. chore(): hide teams platform

    jgw96 committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    5151565 View commit details
    Browse the repository at this point in the history