Add progress bar to model uploads
This commit is contained in:
parent
1e8bc3e14c
commit
5e806aa39e
7 changed files with 171 additions and 82 deletions
|
@ -4,7 +4,7 @@ import Rails from 'rails-ujs';
|
|||
import * as ActiveStorage from 'activestorage';
|
||||
import jQuery from 'jquery';
|
||||
|
||||
import '../shared/activestorage/progress';
|
||||
import '../shared/activestorage/ujs';
|
||||
import '../shared/sentry';
|
||||
import '../shared/rails-ujs-fix';
|
||||
import '../shared/safari-11-file-xhr-workaround';
|
||||
|
|
|
@ -5,7 +5,7 @@ import * as ActiveStorage from 'activestorage';
|
|||
import Chartkick from 'chartkick';
|
||||
import Highcharts from 'highcharts';
|
||||
|
||||
import '../shared/activestorage/progress';
|
||||
import '../shared/activestorage/ujs';
|
||||
import '../shared/sentry';
|
||||
import '../shared/rails-ujs-fix';
|
||||
import '../shared/safari-11-file-xhr-workaround';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue