John Flow

Results 13 issues of John Flow

Hi, windows installation was unattended, overnight and installed with unknown username and password. what is the default username and password?

```js beforeShow:() =>{ $('.fancybox-button--thumbs').off('click touchstart').on('click touchstart',function(){ var $containerThumbs = $('.fancybox-thumbs'); if($containerThumbs.hasClass('fancybox-thumbs-x')){ $containerThumbs.slideToggle(); } else if($containerThumbs.hasClass('fancybox-thumbs-y')){ $containerThumbs.toggle("slideLeft"); } }) }

Feature request

add examples of working with the API using https://jsonplaceholder.typicode.com/. To demonstrate how you can use a shell in conjunction with fetch, handle fetch when the user is offline - shell...

enhancement

Using the React Context API, add an extension for the JWT, with methods for authorization, refresh token, logout, and state storage for the JWT to work successfully. Demonstrate receiving data...

enhancement

add a global error handler (react error boundary)

enhancement

Hi I suggest adding demo pages for errors 500, 403. To switch to them, you need to throw an exception with status 500 or 403 I would be very grateful...

enhancement

adaptation of the project for asp core 3.0 with hot reload by Westwind.AspnetCore.LiveReload,because hot reload from asp core 2.2 stopped working

Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous...

everything works as before, the flag "displayedDataOnly" was added, the default value of which is true - which means, unload only what is displayed on the screen, otherwise, unload all...

with virtual scroll and single/miltiple select? I have some sketches, I could contribute, is there some common interface for components working with a data source, select and multi select? for...

new component