From 95cc9a5081a61d6bb6ff07336a455885abc40068 Mon Sep 17 00:00:00 2001 From: LUIS NOVO Date: Wed, 13 Nov 2024 17:03:09 -0300 Subject: [PATCH] add items to context by default --- pages/stream_app/note.py | 2 +- pages/stream_app/source.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/stream_app/note.py b/pages/stream_app/note.py index 3dc96d4..4a1c5be 100644 --- a/pages/stream_app/note.py +++ b/pages/stream_app/note.py @@ -61,7 +61,7 @@ def note_card(note, notebook_id): "Context", label_visibility="collapsed", options=context_icons, - index=0, + index=1, key=f"note_{note.id}", ) st.caption(f"Updated: {naturaltime(note.updated)}") diff --git a/pages/stream_app/source.py b/pages/stream_app/source.py index d8b04f5..1a2c358 100644 --- a/pages/stream_app/source.py +++ b/pages/stream_app/source.py @@ -114,7 +114,7 @@ def source_card(source, notebook_id): "Context", label_visibility="collapsed", options=context_icons, - index=0, + index=1, key=f"source_{source.id}", ) st.caption(