progress icon indicating copy to clipboard operation
progress copied to clipboard

This package adds an NProgress page loading indicator to your Inertia.js app.

Results 8 progress issues
Sort by recently updated
recently updated
newest added

Getting the error: `vendor.js:653 Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self' https://fonts.googleapis.com 'nonce-gNubTa9xLIALXt6z6cKEdnsNwMUGMx6d'". Either the 'unsafe-inline' keyword, a hash ('sha256-UTjtaAWWTyzFjRKbltk24jHijlTbP20C1GUYaWPqg7E='), or...

### Versions: - `@inertiajs/inertia` version:0.9.4 - `@inertiajs/inertia-vue3` version: 0.4.7 ### Describe the problem: I'm using `$inertia.reload()` in my mounted hook to fetch data that takes a bit longer to retrieve...

This PR adds an `initializeProgress` function which does the exact same thing as `InertiaProgress#init`, but with a syntax that is more in-line with the usual functional approach of JavaScript. Basically,...

NProgress provides an option to specify the parent container in the DOM to which the progress bar should be added. With the update, the option also becomes available for the...

I introduced an error event that gets triggered when an error occurs during the progress tracking. ```js Progress.init({ // configuration options... }); function customErrorHandler(error) { // Handle the error... }...

So that we can control the height of the bar without using css ``` InertiaProgress.init({ // The delay after which the progress bar will // appear during navigation, in milliseconds....

Popular React MUI library has z-index for AppBars equal to 1100. Your's is 1031. So it is not visible now under AppBars.