Skip to content

Commit 78ac389

Browse files
authored
Merge branch 'main' into example/bulk-update
2 parents 97a4784 + 5ddd31f commit 78ac389

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

llms_ctx.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ def __ft__(self:Todo):
14801480

14811481
return Card(DivLAligned(done,
14821482
style(Strong(self.title, target_id='current-todo')),
1483-
style(P(due_date,cls=TextFont.muted_sm)),
1483+
style(P(due_date,cls=TextPresets.muted_sm)),
14841484
edit,
14851485
delete),
14861486
id=tid(self.id))

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def split_view(category: str, project: str):
4141
info = (dir_path/'info.md').exists()
4242
return Container(
4343
GalleryNavBar(dir_path, info=info, active='split'),
44+
4445
Title(f"{dir_path.name} - Split View"),
4546
Grid(Div(Pre(Code(code_text, cls='language-python'))),
4647
Div(Iframe(src=f"/app/{category}/{project}/",style="width: 100%; height: 100%; border: none;")),

0 commit comments

Comments
 (0)