Laurent Payot
Laurent Payot
> Its a good suggestion, but a `` sounds weird/confusing and its not our default option to work with different sizes. Sure, it was just to tell how Spectrecss dit...
@leonardorafael (and @findborg) > Hi, how about to use the helpers `small`, `medium`, `large` on `h1...h6` elements? Looks like a good idea to me :+1:
FR6: [Empty states](https://material.io/archive/guidelines/patterns/empty-states.html#)? (colors etc.) (example: https://picturepan2.github.io/spectre/components/empty.html)
@leonardorafael Nice examples. Would be helpful in the docs :+1:
> > The demo image in the `UIs that feel at home wherever they are deployed` section on the main page is updated. The ionic `ion-tab-bar` component itself is not...
Major changes are listed at https://material.io/blog/migrating-material-3
> Is there the source code of the Android screenshot shown in the "Infinitely Customizable" section on https://ionicframework.com/? It's very similar to Material 3. @ozgurg [the same comment was made...
In a recent Meetup, a guy from a relatively big financial startup told me offline stuff is so complex that they were trying to reverse-engineer Firebase to see how they...
@eldadfux Will offline persistence also work in web workers [like Firestore](https://github.com/firebase/firebase-js-sdk/issues/983)?
I’m not an Angular user but I’m using auth in a web worker without issue. You have to prevent the usage of DOM related functions at auth init. See the...