chore: initial project structure
This commit is contained in:
2
internal/ui/components/components.go
Normal file
2
internal/ui/components/components.go
Normal file
@@ -0,0 +1,2 @@
|
||||
// package components provides reusable Fyne widgets (avatar, progress bar).
|
||||
package components
|
||||
2
internal/ui/screens/screens.go
Normal file
2
internal/ui/screens/screens.go
Normal file
@@ -0,0 +1,2 @@
|
||||
// package screens implements application screens (login, main menu, settings).
|
||||
package screens
|
||||
2
internal/ui/theme/theme.go
Normal file
2
internal/ui/theme/theme.go
Normal file
@@ -0,0 +1,2 @@
|
||||
// package theme defines the custom Fyne theme (Minecraft-style colors, fonts).
|
||||
package theme
|
||||
2
internal/ui/ui.go
Normal file
2
internal/ui/ui.go
Normal file
@@ -0,0 +1,2 @@
|
||||
// package ui contains Fyne GUI code (main window, theme, navigation).
|
||||
package ui
|
||||
Reference in New Issue
Block a user