Added navigator to shared page with folders when you have multiple folders within for better user experience

Title name of favourite folder overflowed sidebar when you have long title
Share button in image preview appear when you are in shared public folder
This commit is contained in:
Peter Papp
2020-11-21 10:33:27 +01:00
parent a3dd817e7a
commit a72a672aaf
8 changed files with 269 additions and 187 deletions

View File

@@ -99,7 +99,6 @@ Route::group(['middleware' => ['auth:api', 'auth.master', 'scope:master']], func
// Browse
Route::get('/participant-uploads', 'FileBrowser\BrowseController@participant_uploads');
Route::get('/file-detail/{unique_id}', 'FileBrowser\BrowseController@file_detail');
Route::get('/navigation', 'FileBrowser\BrowseController@navigation_tree');
Route::get('/folders/{unique_id}', 'FileBrowser\BrowseController@folder');
Route::get('/shared-all', 'FileBrowser\BrowseController@shared');