personal memory agent
0
fork

Configure Feed

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

Merge branch 'hopper-5jbgfnbt-entities-loading-center'

+7 -4
+7 -4
apps/entities/workspace.html
··· 799 799 } 800 800 801 801 .entities-loading { 802 - text-align: center; 803 - padding: 4em; 802 + display: flex; 803 + flex-direction: column; 804 + align-items: center; 805 + justify-content: center; 806 + min-height: 40vh; 804 807 color: #666; 805 808 } 806 809 807 810 .spinner { 808 - display: inline-block; 811 + display: block; 809 812 width: 40px; 810 813 height: 40px; 811 814 border: 4px solid #f0f0f0; ··· 2569 2572 function loadEntities() { 2570 2573 // Hide all views and show loading 2571 2574 hideAllViews(); 2572 - document.getElementById('entities-loading').style.display = 'block'; 2575 + document.getElementById('entities-loading').style.display = 'flex'; 2573 2576 2574 2577 if (!currentFacet) { 2575 2578 // All-facet mode: load journal entities