From 1a9762292605b06996b92bb2214d43e6e6c349a3 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 16 Oct 2025 20:38:34 -0500 Subject: [PATCH] update todo --- todo.org | 1 + 1 file changed, 1 insertion(+) diff --git a/todo.org b/todo.org index 267a906..e398522 100644 --- a/todo.org +++ b/todo.org @@ -2,6 +2,7 @@ * TODO [#A] Need to fix tests now that the basic app is working +* TODO [#A] Create a view of all slides in a PDF presenation and allow for a way to split the presentation up but a right click menu for the presentation. * TODO [#A] Text could be built by using SVG instead of the text element. Maybe I could construct my own text element even This does almost work. There is a clear amount of lag or rather hang up since switching to the =text_svg= element. I think I may only keep it till I can figure out how to do strokes and shadows in iced's normal text element.