Commit Graph
15 Commits
Author SHA1 Message Date
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 7b0084a1a4 Added a new App struct with a startup method to set the context. 2024-06-27 05:51:35 +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) fc80f0cb1c Updated Go version to 1.22 in the go.mod file. 2024-06-27 05:45:20 +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) 800032d93d Added Wails runtime to send events from backend to frontend 2024-06-27 05:44:26 +01:00
Benjamin Arntzen (aider) 1e9de2d8d8 Added main.go, app.go, and frontend/index.html 2024-06-27 05:43:45 +01:00