personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'hopper-icyrstgr-todos-empty-state'

+1 -1
+1 -1
apps/todos/workspace.html
··· 242 242 {% endif %} 243 243 {% endwith %} 244 244 245 - {% if todos_by_facet %} 245 + {% if todos_by_facet.values() | map('length') | sum > 0 %} 246 246 {% for facet_name, facet_todos in todos_by_facet.items() %} 247 247 {% set facet_info = facet_map.get(facet_name, {}) %} 248 248 {% set facet_title = facet_info.get('title', facet_name.title()) %}