Commit Graph
16 Commits
Author SHA1 Message Date
Benjamin Arntzen 72e5ab8d8d Refactored HTML and added a new module import in main.go. 2024-06-27 05:54:31 +01:00
Benjamin Arntzen 2ee75bb76f Add context initialization in NewApp and process logs in fetchLogs. 2024-06-27 05:54:03 +01:00
Benjamin Arntzen 58a3c5fa7b Remove unused import statement. 2024-06-27 05:53:57 +01:00
Benjamin Arntzen (aider) 0025f3a799 Move app struct and methods to app.go. 2024-06-27 05:52:18 +01:00
Benjamin Arntzen (aider) 24c2e4a37f App struct and methods moved to app.go. 2024-06-27 05:52:01 +01:00
Benjamin Arntzen (aider) dd2676c72a Refactor project structure to use relative import path for app package. 2024-06-27 05:51:36 +01:00
Benjamin Arntzen (aider) 6c70d5159c Update import path for the app package. 2024-06-27 05:51:06 +01:00
Benjamin Arntzen (aider) 9ea2e7e4b3 Add import for custom app package. 2024-06-27 05:50:51 +01:00
Benjamin Arntzen (aider) c7c16c1d35 Removed unnecessary build constraint and logging import from main.go. 2024-06-27 05:48:27 +01:00
Benjamin Arntzen (aider) b1aea1855a Replaced fatal error logging with println for better error handling. 2024-06-27 05:48:03 +01:00
Benjamin Arntzen (aider) af09d27080 Implemented Wails build tag in main.go file. 2024-06-27 05:47:45 +01:00
Benjamin Arntzen (aider) dffa2621c1 Implemented startup method to save the application context. 2024-06-27 05:47:15 +01:00
Benjamin Arntzen (aider) a348deed08 Added context.Context to App struct and NewApp function. 2024-06-27 05:46:56 +01:00
Benjamin Arntzen (aider) 291c761dcb Embedded the frontend directory and configured the asset server to serve the frontend assets. 2024-06-27 05:46:19 +01:00
Benjamin Arntzen (aider) 4130c893f4 Added go.mod file and updated the asset path in main.go. 2024-06-27 05:45:02 +01:00
Benjamin Arntzen (aider) 1e9de2d8d8 Added main.go, app.go, and frontend/index.html 2024-06-27 05:43:45 +01:00