Skip to content
#

module

Here are 3,445 public repositories matching this topic...

elasticsuite
DanieliMi
DanieliMi commented Jan 30, 2019

Preconditions

Full elasticsuite installed
Catalog is protected by login

Magento Version : 2.2.6
ElasticSuite Version : 2.64
Environment : Developer or Production
Third party modules : Quite some :-)

Steps to reproduce

  1. Login to the shop with a wrong password
  2. Flash messages 'You did not sign in correctly or your account is temporarily disabled.' is shown
  3. Login with
dkwl93
dkwl93 commented Dec 5, 2019

Example,

import React from 'react'
import { View } from 'react-native'
import ShimmerPlaceHolder from 'react-native-shimmer-placeholder'

const SomeComponent = () => (
  <View style={{ flex: 1 }}>
    <ShimmerPlaceHolder style={{ height: 60, alignSelf: 'stretch' }} />
  <View />
)

Expected outcome

  • A shimmer placeholder is shown with height of 60 and width = width of screen

Improve this page

Add a description, image, and links to the module topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the module topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.