Skip to content

Commit

Permalink
MI-121: Add Image File Upload with Preview and Drag-n-Drop Support (#464
Browse files Browse the repository at this point in the history
)

* MI-121: Add Image File Upload with Preview and Drag-n-Drop Support

* 2.0.27
  • Loading branch information
kevinpjones authored Mar 25, 2024
1 parent e09a8c5 commit 0e082d1
Show file tree
Hide file tree
Showing 15 changed files with 2,139 additions and 70 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ node_modules
dist
storybook-static
coverage
.vscode
.vscode
.idea
1 change: 1 addition & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import * as configs from '@/config';
import PrimeVue from 'primevue/config';

import '@/assets/styles/main.scss';
import 'primeicons/primeicons.css';

setup((app) => {
app.use(configs.constants);
Expand Down
Loading

0 comments on commit 0e082d1

Please sign in to comment.