File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ @page " /local-files"
2+
3+ <style >
4+ .e-filemanager .e-splitter {
5+ height : 75vh !important ;
6+ }
7+
8+ .e-filemanager {
9+ height : 80vh !important ;
10+ }
11+ </style >
12+
13+ <h3 >
14+ <i class =" bi bi-folder2-open me-2" ></i >Local File Manager
15+ </h3 >
16+
17+ <TelegramDownloader .Pages.Partials.impl.LocalFileManagerImpl id =" local" isShared =" true" ></TelegramDownloader .Pages.Partials.impl.LocalFileManagerImpl >
Original file line number Diff line number Diff line change 555555 <button class =" sidebar-action-btn" @onclick =" showPlayer" title =" Audio Player" >
556556 <i class =" bi bi-music-note-beamed" ></i >
557557 </button >
558+ <button class =" sidebar-action-btn" @onclick =" OpenLocalFiles" title =" Local Files" >
559+ <i class =" bi bi-folder2-open" ></i >
560+ </button >
558561 <button class =" sidebar-action-btn" @onclick =" HandleThreeDots" title =" More options" >
559562 <i class =" bi bi-three-dots-vertical" ></i >
560563 </button >
875878 uriHelper .NavigateTo (route , forceLoad : true , replace : false );
876879 }
877880
881+ private void OpenLocalFiles ()
882+ {
883+ ToggleNavMenu ();
884+ uriHelper .NavigateTo (" /local-files" );
885+ }
886+
878887 public async Task searchChat ()
879888 {
880889 await OnInitializedAsync ();
You can’t perform that action at this time.
0 commit comments