Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary wailsjs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
achhabra2 committed Jun 6, 2022
1 parent 37adb05 commit a0e0e33
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 595 deletions.
2 changes: 1 addition & 1 deletion frontend/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/dist/bundle.js.map

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions frontend/wailsjs/go/main/App.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,50 @@
// This file is automatically generated. DO NOT EDIT
import {settings} from '../models';

export function GetLogPath():Promise<string>;
export function ShowErrorDialog(arg1:string):void;

export function OpenDirectoryDialog():Promise<Array<string>|Error>;
export function UpdateSendProgress(arg1:number,arg2:number):void;

export function SendFile(arg1:string):void;
export function AppInstalledFromPackageManager():Promise<boolean>;

export function SetNotificationsParam(arg1:boolean):Promise<boolean>;
export function SetOverwriteParam(arg1:boolean):Promise<boolean>;

export function ShowErrorDialog(arg1:string):void;
export function GetUserPrefs():Promise<settings.UserSettings>;

export function VerifyNotificationIcon():Promise<string>;
export function OpenDirectoryDialog():Promise<Array<string>|Error>;

export function CancelWormholeRequest():void;
export function ReceiveFile(arg1:string):void;

export function ClearSelectedFiles():void;
export function SetNotificationsParam(arg1:boolean):Promise<boolean>;

export function GetUserPrefs():Promise<settings.UserSettings>;
export function VerifyNotificationIcon():Promise<string>;

export function OpenFile(arg1:string):void;
export function GetCurrentVersion():Promise<string>;

export function ReceiveFile(arg1:string):void;
export function GetReceivedFile():Promise<string>;

export function SetOverwriteParam(arg1:boolean):Promise<boolean>;
export function SendFile(arg1:string):void;

export function SetSelfUpdateParam(arg1:boolean):Promise<boolean>;
export function SetDownloadsFolder():Promise<string>;

export function UpdateCheckUI():void;
export function GetSelectedFiles():Promise<Array<string>>;

export function AppInstalledFromPackageManager():Promise<boolean>;
export function PersistUserSettings():void;

export function GetCurrentVersion():Promise<string>;
export function GetLogPath():Promise<string>;

export function OpenFile(arg1:string):void;

export function OpenFilesDialog():Promise<Array<string>|Error>;

export function PersistUserSettings():void;
export function SelectedFilesSend():void;

export function SendDirectory(arg1:string):void;

export function SetDownloadsFolder():Promise<string>;

export function UpdateSendProgress(arg1:number,arg2:number):void;
export function SetSelfUpdateParam(arg1:boolean):Promise<boolean>;

export function GetReceivedFile():Promise<string>;
export function CancelWormholeRequest():void;

export function GetSelectedFiles():Promise<Array<string>>;
export function ClearSelectedFiles():void;

export function SelectedFilesSend():void;
export function UpdateCheckUI():void;
92 changes: 46 additions & 46 deletions frontend/wailsjs/go/main/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,98 +2,98 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT

