Jeff Chung

Results 8 issues of Jeff Chung

![Screenshot 2020-04-22 at 11 11 51 AM](https://user-images.githubusercontent.com/5248427/79936449-17ed4380-848a-11ea-8992-107f987b6226.png) I want to allow people to edit the index page for dropping the slider in the admin portal which ```javascript export const UpcomingAuction...

### Preconditions 1. Magento: 2.2.8 2. PHP: 7 3. MySQL: 5.6 4. ### Steps to reproduce 1. download social suite 2. php bin/magento setup:upgrade 3. php bin/magento setup:static-content:deploy -f 4....

SPA - React and Redux

enhancement

[Admin](https://github.com/marmelab/admin-on-rest)

enhancement

It is good to have option that ``` ``` My current simulation of it is ``` if (this._notificationSystem.state.notifications.length > 3) { let allUIds = this._notificationSystem.state.notifications.map( notification => notification.uid ); let...

enhancement
help wanted

I like the concept, the ecosystem of the saga in redux-toolkit is bad due to the default async tool is redux-thunk

If the water fall js called before the css loaded,it will cause a css error,so I need to called following code to avoid those issue ``` javascript $(window).load(function() { var...