Add edit page, dialog based item page. Consider switching to popups.

This commit is contained in:
Cole Deck
2024-12-20 21:40:24 +00:00
parent 2a8de79adb
commit 27169ff8a0
16 changed files with 686 additions and 137 deletions

View File

@@ -1,6 +1,7 @@
from .root_page import RootPage
from .about_page import AboutPage
from .settings_page import SettingsPage
from .add_page import AddPage
from .add_location import AddLocationPage
from .browse_page import BrowsePage
from .login_page import LoginPage
from .item_page import ItemPage