export function GetLogPath() {
return window['go']['main']['App']['GetLogPath']();
export function ShowErrorDialog(arg1) {
window['go']['main']['App']['ShowErrorDialog'](arg1);
}

export function OpenDirectoryDialog() {
return window['go']['main']['App']['OpenDirectoryDialog']();
export function UpdateSendProgress(arg1, arg2) {
window['go']['main']['App']['UpdateSendProgress'](arg1, arg2);
}

export function SendFile(arg1) {
window['go']['main']['App']['SendFile'](arg1);
export function AppInstalledFromPackageManager() {
return window['go']['main']['App']['AppInstalledFromPackageManager']();
}

export function SetNotificationsParam(arg1) {
return window['go']['main']['App']['SetNotificationsParam'](arg1);
export function SetOverwriteParam(arg1) {
return window['go']['main']['App']['SetOverwriteParam'](arg1);
}

export function ShowErrorDialog(arg1) {
window['go']['main']['App']['ShowErrorDialog'](arg1);
export function GetUserPrefs() {
return window['go']['main']['App']['GetUserPrefs']();
}

export function VerifyNotificationIcon() {
return window['go']['main']['App']['VerifyNotificationIcon']();
export function OpenDirectoryDialog() {
return window['go']['main']['App']['OpenDirectoryDialog']();
}

export function CancelWormholeRequest() {
window['go']['main']['App']['CancelWormholeRequest']();
export function ReceiveFile(arg1) {
window['go']['main']['App']['ReceiveFile'](arg1);
}

export function ClearSelectedFiles() {
window['go']['main']['App']['ClearSelectedFiles']();
export function SetNotificationsParam(arg1) {
return window['go']['main']['App']['SetNotificationsParam'](arg1);
}

export function GetUserPrefs() {
return window['go']['main']['App']['GetUserPrefs']();
export function VerifyNotificationIcon() {
return window['go']['main']['App']['VerifyNotificationIcon']();
}

export function OpenFile(arg1) {
window['go']['main']['App']['OpenFile'](arg1);
export function GetCurrentVersion() {
return window['go']['main']['App']['GetCurrentVersion']();
}

export function ReceiveFile(arg1) {
window['go']['main']['App']['ReceiveFile'](arg1);
export function GetReceivedFile() {
return window['go']['main']['App']['GetReceivedFile']();
}

export function SetOverwriteParam(arg1) {
return window['go']['main']['App']['SetOverwriteParam'](arg1);
export function SendFile(arg1) {
window['go']['main']['App']['SendFile'](arg1);
}

export function SetSelfUpdateParam(arg1) {
return window['go']['main']['App']['SetSelfUpdateParam'](arg1);
export function SetDownloadsFolder() {
return window['go']['main']['App']['SetDownloadsFolder']();
}

export function UpdateCheckUI() {
window['go']['main']['App']['UpdateCheckUI']();
export function GetSelectedFiles() {
return window['go']['main']['App']['GetSelectedFiles']();
}

export function AppInstalledFromPackageManager() {
return window['go']['main']['App']['AppInstalledFromPackageManager']();
export function PersistUserSettings() {
window['go']['main']['App']['PersistUserSettings']();
}

export function GetCurrentVersion() {
return window['go']['main']['App']['GetCurrentVersion']();
export function GetLogPath() {
return window['go']['main']['App']['GetLogPath']();
}

export function OpenFile(arg1) {
window['go']['main']['App']['OpenFile'](arg1);
}

export function OpenFilesDialog() {
return window['go']['main']['App']['OpenFilesDialog']();
}

export function PersistUserSettings() {
window['go']['main']['App']['PersistUserSettings']();
export function SelectedFilesSend() {
window['go']['main']['App']['SelectedFilesSend']();
}

export function SendDirectory(arg1) {
window['go']['main']['App']['SendDirectory'](arg1);
}

export function SetDownloadsFolder() {
return window['go']['main']['App']['SetDownloadsFolder']();
}

export function UpdateSendProgress(arg1, arg2) {
window['go']['main']['App']['UpdateSendProgress'](arg1, arg2);
export function SetSelfUpdateParam(arg1) {
return window['go']['main']['App']['SetSelfUpdateParam'](arg1);
}

export function GetReceivedFile() {
return window['go']['main']['App']['GetReceivedFile']();
export function CancelWormholeRequest() {
window['go']['main']['App']['CancelWormholeRequest']();
}

export function GetSelectedFiles() {
return window['go']['main']['App']['GetSelectedFiles']();
export function ClearSelectedFiles() {
window['go']['main']['App']['ClearSelectedFiles']();
}

export function SelectedFilesSend() {
window['go']['main']['App']['SelectedFilesSend']();
export function UpdateCheckUI() {
window['go']['main']['App']['UpdateCheckUI']();
}
1 change: 0 additions & 1 deletion wailsjs/runtime/ipcdev.js

This file was deleted.

24 changes: 0 additions & 24 deletions wailsjs/runtime/package.json

This file was deleted.

85 changes: 0 additions & 85 deletions wailsjs/runtime/runtime.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion wailsjs/runtime/runtime.js

This file was deleted.

Loading

0 comments on commit a0e0e33

Please sign in to comment.