mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
V1.1
User Authentication - Login to user account - Register new user account - Reset user password Functionality - Added locations to menu - Added trash for deleted folders & files - Restore files or folders from trash - Empty trash function - Favourites folders - List of 5 latest uploads - Profile settings page - Storage info and upload limits Design - Night Mode - Navigation sidebar - Quick action buttons in mobile version - Improved mobile UX - Other small design improvements Settings - Enable/Disable user account registration - Set storage limitation - Set storage capacity for all users
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<script src="{{ mix('js/main.js') }}"></script>
|
||||
@if(env('APP_ENV') !== 'local')
|
||||
<script src="{{ asset('js/main.js') }}"></script>
|
||||
@else
|
||||
<script src="{{ mix('js/main.js') }}"></script>
|
||||
@endif
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user