Skip to content
#

PWA

pwa logo

Progressive Web Apps start with a traditional web site/application and progressively enhance with modern features. When sites are secure they can leverage ServiceWorkers to provider users with offline support, Push notifications can help re-engage users, and Web App Manifests let users install PWAs alongside native apps.

Here are 6,924 public repositories matching this topic...

sguzmanm
sguzmanm commented Oct 24, 2021

Is your feature request related to a problem? Please describe.
Mostly maintainability and code readability. When you make a change to any of these renderers you are forced to copy the same code more than three times

Describe the solution you'd like
A global component for rendering the response that receives as inputs:

  • The response
  • List of actions and a callback for each of the
connorjclark
connorjclark commented Oct 6, 2021

https://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/audits/image-size-responsive.js#L149

This is the only audit that saves a separate "elidedUrl" property. All other audits save the result of URL.elideDataURI to their url property. We should just set url to this elided value, and drop elidedUrl. Otherwise, data uir images failing this audit will make the LHR larger th

IlCallo
IlCallo commented Sep 22, 2021

Describe the bug
When createUploaderComponent has been created, emits specification only described the usage as an array (eg. ['update:label', 'change']), later on they added the ability to provide an object for stricter type checking and validation, very much like props.
Currently createUploaderComponent only supports emits as an array and props as an object

**Codepen/jsFid

stencil
Amiiiirali
Amiiiirali commented Aug 17, 2021

Stencil version:

 @stencil/core@2.6.0

I'm submitting a:
[X ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/

Current behavior:
The output target dist-custom-elements-bundle does not attachShadow with delegatesF

vue-storefront
Fifciu
Fifciu commented Jun 22, 2021

Currently, catch block is the same for both methods in useForgotPasswordFactory (https://github.com/vuestorefront/vue-storefront/pull/5971/files/0e001721be751b0b0130915023ea0867722e1065#diff-89077440c1264480ee6ffbbcfb08d6c64c9881bea61ebbd8e0e5d260085b66ad):

err.message = err?.graphQLErrors?.[0]?.message || err.message;

Let's create an external function that takes care of that a

capacitor

Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.

  • Updated Jun 16, 2019
  • CSS
Reactive-Resume