Skip to content

Commit cf9638b

Browse files
committed
compose-sheet: Rework to be a bottom sheet
1 parent 3450851 commit cf9638b

File tree

13 files changed

+513
-436
lines changed

13 files changed

+513
-436
lines changed

openemail/__init__.py.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ from openemail.core import client
2121
if TYPE_CHECKING:
2222
from asyncio import Task
2323

24+
from openemail.widgets.compose_sheet import ComposeSheet
25+
26+
2427
APP_ID = "@APP_ID@"
2528
VERSION = "@VERSION@"
2629
PREFIX = "@PREFIX@"
@@ -32,6 +35,8 @@ secret_service = f"{APP_ID}.Keys"
3235
log_file = Path(GLib.get_user_state_dir(), "openemail.log")
3336
client.data_dir = Path(GLib.get_user_data_dir(), "openemail")
3437

38+
compose_sheet: "ComposeSheet"
39+
3540

3641
class Notifier(GObject.Object):
3742
"""Used for sending user-facing information throughout the application."""

openemail/gtk/compose-dialog.blp

Lines changed: 0 additions & 252 deletions
This file was deleted.

0 commit comments

Comments
 (0)